Account Takeover MethodsContinue reading on InfoSec Write-ups » (https://infosecwriteups.com/all-about-account-takeover-825d8fcf2d57?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
All about Account Takeover
Account Takeover Methods
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
This YouTube channel is one of the popular pro-Russian propaganda media. Can Reddit break it by spamming the live streams?
https://external-preview.redd.it/pkiGGnH_-HwYqPh1OT0nsXMWINg2XHF_aGGAXO9JjN0.jpg?width=640&crop=smart&auto=webp&s=51873d14db9747dd3260b52db2e58311f430e4e8 submitted by /u/tam_bu
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
This YouTube channel is one of the popular pro-Russian propaganda media. Can Reddit break it by spamming the live streams?
https://external-preview.redd.it/pkiGGnH_-HwYqPh1OT0nsXMWINg2XHF_aGGAXO9JjN0.jpg?width=640&crop=smart&auto=webp&s=51873d14db9747dd3260b52db2e58311f430e4e8 submitted by /u/tam_bu
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
This YouTube channel is one of the popular pro-Russian propaganda...
Posted in r/hacking by u/tam_bu • 3 points and 1 comment
hacking: security in practice
Is it possible to view someone’s DMs on Twitter without them knowing?
I don’t wanna do it, I wanna make sure it’s not happened to me. How quick and easy is it if so?
submitted by /u/Pristine_Gur
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is it possible to view someone’s DMs on Twitter without them knowing?
I don’t wanna do it, I wanna make sure it’s not happened to me. How quick and easy is it if so?
submitted by /u/Pristine_Gur
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
r/hacking - Is it possible to view someone’s DMs on Twitter without them knowing?
0 votes and 0 comments so far on Reddit
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
SyntheticSun : A Defense-In-Depth Security Automation And Monitoring Framework
SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning, managed AWS security services and, serverless technologies to continuously prevent, detect and respond to threats.
You sleep in fragmented glass
With reflections of you,
But are you feeling alive?
Yeah let me ask you,
Are you feeling alive?
Synopsis
* Uses event- and time-based serverless automation (e.g. AWS CodeBuild, AWS Lambda) to collect, normalize, enrich, and correlate security telemetry in Kibana
* Leverages threat intelligence, geolocation data, open-source intelligence, machine learning (ML) backed anomaly detection and AWS APIs to further enrich security telemetry and identify potential threats
* Leverages Random Cut Forests (RCF) and IP Insights unsupervised ML algorithms to identify anomalies in timeseries and IP-entity pair data, respectively. Serverless, container-orchestrated resources are provided to train and deploy new IP Insights endpoints at will.
* Dynamically updates AWS WAFv2 IP Sets and Amazon GuardDuty threat intel sets to bolster protection of your account and infrastructure against known threats Description
SyntheticSun is built around the usage of the Malware Information Sharing Platform (MISP) and Anomali’s LIMO, which are community driven threat intelligence platforms (TIPs) that provide various types of indicators of compromise (IoC). Normalized and de-duplicated threat intel is looked up against in near-real time to quickly identify known threats in various types of network traffic. To add dynamism to the identification of potential threats IP Insights models are deployed to find anoamlies (and potential threats therein) between the pairing of IP addresses and entities (such as IAM principal ID’s, user-agents, etc.), native RCF detectors are also used in Elasticsearch to find anomalies in near real-time security telemetry as it is streamed into Kibana. To democratize the usage and fine-tuning of ML models within security teams, utilities to train IP Insights models are provided as an add-on to the core solution.
To perform the both the orchestration and automation as well as extraction, transformation, and loading (ETL) of security telemetry into Kibana, various AWS serverless technologies such as AWS Lambda, Amazon DynamoDB, and AWS CodeBuild are used. Serverless technologies such as these are used for their scalability, ease of use, relatively cheap costs versus heavy MapReduce or Glue ETL-based solutions. A majority of the solution is deployed via CloudFormation with helper scripts in Python and shell provided throughout the various Stages to promote adoption and the potential deployment in continuous integration pipelines.
To make the “guts” of the solution as lean as possible basic Python modules such as
SyntheticSun is spread across three Stages due to the size of solution and the required dependencies. All architecture and installation instructions (and FAQs where appropriate) live within their own Stage. Add-ons modules (called an Appendix) are also provided to extend the functionality, which have their own architecture and installation instructions localized. Before you start: Cons[...]
___________________________
@hacking_Attack
@Hacking_Video
SyntheticSun : A Defense-In-Depth Security Automation And Monitoring Framework
SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning, managed AWS security services and, serverless technologies to continuously prevent, detect and respond to threats.
You sleep in fragmented glass
With reflections of you,
But are you feeling alive?
Yeah let me ask you,
Are you feeling alive?
Synopsis
* Uses event- and time-based serverless automation (e.g. AWS CodeBuild, AWS Lambda) to collect, normalize, enrich, and correlate security telemetry in Kibana
* Leverages threat intelligence, geolocation data, open-source intelligence, machine learning (ML) backed anomaly detection and AWS APIs to further enrich security telemetry and identify potential threats
* Leverages Random Cut Forests (RCF) and IP Insights unsupervised ML algorithms to identify anomalies in timeseries and IP-entity pair data, respectively. Serverless, container-orchestrated resources are provided to train and deploy new IP Insights endpoints at will.
* Dynamically updates AWS WAFv2 IP Sets and Amazon GuardDuty threat intel sets to bolster protection of your account and infrastructure against known threats Description
SyntheticSun is built around the usage of the Malware Information Sharing Platform (MISP) and Anomali’s LIMO, which are community driven threat intelligence platforms (TIPs) that provide various types of indicators of compromise (IoC). Normalized and de-duplicated threat intel is looked up against in near-real time to quickly identify known threats in various types of network traffic. To add dynamism to the identification of potential threats IP Insights models are deployed to find anoamlies (and potential threats therein) between the pairing of IP addresses and entities (such as IAM principal ID’s, user-agents, etc.), native RCF detectors are also used in Elasticsearch to find anomalies in near real-time security telemetry as it is streamed into Kibana. To democratize the usage and fine-tuning of ML models within security teams, utilities to train IP Insights models are provided as an add-on to the core solution.
To perform the both the orchestration and automation as well as extraction, transformation, and loading (ETL) of security telemetry into Kibana, various AWS serverless technologies such as AWS Lambda, Amazon DynamoDB, and AWS CodeBuild are used. Serverless technologies such as these are used for their scalability, ease of use, relatively cheap costs versus heavy MapReduce or Glue ETL-based solutions. A majority of the solution is deployed via CloudFormation with helper scripts in Python and shell provided throughout the various Stages to promote adoption and the potential deployment in continuous integration pipelines.
To make the “guts” of the solution as lean as possible basic Python modules such as
boto3, requests, json, ipaddress, socketand reperform most of the extraction, transformation, and loading (ETL) into downstream services. Because all geolocation information is provided by ip-api.com, it does not require an account or paid tiers and has a great API which includes throttling information in their response headers. A majority of the Elasticsearch and Kibana dependencies are also provided in code (indices, mappings, visualizations, etc) to avoid heavy manual configuration. Setting UpSyntheticSun is spread across three Stages due to the size of solution and the required dependencies. All architecture and installation instructions (and FAQs where appropriate) live within their own Stage. Add-ons modules (called an Appendix) are also provided to extend the functionality, which have their own architecture and installation instructions localized. Before you start: Cons[...]
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
SyntheticSun : A Defense-In-Depth Security Automation And Monitoring
SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning.
Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials SyntheticSun : A Defense-In-Depth Security Automation And Monitoring Framework SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning, managed AWS security…
iderations for Production deployments
SyntheticSun, by virtue of being something you found on GitHub, is a proof-of-concept and therefore I did not go the extra mile for the first release to absolutely harden everything. Provided you are reading this at a point in time where I have not made the necessary changes, consider the following before you deploy this solution into a production environment (or any environment with heightened security needs). I will put these items on a roadmap and update them as appropiate.
* Train your own IP Insights models using the examples provided in Appendix A. Using your own data, and continually retraining the model, will help accurize findings.
* Deploy your CodeBuild projects, MISP server, and Elasticsearch Service domain in a VPC in order to harden against internet-borne attacks. Consider using AWS’ Client VPN, AWS Site-to-Site VPN, DirectConnect, Amazon Workspaces, and AppStream 2.0 or (if you absolutely have to) a reverse-proxy to access the MISP console and Kibana within a VPC.
* Consider using Cognito for AuthN into Kibana. Go a step further and federate your User Pool with your corporate IdP.
* Consider baking your own AMI for MISP or use Fargate to host it. I would also consider pre-baking Suricata and the Amazon CloudWatch Agent into future builds to help scale deployments of agents and HIDPS across your estate.
* Modify your Suricata configuration to suit the needs of your SecOps teams looking at the logs, since all this solution does is dump them in. You may also consider writing your own rules or importing other sources to harden your hosts against attacks. Download
___________________________
@hacking_Attack
@Hacking_Video
SyntheticSun, by virtue of being something you found on GitHub, is a proof-of-concept and therefore I did not go the extra mile for the first release to absolutely harden everything. Provided you are reading this at a point in time where I have not made the necessary changes, consider the following before you deploy this solution into a production environment (or any environment with heightened security needs). I will put these items on a roadmap and update them as appropiate.
* Train your own IP Insights models using the examples provided in Appendix A. Using your own data, and continually retraining the model, will help accurize findings.
* Deploy your CodeBuild projects, MISP server, and Elasticsearch Service domain in a VPC in order to harden against internet-borne attacks. Consider using AWS’ Client VPN, AWS Site-to-Site VPN, DirectConnect, Amazon Workspaces, and AppStream 2.0 or (if you absolutely have to) a reverse-proxy to access the MISP console and Kibana within a VPC.
* Consider using Cognito for AuthN into Kibana. Go a step further and federate your User Pool with your corporate IdP.
* Consider baking your own AMI for MISP or use Fargate to host it. I would also consider pre-baking Suricata and the Amazon CloudWatch Agent into future builds to help scale deployments of agents and HIDPS across your estate.
* Modify your Suricata configuration to suit the needs of your SecOps teams looking at the logs, since all this solution does is dump them in. You may also consider writing your own rules or importing other sources to harden your hosts against attacks. Download
___________________________
@hacking_Attack
@Hacking_Video
VM labs
https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/
Hi, is there a trusted source where I can download ISO images for Windows? I’m learning how to pentest. I know there’s the official Microsoft ISO images for Windows 10, 11, and Server on Microsoft’s site. But I’m also looking for XP and 7 as well. Or does it not matter? submitted by /u/j_relic (https://www.reddit.com/user/j_relic)
[link] (https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/) [comments] (https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/
Hi, is there a trusted source where I can download ISO images for Windows? I’m learning how to pentest. I know there’s the official Microsoft ISO images for Windows 10, 11, and Server on Microsoft’s site. But I’m also looking for XP and 7 as well. Or does it not matter? submitted by /u/j_relic (https://www.reddit.com/user/j_relic)
[link] (https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/) [comments] (https://www.reddit.com/r/Pentesting/comments/t2r2q1/vm_labs/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
VM labs
Hi, is there a trusted source where I can download ISO images for Windows? I’m learning how to pentest. I know there’s the official Microsoft ISO...
Hacking on Medium
Windows 10 Giriş Şifresini Kırma
https://cdn-images-1.medium.com/max/1400/1*UwfDiptsQFkvxUOiCkgtdQ.jpeg
Selamlar dostlar. Bu makalemde Windows 10 işletim sistemine sahip cihazlarda giriş şifresinin ne kadar basit bir şekilde…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Windows 10 Giriş Şifresini Kırma
https://cdn-images-1.medium.com/max/1400/1*UwfDiptsQFkvxUOiCkgtdQ.jpeg
Selamlar dostlar. Bu makalemde Windows 10 işletim sistemine sahip cihazlarda giriş şifresinin ne kadar basit bir şekilde…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Windows 10 Giriş Şifresini Kırma
Selamlar dostlar. Bu makalemde Windows 10 işletim sistemine sahip cihazlarda giriş şifresinin ne kadar basit bir şekilde atlatılabileceğini…
Attacking IBM MQ — SWIFT to Steal Money$$$
https://0xy37.medium.com/attacking-ibm-mq-swift-to-steal-money-fa89e5f3e855?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://0xy37.medium.com/attacking-ibm-mq-swift-to-steal-money-fa89e5f3e855?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Attacking IBM MQ — SWIFT to Steal Money$$$
What is IBM MQ?
What is IBM MQ?Continue reading on Medium » (https://0xy37.medium.com/attacking-ibm-mq-swift-to-steal-money-fa89e5f3e855?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Attacking IBM MQ — SWIFT to Steal Money$$$
What is IBM MQ?
Pentesters of the World, join Ukraine in our fight for freedom
https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/
Hello pentesters of the world! Probably you heard of Russian invasion to Ukraine. We are fighting in all spheres and also in cyberspace. Any help is good. There are 20k+ members here, if all of you would spend 1 hour in pentesting any russian service/website/news etc it would be 20k hours of searching. Any information is useful and can and will save lives. They are bombing, shooting and killing people of my country, launching rockets directly to kindergartens and civil houses. I'll send in a short while a link where you can send any information to Ukrainian secure service (Wanted to have an official link so you can be sure it's not any scam. They will put it in their official page). Again, any information is helpful. Thank you for your help! submitted by /u/mrVengr (https://www.reddit.com/user/mrVengr)
[link] (https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/) [comments] (https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/
Hello pentesters of the world! Probably you heard of Russian invasion to Ukraine. We are fighting in all spheres and also in cyberspace. Any help is good. There are 20k+ members here, if all of you would spend 1 hour in pentesting any russian service/website/news etc it would be 20k hours of searching. Any information is useful and can and will save lives. They are bombing, shooting and killing people of my country, launching rockets directly to kindergartens and civil houses. I'll send in a short while a link where you can send any information to Ukrainian secure service (Wanted to have an official link so you can be sure it's not any scam. They will put it in their official page). Again, any information is helpful. Thank you for your help! submitted by /u/mrVengr (https://www.reddit.com/user/mrVengr)
[link] (https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/) [comments] (https://www.reddit.com/r/Pentesting/comments/t2stew/pentesters_of_the_world_join_ukraine_in_our_fight/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Pentesters of the World, join Ukraine in our fight for freedom
Hello pentesters of the world! Probably you heard of Russian invasion to Ukraine. We are fighting in all spheres and also in cyberspace. Any help...
hacking: security in practice
Is college worth it for cybersecurity?
So, I'm 18 and about to graduate, and my parents are kind of pressuring me into college, while I don't really know if I want to go. My aim is to get an IT helpdesk job and work on certifications but now I'm kind of doubting it.
I thought I'd ask here since it's more relevant to the industry, but what are your opinions regarding college and the cybersec field? Am I going to be fucked for choosing to wait?
submitted by /u/TheByteQueen
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is college worth it for cybersecurity?
So, I'm 18 and about to graduate, and my parents are kind of pressuring me into college, while I don't really know if I want to go. My aim is to get an IT helpdesk job and work on certifications but now I'm kind of doubting it.
I thought I'd ask here since it's more relevant to the industry, but what are your opinions regarding college and the cybersec field? Am I going to be fucked for choosing to wait?
submitted by /u/TheByteQueen
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is college worth it for cybersecurity?
So, I'm 18 and about to graduate, and my parents are kind of pressuring me into college, while I don't really know if I want to go. My aim is to...
hacking: security in practice
How does Anonymous manage to take down Russian websites?
I’m really curious about how they do this. With the rising escalation between countries, hearing about the hacking group has spiked my interest. How is it possible to take down these websites?
submitted by /u/RamenNutella
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How does Anonymous manage to take down Russian websites?
I’m really curious about how they do this. With the rising escalation between countries, hearing about the hacking group has spiked my interest. How is it possible to take down these websites?
submitted by /u/RamenNutella
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How does Anonymous manage to take down Russian websites?
I’m really curious about how they do this. With the rising escalation between countries, hearing about the hacking group has spiked my interest....
hacking: security in practice
Peaky Blinders
Hey can someone tell me how can i watch the peaky blinders. I dont haalve netflix, share some links if you can. Thanks
submitted by /u/yadavrao1869
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Peaky Blinders
Hey can someone tell me how can i watch the peaky blinders. I dont haalve netflix, share some links if you can. Thanks
submitted by /u/yadavrao1869
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Peaky Blinders
Hey can someone tell me how can i watch the peaky blinders. I dont haalve netflix, share some links if you can. Thanks
hacking: security in practice
Anyone else noticed there has been a MASSIVE increase on social media accounts being hacked 2-3 days before the russian invasion of ukraine??
I manage some instagram theme pages as a side hussle, I started getting spammed with phishing links or people trying to social engineering me. I thought they were trying to hack my pages cause they are a little bit big and they could resell them for a profit, but then my friend's personal accounts also started to get hacked. Lot's of people on Reddit complaining about the issue too. One of my friends was dumb enough to put her password on a phishing link and then what it seemed to be like an automatic bot started messaging everyone related to her the phishing links. And as I said, all of this 1-2-3 days before the invasion, there was always a random individual trying to send some hacking attempts to my accounts from time to time, but this time it was like docens of dms, docens of accounts of people I know getting hacked in this short spawn of days. I read somewhere that one technique to hack important targets like politicians, leaders etc is instead of targeting directly them, which would be extremely difficult, they target accounts massively in hopes of getting the account of a relative of them and try to social engineer them from there. Am I being paranoid or this could really a Russian spy complot? Sorry if this doesn't make any sense XD
submitted by /u/godlike-dawn
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Anyone else noticed there has been a MASSIVE increase on social media accounts being hacked 2-3 days before the russian invasion of ukraine??
I manage some instagram theme pages as a side hussle, I started getting spammed with phishing links or people trying to social engineering me. I thought they were trying to hack my pages cause they are a little bit big and they could resell them for a profit, but then my friend's personal accounts also started to get hacked. Lot's of people on Reddit complaining about the issue too. One of my friends was dumb enough to put her password on a phishing link and then what it seemed to be like an automatic bot started messaging everyone related to her the phishing links. And as I said, all of this 1-2-3 days before the invasion, there was always a random individual trying to send some hacking attempts to my accounts from time to time, but this time it was like docens of dms, docens of accounts of people I know getting hacked in this short spawn of days. I read somewhere that one technique to hack important targets like politicians, leaders etc is instead of targeting directly them, which would be extremely difficult, they target accounts massively in hopes of getting the account of a relative of them and try to social engineer them from there. Am I being paranoid or this could really a Russian spy complot? Sorry if this doesn't make any sense XD
submitted by /u/godlike-dawn
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Anyone else noticed there has been a MASSIVE increase on social...
I manage some instagram theme pages as a side hussle, I started getting spammed with phishing links or people trying to social engineering me. I...
Hacking on Medium
“Meant to be devastating.” Wiper malware rattles Ukraine as Russia presses invasion
https://cdn-images-1.medium.com/max/2500/1*Jwq9QId04R3KIEy8gdONLw.png
HermeticWiper, much like the WhisperGate malware discovered in Ukrainian networks last month, deletes the Master Boot Record that allows…
Continue reading on README_ »
___________________________
@hacking_Attack
@Hacking_Video
“Meant to be devastating.” Wiper malware rattles Ukraine as Russia presses invasion
https://cdn-images-1.medium.com/max/2500/1*Jwq9QId04R3KIEy8gdONLw.png
HermeticWiper, much like the WhisperGate malware discovered in Ukrainian networks last month, deletes the Master Boot Record that allows…
Continue reading on README_ »
___________________________
@hacking_Attack
@Hacking_Video
Medium
“Meant to be devastating.” Wiper malware rattles Ukraine as Russia presses invasion
HermeticWiper, much like the WhisperGate malware discovered in Ukrainian networks last month, deletes the Master Boot Record that allows…