All vulnerabilities
CRITICALOpSeccurated

OPSEC-ANTHEM-2015

Healthcare · Anthem

Summary

In 2015 the US health insurer Anthem disclosed the theft of about 78.8 million records, then the largest healthcare breach in history. It began in February 2014 with a single spear-phishing email: an employee at an Anthem subsidiary clicked a link to we11point.com, a look-alike of the company's real wellpoint.com domain, which planted malware and handed attackers a foothold. From there they captured the credentials of a database administrator and queried a data warehouse where nothing was encrypted, walking out with names, dates of birth, Social Security numbers, addresses, and employment and income data. US prosecutors later attributed the intrusion to a China-based group and indicted Fujie Wang. It is the lesson in phishing-resistant MFA, encrypting sensitive data at rest, and watching privileged database access.

How it happened

The way in was a forged trust. In February 2014, attackers sent a targeted phishing email to a handful of Anthem employees, at least one of whom clicked a link to we11point.com. The domain was a careful look-alike of wellpoint.com, Anthem's former corporate name, with the two letter L's swapped for the digits one-one, a difference almost invisible at a glance. The click installed a backdoor and gave the attackers their foothold.

From there it was quiet escalation. Over months they performed lateral movement and eventually obtained the credentials of a database administrator, which was effectively a master key to Anthem's enterprise data warehouse. Crucially, none of the data in that warehouse was encrypted at rest (HIPAA did not require it), so a stolen query account was enough to read everything in plaintext. The breach was discovered in late January 2015 when a database administrator noticed a query running under his own credentials that he had not started; by then the attackers had been running queries since around December 2014, compressing the records into encrypted archive files, shipping them to computers in China, and deleting the archives to cover their tracks. Investigators tied the operation to a China-nexus group (Symantec called it Black Vine, citing its Mivast backdoor); this was an APT after intelligence, not a criminal cash-out.

The damage

About 78.8 million people's records were taken: names, dates of birth, Social Security numbers, home and email addresses, and employment and income data. Health-sector identity data is uniquely toxic because, like a Social Security number, it cannot be changed. Tellingly, the stolen records never surfaced for sale on criminal markets, which strengthened the assessment that the goal was espionage rather than fraud. Anthem agreed to a $16 million settlement with US health regulators, the largest such penalty at the time (the regulator faulted it for never running an enterprise-wide risk analysis and for weak access controls), on top of a $115 million class-action settlement, then the largest ever for a data breach. The same China-based group was charged with also intruding on three other US businesses, and Fujie Wang, indicted in 2019, is believed to be in China and beyond reach.

Why Anthem still matters

Anthem is the clean example of a chain every defender should recognise: one phishing click becomes a foothold, a foothold becomes a stolen admin credential, and an over-privileged admin credential reads a warehouse of unencrypted personal data. Every link is breakable. Phishing-resistant MFA stops the clicked link from becoming an account takeover. Encrypting sensitive data at rest means a stolen query account yields far less. Least privilege on database and warehouse accounts, plus alerting on bulk or unusual reads, turns a quiet mass-export into a loud one. Anthem was part of the same wave of Chinese intelligence-gathering against Americans' personal data as the OPM breach the same year.

How to fix it

  • Reset and re-enroll the compromised and privileged accounts on phishing-resistant MFA, and revoke active sessions.
  • Encrypt sensitive datastores and tighten which accounts can run bulk queries against them.
  • Hunt for the phishing foothold and lateral movement, and rebuild compromised admin identities.
  • Notify affected individuals and regulators, and offer monitoring; healthcare PII does not expire.

How to avoid it

  • Require phishing-resistant MFA (FIDO2/WebAuthn) so a single clicked link cannot become an account takeover.
  • Encrypt sensitive data at rest and control the keys, so stolen database credentials yield far less.
  • Apply least privilege to database and warehouse accounts, and alert on bulk or unusual reads of PII.
  • Train and test against look-alike-domain phishing, and block newly registered look-alike domains.
  • Minimize the sensitive data you retain, and segment it away from general-purpose systems.

References

Related vulnerabilities

All OpSec →