DentaQuest Suffers Major Breach; ShinyHunters Leaks Data of 2.6 Million

ShinyHunters Leaks 234GB of Data from DentaQuest, Affecting 2.6 Million People

HIGH
June 9, 2026
5m read
Data BreachThreat ActorRansomware

Impact Scope

People Affected

2.6 million

Industries Affected

HealthcareFinance

Geographic Impact

United States (national)

Related Entities

Threat Actors

Organizations

Other

DentaQuest Sun Life

Full Report

Executive Summary

The ShinyHunters extortion group has publicly released a 234 GB database allegedly stolen from DentaQuest, one of the largest dental benefits administrators in the U.S. and a subsidiary of Sun Life. The data was published on a dark web forum after ransom negotiations reportedly failed. The breach affects an estimated 2.6 million individuals, and the leaked data includes a vast amount of sensitive Personally Identifiable Information (PII) and Protected Health Information (PHI). DentaQuest has confirmed it is managing a cybersecurity incident and is working with law enforcement. This breach places millions of people at significant risk of identity theft, phishing, and other forms of fraud.


Threat Overview

ShinyHunters is a well-known and prolific financially motivated threat group that specializes in large-scale data breaches. Unlike many ransomware gangs, their primary model is often data theft for extortion and subsequent sale or public release, rather than encryption. They target large databases of user information.

In this incident, the group gained unauthorized access to a portion of DentaQuest's network and exfiltrated a massive dataset. After DentaQuest presumably refused to pay the ransom demand, ShinyHunters followed through on their threat and leaked the entire 234 GB archive.

Impact Assessment

The impact of this data breach is severe due to the sensitivity of the compromised information. According to the data breach notification service Have I Been Pwned, which has indexed the breach, the exposed data includes:

  • Full names
  • Physical addresses
  • Phone numbers
  • Dates of birth
  • Genders
  • Government-issued IDs (e.g., Social Security numbers)
  • Health insurance information, including Medicaid IDs

This is a full-scale identity theft kit for 2.6 million people. The consequences include:

  • Targeted Phishing and Scams: Attackers can use the detailed personal and health information to craft highly convincing phishing emails and vishing calls.
  • Identity Theft and Fraud: The data can be used to open new lines of credit, file fraudulent tax returns, or commit other forms of identity fraud.
  • Medical Fraud: The presence of insurance and Medicaid information could enable attackers to file fraudulent claims for medical services.
  • Regulatory Penalties: As the breach involves PHI, DentaQuest will face intense scrutiny under HIPAA, likely resulting in significant fines.
  • Class-Action Lawsuits: The scale of the breach and the sensitivity of the data make class-action lawsuits from the affected individuals almost certain.

IOCs — Directly from Articles

No specific Indicators of Compromise (IPs, domains, hashes) were provided in the source articles.

Cyber Observables — Hunting Hints

While the initial access vector is unknown, organizations can hunt for TTPs common to data theft groups like ShinyHunters:

Type
Log Source
Value
Database access logs
Description
Monitor for anomalous queries, such as a single user account or service account reading an entire table or database, especially outside of normal business hours.
Type
Command_line_pattern
Value
mysqldump, pg_dump
Description
Look for the execution of database dump commands on production servers, which could indicate an attempt to stage data for exfiltration.
Type
Network Traffic Pattern
Value
Large, sustained outbound transfer
Description
A 234 GB data transfer is a major network event. Monitor for large egress flows from database servers to external IP addresses.
Type
Vulnerability Scan
Value
Public-facing application vulnerabilities
Description
Groups like ShinyHunters often exploit vulnerabilities in web applications or APIs to gain initial access to backend databases. Regularly scan for and patch such flaws.

Detection & Response

  1. Data-Centric Monitoring: The focus must be on protecting the data itself. Implement database activity monitoring (DAM) solutions to alert on anomalous access patterns, such as a user attempting to export millions of records.
  2. Egress Traffic Analysis: Utilize D3-OTF: Outbound Traffic Filtering and analysis. No legitimate process should be exfiltrating a 234 GB file from a production environment to an unknown destination. Such an event should trigger high-priority alerts and automated blocking.
  3. Incident Response Plan: Organizations handling large amounts of PII/PHI must have a well-rehearsed incident response plan that specifically covers data breaches, including legal, communications, and regulatory notification workflows.

Mitigation

  1. M1041 - Encrypt Sensitive Information: While the database was likely accessed by an authorized (but compromised) process, critical PII/PHI fields within the database should be encrypted at the field level. This provides an additional layer of protection if the database file itself is stolen.
  2. M1035 - Limit Access to Resource Over Network: Production databases should be isolated in a secure network segment with strict firewall rules, allowing access only from specific, trusted application servers. Direct access from the internet or corporate workstations should be prohibited.
  3. M1026 - Privileged Account Management: Tightly control and audit the use of service accounts and other privileged accounts that have access to sensitive databases. These accounts should have the minimum privileges necessary to function.
  4. Vulnerability Management: Aggressively scan for and patch vulnerabilities in all public-facing applications and APIs, as these are common entry points for data theft groups.

Timeline of Events

1
June 3, 2026
Have I Been Pwned indexes the DentaQuest data breach.
2
June 7, 2026
Security Affairs reports that ShinyHunters has publicly leaked the DentaQuest data.
3
June 9, 2026
This article was published

MITRE ATT&CK Mitigations

Encrypting sensitive data columns within the database (column-level encryption) can protect the data even if the database file is stolen.

Isolating databases in secure network segments with strict access controls minimizes their exposure to threats.

Audit

M1047enterprise

Implementing Database Activity Monitoring (DAM) to audit and alert on anomalous access patterns is critical for detecting data theft.

Keeping web applications and database software patched is essential to prevent initial access via known vulnerabilities.

D3FEND Defensive Countermeasures

In the context of a database breach, this can be extended to Database Account Monitoring. Organizations like DentaQuest must have robust monitoring on the accounts (especially service accounts) that access critical databases. A Database Activity Monitoring (DAM) solution should be in place to baseline normal query behavior. It should trigger high-priority alerts for activities like: an account suddenly querying millions of rows when it normally queries hundreds; an account performing a SELECT * on a large table; or an account attempting to dump the entire database schema. These are high-fidelity indicators of compromise that can enable a security team to intervene and stop a breach in progress.

This D3FEND technique can be applied as both Transparent Data Encryption (TDE) and column-level encryption. For a database containing as much sensitive PHI as DentaQuest's, TDE should be the baseline, encrypting the data files at rest. More importantly, critical fields like Social Security Numbers, Medicaid IDs, and dates of birth should be encrypted at the application/column level with a tightly controlled key management system. This ensures that even if an attacker successfully exfiltrates the database files (the '.mdf' or dump files), the most sensitive data remains encrypted and useless without the corresponding decryption keys, which should be stored separately and securely.

Timeline of Events

1
June 3, 2026

Have I Been Pwned indexes the DentaQuest data breach.

2
June 7, 2026

Security Affairs reports that ShinyHunters has publicly leaked the DentaQuest data.

Sources & References

DentaQuest Breach: ShinyHunters Publish Data Impacting 2.6M People
Security Affairs (securityaffairs.com) June 7, 2026
Hackers Leak DentaQuest Information Impacting 2.6 Million
SecurityWeek (securityweek.com) June 5, 2026
DentaQuest Data Breach
Have I Been Pwned (haveibeenpwned.com) June 3, 2026
8th June – Threat Intelligence Report
Check Point Research (research.checkpoint.com) June 8, 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

Data BreachShinyHuntersDentaQuestHealthcarePIIPHIHIPAAExtortion

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