Kodak Acknowledges Security Breach as ShinyHunters Extortion Group Claims Theft of 2.2 Million Records

Kodak Confirms Data Breach After ShinyHunters Threatens to Leak 2.2M Records

HIGH
June 18, 2026
4m read
Data BreachThreat Actor

Impact Scope

People Affected

2.2 million records (claimed by attacker)

Affected Companies

Kodak

Industries Affected

ManufacturingTechnologyRetail

Related Entities

Threat Actors

Organizations

SalesforceOracle

Products & Tech

PeopleSoft

Other

Full Report

Executive Summary

The Eastman Kodak Company has confirmed it was the victim of a security breach, following a public claim by the prolific extortion group ShinyHunters. The threat actor added Kodak to its dark web leak site, alleging the theft of over 2.2 million records containing customer Personally Identifiable Information (PII) and other internal corporate data. ShinyHunters set a deadline of June 18, 2026, for Kodak to make contact before they would release the data. In response, Kodak acknowledged that an unauthorized party gained 'temporary access to a limited amount of company data' and that an investigation is underway with law enforcement. The incident highlights the continued threat posed by ShinyHunters, which has been linked to numerous large-scale data thefts.


Threat Overview

ShinyHunters is a well-known cybercrime group that specializes in large-scale data theft and extortion. Unlike ransomware groups that encrypt data, ShinyHunters's primary model is to exfiltrate sensitive information and then demand payment to prevent its public release or sale on criminal forums. The group has a track record of successful, high-profile breaches.

In this incident, the group claims to have exfiltrated a significant volume of data from Kodak, though the company's statement suggests the breach was more limited. The discrepancy is common in such incidents, as the victim organization seeks to manage public perception while the attacker aims to maximize pressure.

While the specific attack vector against Kodak has not been disclosed, ShinyHunters has recently been associated with exploiting misconfigured Salesforce environments and zero-day vulnerabilities in enterprise software, such as a recent flaw in Oracle's PeopleSoft.

Technical Analysis

Based on ShinyHunters' recent TTPs, the attack on Kodak likely followed one of these patterns:

  1. Exploitation of a Public-Facing Application (T1190 - Exploit Public-Facing Application): The group may have exploited a known or zero-day vulnerability in one of Kodak's internet-facing enterprise applications (e.g., CRM, ERP systems).
  2. Compromise of Cloud Services: ShinyHunters is known to target misconfigured cloud assets. They may have found an improperly secured database or a third-party application with excessive permissions to Kodak's data.
  3. Credential Stuffing/Phishing (T1078 - Valid Accounts): The attackers may have obtained credentials for a Kodak employee or a third-party contractor, allowing them to log in and access sensitive data repositories.

Once inside, the group's objective is straightforward: data exfiltration (T1048 - Exfiltration Over Alternative Protocol). They identify high-value data stores, compress the information, and transfer it to their own infrastructure.

Impact Assessment

If ShinyHunters' claim of 2.2 million records is accurate, the impact on Kodak could be substantial. The potential consequences include:

  • Regulatory Fines: If customer PII from regions like Europe (GDPR) or California (CCPA) was stolen, Kodak could face significant regulatory penalties.
  • Reputational Damage: A large-scale breach of customer data can erode trust and damage the company's brand.
  • Financial Loss: Beyond the potential extortion payment, costs will be incurred for incident response, legal fees, customer notifications, and credit monitoring services.
  • Increased Fraud Risk: The public release of customer PII could lead to a wave of phishing, identity theft, and other fraudulent activities targeting Kodak customers.

IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) were provided in the source articles.

Cyber Observables — Hunting Hints

To hunt for activity similar to a ShinyHunters breach, security teams should look for:

Type
Log Source
Value
Cloud Audit Logs (e.g., Salesforce)
Description
Monitor for anomalous data access patterns, such as a single user account downloading an unusually large volume of records or accessing data outside of normal business hours.
Type
Network Traffic Pattern
Value
Large Egress Data Transfers
Description
Look for unusually large data transfers from internal databases or cloud storage to unknown external IP addresses.
Type
API Endpoint
Value
/services/data/vXX.X/query
Description
For Salesforce environments, monitor for excessive or unusual use of the query API endpoint, which can be used for mass data extraction.
Type
User Account Pattern
Value
Dormant Account Activity
Description
An alert on a user account that has been inactive for months suddenly becoming active and accessing sensitive data is a strong indicator of compromise.

