In July 2015, a group calling itself the Impact Team announced it had breached Avid Life Media, the parent company of Ashley Madison - a dating site for married people whose tagline was "Life is short. Have an affair." The Impact Team threatened to release the data - including names, addresses, emails, credit card transactions, and sexual preferences of 37 million users - unless Avid Life Media shut down Ashley Madison and its sister site Established Men. Avid Life Media refused. In August 2015, the Impact Team released the full dataset.
The Ashley Madison breach was distinct from other major data breaches in its consequences. A breach of a retail database exposes credit card numbers that can be cancelled and replaced. The Ashley Madison breach exposed evidence of extramarital affairs - information that was directly, personally damaging to real individuals in ways that no technical remediation could reverse. The published data was used for extortion, suicide was attributed to the exposure, and the reputational and relationship damage to 37 million users was immediate and permanent. It also raised questions about corporate data retention practices, password security, and the ethics of running a service built on facilitating behavior that users had specific reasons to keep secret.
The Breach and the Data
The Impact Team breached Avid Life Media's networks and exfiltrated user data over an extended period before making their demands. The data they released included email addresses (37 million records), names, physical addresses, phone numbers, credit card partial data, transaction histories, sexual preference profile data, and messages between users. The release included employees' internal emails and other corporate documents.
The profile data was uniquely sensitive. Ashley Madison allowed users to self-describe their sexual interests and desires in explicit terms for matching purposes. This data, combined with real names and addresses, was the most damaging element. Users who had signed up with government or military email addresses were immediately identifiable - the dataset included thousands of .mil and .gov email addresses. Executives of major corporations, politicians, and public figures appeared in the dataset.
The credit card transactions were perhaps the most probative element for infidelity: unlike email addresses (which could be fake), credit card transactions were tied to real financial accounts. Users who had paid for Ashley Madison premium services with their credit cards had created an unambiguous record. Avid Life Media had retained complete transaction histories indefinitely.
Consequences for Users
Within weeks of the data release, extortion emails began arriving in users' inboxes: pay Bitcoin or the sender would inform the recipient's spouse. Dozens of extortion campaigns ran simultaneously, some manual and targeted (using specific details from the data to make the threat credible) and some automated at scale. The Bitcoin amounts demanded ranged from hundreds to thousands of dollars. Law enforcement tracked and arrested several of the extortionists but many operated from jurisdictions outside effective reach.
Multiple suicides were publicly connected to the Ashley Madison data release - at least two in Canada, and others internationally. The causal connection was confirmed in some cases by notes left by the individuals. The deaths created an unusual moment for the security industry: data breaches had caused financial harm and identity theft, but the Ashley Madison breach caused documented deaths. It made the human consequences of corporate data security failures visceral in a way that abstract statistics about credit card fraud do not.
Divorce attorneys reported surges in clients who had found their spouse's name in the dataset or vice versa. The data was indexed by searchable websites almost immediately after release, making it trivial for anyone to check whether a specific email address appeared. Relationship damage extended well beyond cases of confirmed users - false positives (email addresses entered without the account holder's knowledge) created accusations and relationship damage based on fraudulent data.
The Password Security Failure
The password breach analysis from the Ashley Madison dataset became a significant case study in password hashing security. Avid Life Media had stored passwords using bcrypt - a proper password hashing algorithm - for most user accounts. However, they had also stored MD5 hashes of the same passwords as a legacy component from an earlier system that had not been fully deprecated. The MD5 hashes were trivially crackable with modern hardware.
CynoSure Prime, a password cracking research group, identified the MD5 hash storage and cracked 11.2 million passwords in approximately 10 days using a combination of dictionary attacks and rule-based mutations. The cracked passwords became a secondary dataset - revealing common patterns (millions of people used "password," "123456," and their email address as components), but also enabling targeted attacks against users who had reused their Ashley Madison password on other services.
The bcrypt hashes for the remaining accounts were computationally resistant - bcrypt is designed to be slow, and cracking billions of bcrypt hashes at interactive speeds is not feasible with consumer hardware. Avid Life Media's mistake was maintaining the MD5 legacy system alongside bcrypt rather than migrating all accounts to bcrypt alone. The MD5 hashes represented the attack surface; the bcrypt storage was correctly implemented but rendered partially irrelevant by the parallel legacy system.
Attribution and Impact Team's Identity
The Impact Team was never publicly identified. Their manifesto described their motivation as moral outrage at Ashley Madison's business model and specifically at the "full delete" deception. They claimed to be insiders or to have obtained inside assistance, which was consistent with the depth of their network access. The level of sustained access to Avid Life Media's systems before the breach suggested either an insider or a highly motivated external actor with significant time and resources.
Internal Avid Life Media documents released by the Impact Team included communications between executives that revealed corporate dysfunction - including a 2012 email from the company's CTO describing a prior security breach and the steps taken to cover it up. These documents, more than the user data, damaged the company's leadership and created regulatory exposure.
Avid Life Media (renamed Ruby Corp after the breach) paid approximately $11.2 million in settlement of US and Canadian class action lawsuits in 2017. The FTC and Canadian privacy authorities reached settlements requiring Ruby Corp to implement comprehensive security programs. The CEO resigned. The site continued operating under new leadership, with a revised brand positioning that de-emphasized the infidelity angle.