Close Menu
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Facebook X (Twitter) LinkedIn
Facebook X (Twitter) LinkedIn
Information Security BuzzInformation Security Buzz
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Subscribe
Information Security BuzzInformation Security Buzz
Home - Data Protection - Massive Data Harvesting Operation Exploits AWS Customer Misconfigurations
Data Protection Attacks Data Loss Prevention News & Analysis

Massive Data Harvesting Operation Exploits AWS Customer Misconfigurations

Kirsten DoyleBy Kirsten DoyleDecember 10, 2024Updated:December 12, 20244 Mins Read
Share LinkedIn Twitter Facebook Copy Link Email
Massive Data Harvesting Operation Exploits AWS Customer Misconfigurations
Share
Facebook Twitter LinkedIn Email Copy Link
Quick AI Summary
ChatGPTClaudeGeminiGrokPerplexityDeepSeekCopilot

Independent cybersecurity experts Noam Rotem and Ran Locar have exposed a sophisticated cyber operation targeting vulnerabilities in public websites, leading to unauthorized access to sensitive customer data, infrastructure credentials, and proprietary source code.

The researchers collaborated with the AWS Fraud team on a customer notification to implement measures aimed at mitigating the impact of this event. They said that although they identified some of the victims of this operation, they have not been included in the report for privacy reasons.

They said: “Our investigation has identified the names and contact information of some of the individuals behind this incident. This may assist in further actions against the perpetrators, who are selling their loot in dedicated Telegram channels for hundreds of Euros per breach. While the group conducts its business under a different name, Nemesis, we were also able to connect some of the activity to the now defunct attack group ShinyHunters.”

Exploiting the Weakest Links

The report given to vpnMentor revealed how the attackers deployed an extensive infrastructure to scan millions of websites, exploiting misconfigured public sites to access sensitive information. These vulnerabilities, arising from customer-side errors within the shared responsibility model of cloud service providers, exposed critical assets such as database credentials, AWS keys, and external service credentials.

The malefactors, identified as coming from a French-speaking country, used sophisticated scanning tools and techniques. By analyzing AWS IP address ranges, SSL certificates, and domain names, the group extended its attack surface to vulnerable endpoints, such as misconfigured environment files and exposed repositories. The attackers even employed known exploits to install remote shells for deeper access.

Tools and Techniques

The operation’s arsenal included a combination of custom scripts, open-source tools, and cracked versions of exploit frameworks. Key tools included:

  • MultiGrabber: Extracted sensitive information from compromised endpoints.
  • Shodan Integration: Mapped domains and IP addresses to expand the attack surface.
  • Python and PHP Scripts: Automated the discovery and exploitation of vulnerable systems.

The group’s targets spanned thousands of entities globally, with stolen data stored in an open S3 bucket serving as a “shared drive” for the hackers. The repository contained over 2 TB of data, including harvested keys and secrets, stolen databases, and a list of tens of thousands of vulnerable targets.

Attack Flow and Attribution

The operation unfolded in two phases: discovery and exploitation. During discovery, threat actors scanned AWS-hosted applications for known vulnerabilities. Exploitation involved accessing misconfigured endpoints to exfiltrate sensitive credentials and, in some cases, installing persistence mechanisms like remote shells.

Cyber artifacts recovered from the operation revealed connections to the now-defunct ShinyHunters group, known for high-profile breaches, and Nemesis, a darknet market specializing in stolen credentials. Tools used in the operation bore documentation in French, and some were linked to Sebastien Raoult, a bad actor recently convicted in the US.

Mitigation Efforts and Response

The incident was reported to the Israeli Cyber Directorate and AWS Security, prompting immediate action to notify affected customers and mitigate the attack’s impact. AWS stressed that the breaches happened due to misconfigurations on the customer side and reiterated the importance of sticking to shared responsibility best practices.

The operation also highlights the critical need for vigilance in cloud security. Simple measures, such as rolling credentials, using web application firewalls (WAFs), and implementing CanaryTokens to detect unauthorized access, can dramatically limit the risk of exploitation.

Strengthening Cloud Security

To prevent similar incidents, entities should prioritize:

  1. Eliminating Hardcoded Credentials: Use secure storage solutions like AWS Secrets Manager.
  2. Regular Vulnerability Scanning: Identify misconfigurations with tools like Dirsearch or Nikto.
  3. Periodic Credential Rotation: Limit the usefulness of stolen keys.
  4. Deploying Tripwire Mechanisms: Use CanaryTokens to detect unauthorized access attempts.

Operating as Expected

AWS Spokesperson mentioned that: “All services are operating as expected. AWS credentials include secrets that must be handled securely. AWS provides capabilities which remove the need to ever store these credentials in source code. For example, AWS Secrets Manager helps you manage, retrieve, and rotate database credentials, API keys, and other secrets throughout their lifecycles. Customers still sometimes inadvertently expose credentials in public code repositories. When AWS detects this exposure, we automatically apply a policy to quarantine the IAM user with the compromised credentials to drastically limit the actions available to that user, and we notify the customer. If a customer’s credentials are compromised, we recommend they revoke the credentials, check AWS CloudTrail logs for unwanted activity, and review their AWS account for any unwanted usage.”

Kirsten Doyle
Kirsten Doyle
Information Security Buzz News Editor

Kirsten Doyle has been in the technology journalism and editing space for nearly 24 years, during which time she has developed a great love for all aspects of technology, as well as words themselves. Her experience spans B2B tech, with a lot of focus on cybersecurity, cloud, enterprise, digital transformation, and data centre. Her specialties are in news, thought leadership, features, white papers, and PR writing, and she is an experienced editor for both print and online publications.

  • Kirsten Doyle
    Palo Alto warns of active exploitation of GlobalProtect authentication bypass flaw
  • Kirsten Doyle
    CrowdStrike, Google, and Shadowserver Foundation disrupt Glassworm botnet
  • Kirsten Doyle
    Threat Actors Deploy Tiflux RMM for Persistent Remote Access
  • Kirsten Doyle
    Major US telecom providers debut C2 ISAC to counter AI-driven threats

The opinions expressed in this post belong to the individual contributors and do not necessarily reflect the views of Information Security Buzz.

Share. Facebook Twitter LinkedIn Email Copy Link

Related Posts

Visual data is the blind spot in enterprise security: that’s about to change

May 4, 20267 Mins Read

Making stolen data worthless: why security must start with the data

March 30, 20265 Mins Read

Meta’s Smart Glasses Privacy Scandal Expands After Sama Credentials Found on the Dark Web

March 10, 20264 Mins Read
ISB-Bora-Side-Bar

No se ha podido establecer conexión. Error 429

 
ISB-Bora-Side-Bar
Black ISB Logo

Information Security Buzz is an independent resource that provides the experts’ comments, analysis, and opinion on the latest Cybersecurity news and topics

X (Twitter) LinkedIn Facebook RSS

Working With Us

  • About Us
  • Advertise With Us
  • Contact Us

Write For Us

  • How To Contribute

The Pages

  • Privacy Policy
  • Cookie Policy
  • AI Policy
  • Terms & Conditions
  • Copyright Notice

Information Security Buzz and all its contents are copyright © 2014-2025. All rights reserved. All third-party trademarks are recognized.

Type above and press Enter to search. Press Esc to cancel.

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}