Charter Communications Investigates Data Breach Affecting 4.9 Million After ShinyHunters Claims Responsibility

ShinyHunters Claims 4.9M Charter Communications Accounts Stolen via Vishing Attack

HIGH
May 29, 2026
6m read
Data BreachThreat ActorPhishing

Impact Scope

People Affected

4.9 million

Affected Companies

Charter Communications

Industries Affected

Telecommunications

Geographic Impact

United States (national)

Related Entities

Threat Actors

Organizations

Have I Been PwnedBleepingComputer

Other

Charter CommunicationsSpectrum

Full Report

Executive Summary

Charter Communications, operating as Spectrum, is investigating a major data breach claimed by the notorious extortion group ShinyHunters. The group alleges it stole data from 4.9 million customer accounts after compromising an employee's Microsoft Entra ID account via a voice phishing (vishing) attack. The initial access was reportedly used to pivot to the company's Salesforce instance and exfiltrate customer information. The compromised data, according to Have I Been Pwned, includes names, email and physical addresses, and phone numbers. Charter has acknowledged an incident but stated that no sensitive personal information or customer proprietary network information (CPNI) was exfiltrated, a claim that is contested by the threat actor's assertions and third-party analysis. This incident highlights the effectiveness of social engineering attacks against even large corporations and the significant downstream risk of a single compromised identity.


Threat Overview

The attack, reportedly initiated on April 1, 2026, targeted Charter Communications, one of the largest telecommunications providers in the United States, with over 32 million customers. The threat actor, ShinyHunters, is a well-known cybercrime group with a history of large-scale data breaches and extortion.

  • Attack Vector: The initial point of entry was a voice phishing (vishing) attack. The attackers deceived a Charter employee, convincing them to provide information that led to the compromise of their corporate Microsoft Entra account.
  • Lateral Movement & Exfiltration: With credentials for the Entra account, ShinyHunters gained access to Charter's internal systems, specifically targeting and accessing the company's Salesforce environment. From there, they exfiltrated a large dataset containing information on approximately 4.9 million customers.
  • Data Compromised: Analysis by Have I Been Pwned confirms the breached data contains personally identifiable information (PII), including full names, email addresses, physical addresses, and phone numbers. Additionally, an internal employee directory containing about 85,000 job titles was also exposed.

The discrepancy between Charter's official statement (claiming no sensitive PI was lost) and the data analysis underscores the challenge organizations face in accurately assessing and communicating the scope of a breach in its early stages.

Technical Analysis

The attack on Charter Communications follows a classic pattern of identity-driven compromise, leveraging social engineering to bypass technical controls.

  1. Initial Access: The attackers used voice phishing, a form of social engineering, to manipulate an employee. This is a highly effective technique that preys on human trust and is difficult to defend against with technology alone. This corresponds to MITRE ATT&CK T1598.001 - Spearphishing Voice.
  2. Credential Access & Defense Evasion: By obtaining the employee's credentials, the attackers gained access to a legitimate Microsoft Entra account. This allows them to operate with the privileges of that user, effectively blending in with normal network traffic and bypassing perimeter defenses. This aligns with T1078 - Valid Accounts.
  3. Discovery & Collection: Once inside the network, the attackers likely performed discovery to identify high-value data repositories. They located and accessed the Salesforce instance, a common target due to the wealth of customer data it contains. This maps to T1530 - Data from Cloud Storage Object.
  4. Exfiltration: The final stage involved exfiltrating the collected data from the Salesforce environment to attacker-controlled infrastructure, likely using common web protocols to further evade detection, mapping to T1048 - Exfiltration Over Alternative Protocol.

Impact Assessment

The breach carries significant potential impact for both Charter Communications and its 4.9 million affected customers.

  • For Customers: The exposure of names, addresses, and phone numbers places affected individuals at high risk of targeted phishing, smishing, and other social engineering attacks. Scammers can use this data to craft highly convincing fraudulent communications pretending to be from Charter or other trusted entities.
  • For Charter: The company faces substantial reputational damage, potential regulatory fines, and costs associated with incident response, customer notification, and credit monitoring services. The public contradiction of their official statement by a well-known data breach service could further erode customer trust. The compromise of an internal employee directory also exposes their staff to targeted recruitment or further social engineering attempts.

IOCs — Directly from Articles

No specific technical Indicators of Compromise (IOCs) such as IP addresses, domains, or file hashes were provided in the source articles.

Cyber Observables — Hunting Hints

Security teams may want to hunt for activity related to this type of attack. The following patterns could indicate related activity:

Type
log_source
Value
Microsoft Entra ID Sign-in logs
Description
Monitor for anomalous sign-in events, such as logins from unfamiliar locations, impossible travel, or multiple failed login attempts followed by a success.
Type
log_source
Value
Salesforce Event Monitoring logs
Description
Look for unusual data access patterns, such as a single user account accessing or exporting an abnormally large number of records.
Type
command_line_pattern
Value
`(Export-Csv
Description
Out-File)`
Type
network_traffic_pattern
Value
High-volume uploads to non-corporate domains
Description
Monitor network traffic for large data transfers from internal systems to cloud storage providers or unknown external IP addresses.

