Global payment processor Checkout.com has confirmed it was the target of a data breach by the notorious ShinyHunters cybercrime group. The attackers gained access to a legacy cloud file storage system containing internal operational documents. In a notable departure from typical incident responses, Checkout.com has publicly refused to pay the ransom demanded by the attackers. Instead, the company has pledged to donate the equivalent sum to the cybersecurity research centers at Carnegie Mellon University and the University of Oxford. The company's investigation found that its core payment processing environment, merchant funds, and payment card data were not compromised, as the breach was contained to an isolated, outdated system.
The breach was initiated by ShinyHunters, a well-known threat group responsible for numerous high-profile data breaches, including attacks on Microsoft and Ticketmaster. The group's primary motivation is financial, typically achieved by stealing data and either selling it on dark web forums or extorting the victim company. In this case, the attackers identified and exploited a misconfiguration in Checkout.com's asset inventory: a legacy third-party cloud storage system that was last used in 2020 but had not been properly decommissioned. This oversight provided an entry point for the attackers to access and exfiltrate data.
The root cause of the breach was a failure in asset management and decommissioning processes. The attack vector was not a sophisticated zero-day, but rather the exploitation of a forgotten, insecure asset.
This incident highlights a common but critical security gap: organizations losing track of their digital assets, especially in complex, multi-cloud environments. Such 'shadow IT' or legacy systems often fall outside the scope of regular security monitoring and patching, making them prime targets for attackers.
T1530 - Data from Cloud Storage Object: The primary technique used by ShinyHunters to access and exfiltrate data from the misconfigured cloud storage.T1580 - Cloud Infrastructure Discovery: Attackers likely scanned for and discovered the exposed cloud asset as part of their reconnaissance.T1657 - Financial Theft: While direct financial theft was not achieved, the ransom demand falls under this category, representing the attacker's ultimate goal.While the breach did not compromise the most sensitive financial data, the impact is still significant:
Detecting such an incident relies on comprehensive visibility into all cloud assets.
System Configuration Permissions.Checkout.com's response sets a strong precedent. By refusing to pay the ransom, they avoid funding criminal activity. By donating the funds, they turn a negative event into a positive contribution to the security community, reinforcing their commitment to fighting cybercrime.
To prevent similar breaches, organizations must focus on fundamental cybersecurity hygiene:
Checkout.com reiterates breach details, confirms refusal to pay extortion, and emphasizes no sensitive financial data was compromised.
Properly configuring cloud storage permissions to prevent public access is a fundamental mitigation against this type of attack.
Mapped D3FEND Techniques:
Regularly auditing cloud environments for legacy systems and misconfigurations can identify and eliminate insecure assets before they are exploited.
Implementing a robust asset lifecycle management process, including secure decommissioning of retired systems, is crucial.
In the context of the Checkout.com breach, Application Configuration Hardening must be applied rigorously to all cloud assets. This involves establishing a baseline secure configuration for all cloud services, especially storage. For example, all S3 buckets or Azure Blob storage containers should be configured to 'block public access' by default. This policy should be enforced programmatically using Infrastructure as Code (IaC) templates and validated continuously with Cloud Security Posture Management (CSPM) tools. Furthermore, a critical part of this hardening is a formal decommissioning process. When a system like the legacy file storage server is retired, the process must include not just shutting down the compute instance but also securely wiping and deleting the associated storage and revoking all access keys. This prevents the exact scenario that led to this breach.
To proactively detect attackers like ShinyHunters who scan for exposed assets, organizations can strategically place Decoy Objects, or honeypots, in their cloud environments. This could involve creating a publicly accessible S3 bucket named something enticing like 'prod-backup-credentials' or 'customer-data-archive'. This bucket would contain fake but realistic-looking files (e.g., 'aws_keys.csv', 'user_database.sql'). Any interaction with this decoy bucket—such as a list, get, or head request—would be an immediate, high-fidelity alert of malicious reconnaissance. This technique would not have prevented the Checkout.com breach on its own, but it provides an early warning system that an attacker is probing the environment, allowing security teams to respond before a real, forgotten asset is found and exploited.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.