How Data Breaches Expose Your Email Address

Data breaches exposed more than 8 billion records in 2024. Most of them started with an email address. Here is how that happens and what you can do about it.

The anatomy of a data breach

When a company stores your email address, it lives in a database — typically a relational database like MySQL, PostgreSQL, or a cloud equivalent. When that database is compromised (through SQL injection, misconfigured access controls, a vulnerable dependency, or an insider threat), the attacker downloads whatever is in the database. Your email address is almost always in it.

The data is typically packaged into a dump file and sold on dark-web marketplaces or distributed through breach-tracking forums. Within days, your address is in the hands of thousands of people who did not ask for it and who have no incentive to protect it.

What happens after the breach

Your email address is useful to attackers in several ways. First and most directly: spam. Breach databases are sold specifically to email marketers of varying legitimacy. Your address enters mailing lists, your inbox fills with offers and phishing attempts, and no unsubscribe link actually removes you from the underlying list (which has already been resold multiple times).

More seriously, your email address is the starting point for credential stuffing attacks. If you reuse passwords (most people do, for at least some accounts), attackers take the breached email-and-password pair and try it against other services: banking portals, Amazon, Gmail, cryptocurrency exchanges. They use automated tools that attempt thousands of logins per minute. The success rate is low per attempt — but the scale makes it financially viable.

Phishing is a third attack vector. With your name (often in the breach data), your email address, and knowledge of which service you used (the one that was breached), attackers craft convincing impersonation emails. "Dear [your name], your [breached service] account has been suspended. Click here to reactivate." The email looks legitimate, the domain is spoofed, and the link leads to a credential-harvesting page.

The aggregation problem

Any single breach might contain only an email address and a hashed password. That seems limited. But data brokers and aggregation services collect breach data across thousands of sources and merge them by email address. The resulting profile includes: your name, phone numbers, physical addresses, account histories at hundreds of services, and behavioral patterns derived from the combination. This profile is more valuable — and more dangerous — than any single piece.

The email address is the key that joins all of this data. It is the stable identifier that appears in every record. Without it, the data is a pile of disconnected facts. With it, the data coalesces into a profile of a specific human being.

How disposable email breaks the chain

A disposable email address is a dead end in the aggregation chain. When you sign up for a service with a temporary address:

  • The service's breach exposes that address — not your real one
  • The breached address is already dead (expired) by the time the breach is discovered and exploited
  • There are no other records linked to the temporary address to aggregate with
  • Credential stuffing is impossible because the address is not used anywhere else
  • Phishing to the address goes nowhere because no one is reading it

The chain breaks at the first link. An attacker who gets your temporary TempMailGrab address from a breach has a useless piece of data: an address that is already expired, linked to no other records, and receiving no traffic.

This does not replace password hygiene

Disposable email addresses solve the email-exposure problem, not the password problem. You still need unique, strong passwords for every account that matters. A password manager (Bitwarden, 1Password, or similar) handles this at scale. The combination of unique passwords and disposable email addresses for low-stakes sign-ups is the most effective defense most people can implement without significant friction.

When disposable email is not the right tool

A disposable address solves the exposure problem for accounts you do not plan to use long-term. For accounts you care about — financial services, healthcare, work tools, primary social accounts — you need a permanent address and proper security (unique password, two-factor authentication). Losing access to the email address means losing account recovery for those services, which is worse than a breach in many scenarios.

The rule is simple: use a disposable address when the risk of forgetting which address you used is lower than the risk of the service being breached with your real address. For most one-time sign-ups, the balance tips clearly toward disposable.

Checking if your address is in a known breach

Services like HaveIBeenPwned (haveibeenpwned.com) let you check whether a specific email address appears in known breach databases. If your real email address appears in multiple breaches, it is already in aggregator databases. For new sign-ups going forward, a fresh disposable address keeps future activity off that profile, even if the historical record already exists.

The goal is not to undo past exposure — that data exists and will continue to exist. The goal is to stop adding new data to the profile: each new sign-up with a temporary address is one fewer link in the aggregation chain going forward.

Related articles

See also: Burner email guide · Privacy guide