Detection & Response

Detecting and responding to identity-driven breaches requires a multi-layered approach.

  • Detection:
    • Identity Threat Detection and Response (ITDR): Deploy solutions that monitor Microsoft Entra ID for risky sign-ins, privilege escalations, and anomalous user behavior. This aligns with D3FEND's D3-UBA - User Behavior Analysis.
    • CASB/SaaS Security: Implement a Cloud Access Security Broker (CASB) or SaaS Security Posture Management (SSPM) tool to monitor activity within Salesforce. Configure policies to alert on mass data downloads or exports.
    • Endpoint Detection and Response (EDR): Monitor endpoints for suspicious processes or commands that might be used for data staging or exfiltration.
  • Response:
    1. Immediately disable the compromised user account and invalidate all active sessions.
    2. Initiate a review of all activity associated with the compromised account to determine the scope of access.
    3. Analyze logs from both Entra ID and Salesforce to identify all data that was accessed or exfiltrated.
    4. Preserve all relevant logs and system images for forensic analysis.

Mitigation

  • User Training: Conduct regular, realistic security awareness training that includes modules on phishing, smishing, and vishing. This is the primary defense against the initial attack vector and maps to MITRE Mitigation M1017 - User Training.
  • Multi-Factor Authentication (MFA): Enforce phishing-resistant MFA (e.g., FIDO2/WebAuthn) for all user accounts, especially for access to critical systems like Entra ID and Salesforce. This is a critical control and maps to M1032 - Multi-factor Authentication.
  • Principle of Least Privilege: Regularly review user permissions in both cloud and on-premise applications. Ensure users only have access to the data and systems absolutely necessary for their job roles. This maps to M1051 - Update Software.
  • Data Exfiltration Controls: Implement Data Loss Prevention (DLP) policies to detect and block the unauthorized transfer of sensitive data outside the corporate network.

Timeline of Events

1
April 1, 2026
ShinyHunters alleges the breach was initiated via a vishing attack.
2
May 29, 2026
Charter Communications acknowledges the incident and begins its investigation.
3
May 29, 2026
This article was published

MITRE ATT&CK Mitigations

Train users to recognize and report social engineering attempts, including vishing calls, to prevent initial compromise.

Implement phishing-resistant MFA to prevent attackers from using stolen credentials to access critical systems like Microsoft Entra and Salesforce.

Mapped D3FEND Techniques:

Enforce the principle of least privilege, ensuring user accounts only have the minimum necessary permissions to perform their job functions.

Mapped D3FEND Techniques:

Audit

M1047enterprise

Regularly audit and monitor logs from critical applications like Salesforce and identity providers like Entra ID for signs of anomalous access or data exfiltration.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

Implementing phishing-resistant Multi-Factor Authentication (MFA) is the single most effective control to mitigate the impact of a credential compromise like the one that occurred at Charter. Organizations should prioritize the rollout of FIDO2/WebAuthn-based authenticators (e.g., YubiKeys, Windows Hello) for all employees, especially those with access to sensitive systems like Salesforce or administrative portals like Microsoft Entra. While SMS and push-based MFA are better than nothing, they are susceptible to MFA fatigue and SIM-swapping attacks. For an attack chain initiated by vishing, where an attacker may attempt to socially engineer an MFA approval, number matching and geographic location context in push notifications can provide an additional layer of verification. The goal is to make the stolen password useless without the physical possession of a hardware token or a biometric confirmation, effectively stopping the attacker at the point of login, even if their social engineering is successful.

User Behavior Analysis (UBA) provides a critical detection layer for identifying when a valid account is being used for malicious purposes. In the context of the Charter breach, a UBA system integrated with Microsoft Entra ID and Salesforce logs could have flagged multiple anomalies. For example, it could have detected the initial login as an 'impossible travel' event if the attacker's IP was geographically distant from the legitimate employee's location. Subsequently, it could have alerted on the user's behavior within Salesforce, such as accessing a massive number of customer records far exceeding their normal daily activity, or attempting to export data in bulk. By establishing a baseline of normal user activity, UBA tools can detect deviations that indicate a compromise, enabling security teams to respond quickly by locking the account before significant data exfiltration occurs.

Timeline of Events

1
April 1, 2026

ShinyHunters alleges the breach was initiated via a vishing attack.

2
May 29, 2026

Charter Communications acknowledges the incident and begins its investigation.

Sources & References

Charter Communications data breach affects 4.9 million accounts
BleepingComputer (bleepingcomputer.com) May 29, 2026
May 28's Top Cyber News NOW! - Ep 1141
Simply CyberMay 28, 2026

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

vishingsocial engineeringidentity and access managementcloud securityextortion

📢 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.