Detection & Response

  1. Data Loss Prevention (DLP): Implement DLP solutions to monitor and block large-scale exfiltration of sensitive data, whether it's PII, financial records, or intellectual property.
  2. Cloud Security Posture Management (CSPM): Use CSPM tools to continuously scan cloud environments (like Salesforce, AWS, Azure) for misconfigurations, public-facing databases, and excessive permissions.
  3. User and Entity Behavior Analytics (UEBA): Deploy UEBA to baseline normal user activity and detect anomalies, such as an account suddenly accessing millions of records or data being accessed from a new geographic location.

Mitigation

  1. Attack Surface Management: Continuously map and secure your organization's external attack surface. Identify and patch all vulnerabilities in public-facing applications and properly configure all cloud services.
  2. Strong Authentication: Enforce MFA on all accounts, especially those with access to sensitive data repositories and enterprise applications like Salesforce or PeopleSoft.
  3. Data Minimization: Only collect and retain customer data that is absolutely necessary. Encrypt sensitive data both at rest and in transit.
  4. Third-Party Risk Management: Vet the security of all third-party vendors and integrations, as they can be a weak link in the supply chain that leads to a breach.

Timeline of Events

1
June 17, 2026
ShinyHunters posts a claim against Kodak on its dark web leak site, setting a June 18 deadline.
2
June 17, 2026
Kodak issues a statement confirming a security incident and an ongoing investigation.
3
June 18, 2026
This article was published

MITRE ATT&CK Mitigations

Regularly patch all internet-facing enterprise applications to prevent exploitation.

Mapped D3FEND Techniques:

Enforce MFA on all cloud services and enterprise applications to protect against credential abuse.

Mapped D3FEND Techniques:

Use Cloud Security Posture Management (CSPM) to identify and remediate misconfigurations in services like Salesforce.

Mapped D3FEND Techniques:

Encrypt sensitive customer data at rest to reduce the impact if a data store is compromised.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

To detect a ShinyHunters-style data grab from a CRM like Salesforce, organizations must implement User Data Transfer Analysis. This involves establishing a baseline for how much data typical users or service accounts export or query per day. Configure a Data Loss Prevention (DLP) or UEBA system to trigger a high-priority alert when an account massively deviates from this baseline. For example, if a user who normally exports 100 records per day suddenly attempts to export 1,000,000 records, the action should be blocked and an alert generated. This behavioral detection is crucial for catching an attacker who has compromised a valid account and is attempting to exfiltrate the entire customer database.

Given ShinyHunters' history of targeting misconfigured cloud applications, a primary defense is rigorous configuration hardening, particularly for SaaS platforms like Salesforce. Employ a Cloud Security Posture Management (CSPM) tool to continuously audit your Salesforce instance for security risks. Key configurations to enforce include: disabling public access to data, enforcing strict IP range restrictions for API access, implementing robust session settings (e.g., short timeouts), and applying the principle of least privilege to all user profiles and permission sets. Regularly review and remove excessive data access permissions for users and integrated third-party apps to minimize the potential data exposed in a compromise.

Enforcing phishing-resistant Multi-Factor Authentication (MFA) is a fundamental control to prevent the initial account takeover that often precedes a massive data breach. All users, without exception, should be required to use MFA to log into critical applications like Salesforce. This is especially important for privileged administrator accounts. This ensures that even if an attacker obtains a user's password through phishing, credential stuffing, or an infostealer, they cannot gain access to the application to begin exfiltrating data. This simple but effective control is one of the most powerful defenses against the TTPs used by groups like ShinyHunters.

Timeline of Events

1
June 17, 2026

ShinyHunters posts a claim against Kodak on its dark web leak site, setting a June 18 deadline.

2
June 17, 2026

Kodak issues a statement confirming a security incident and an ongoing investigation.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

KodakShinyHuntersData BreachExtortionPIICybercrime

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.