MOAB: The 26 Billion-Record Compilation That Wasn’t a Breach

📋 Key Takeaways
  • What happened?
  • Why aggregation leaks hurt differently
  • The timeline of the reveal
  • What organizations did with it
  • Stuffing economics after MOAB
5 min read · 943 words
Educational & Ethical Use Only — This article is provided for educational and ethical cybersecurity research purposes only. The techniques described should only be used on systems you own or have explicit permission to test. Always follow responsible disclosure and the laws applicable to you. Mitigations are included so engineers can harden real systems.

What happened?

On 22 January 2024, Security Hunters and Cyber News researchers published analysis of a leaked compilation they dubbed the Mother of All Breaches: 26 billion records across 3,800 folders, roughly 12 terabytes of credentials, usernames, passwords, and metadata compiled from thousands of prior breaches and credential-stuffing stockpiles. Nobody had “hacked” a single new target. Someone had aggregated — and aggregation itself became the event, because the dataset’s repackaged LinkedIn profiles alone ran to well over 100 million rows.

Quick Answer: The “Mother of All Breaches” (MOAB) was not a new intrusion but a 26-billion-record aggregation of data from thousands of older breaches, leaked in January 2024; its danger was reuse — credential stuffing and targeted phishing against every email address whose password was already circulating.

The compilation looked apocalyptic on first glance and more mundane on the second. MySpace and LinkedIn legacy dumps, Adobe, Canva, Dropbox, Twitter scrapes, government records from dozens of countries: folders organized by source, billion-row counts per folder. The largest share of records tied back to plug-and-play aggregation rather than fresh access. But the operational meaning was harsh anyway: if your email appeared anywhere in those 3,800 folders, your 2012 password might now sit beside your 2023 password, and the delta between them tells an attacker your rotation scheme.

Owners of the data were harder to pin down. Researchers found the bucket exposed on an open storage endpoint without authentication, which meant the leak may have been an accidental exposure by whoever maintained the compilation — a collector — rather than a deliberate criminal marketplace release. That distinction changed nothing for victims. A credential in an open storage bucket is a credential on its way to every stuffing tool on the planet.

Why aggregation leaks hurt differently

A single breach is a wound. An aggregated compilation is a map of your password history. When datasets get merged and cross-referenced, attackers gain per-identity correlation: this is the same human across LinkedIn, Adobe, and a 2016 forum hack. From correlation flows targeting: the CEO’s 2014 pet-password pattern applied to their 2024 SSO login nuance — attackers don’t need the new password if they understand the old habit.

  • Credential rotation patterns: concatenated datasets reveal suffix strategies like Winter2018, Winter2019 — one row shows the scheme, the next row confirms it.
  • Per-identity correlation: merged folders link old personal emails to current corporate identities, upgrading random dumps into spear-phishing arsenals.
  • Metadata richness: beyond passwords, rows carried names, locations, job titles — fuel for social engineering pretexts.
  • Stuffing economics: a 26B row list lets attackers spray only “premium” targets first — executives, admins, finance teams — with high success odds.
data-hmmnm-seam="2">

The timeline of the reveal

Date Event
2024-01-22 Cyber News / Security Hunters publish MOAB analysis; 26B records, 3,800 folders flagged
2024-01-23 Follow-up coverage clarifies: compilation of prior leaks, not a single new hack; exposure on open storage
2024-01-25 HaveIBeenPwned confirms many sub-datasets already known — verdict: “breach compilation” not “breach event”
2024-01-31 Enterprises report stuffing-wave upticks; MFA-less accounts at highest risk
2024-02 Threat intel teams fold MOAB feeds into darkweb monitoring; takedown of the exposure follows

Troy Hunt’s HaveIBeenPwned became the practical triage tool for individuals, even though the underlying rows were mostly recycled. His assessment — that MOAB was “more of a collection than a breach” — set the tone for how defenders should respond: not panic, but audit. The correct question wasn’t “was I in MOAB”? It was “which of my identities appear across the underlying datasets, and do any still share a password family?”

data-hmmnm-seam="3">

What organizations did with it

Security teams that treated MOAB as a hunting exercise got value from it. They pulled their executive and admin rosters, ran them against HIBP and internal intel feeds, and force-rotated credentials that overlapped with any folder. They checked whether corporate SSO allowed password reuse patterns, and tightened screening against known-compromised password lists natively in Azure AD style APIs. Others merely forwarded the news article to staff with a “change your passwords” note, which accomplished little.

FAQ

Was MOAB a new hack of 2024?

No. Every credible analysis concluded it was a compilation of prior breach data rehosted in one place. The January 2024 event was the exposure of the aggregation, not a fresh intrusion. Treating it as a new breach leads to wrong countermeasures; treating it as a credential-exposure audit leads to right ones.

How big is 26 billion records, really?

Roughly three records for every human alive. Practically, deduplication matters: email-plus-password pairs collapse to much smaller unique sets. The scare number counts rows; the risk number counts identities with reused or pattern-based passwords — still enormous, but manageable with screening tools.

Should individuals have changed all passwords after MOAB?

Individuals should check HIBP, rotate passwords on any account sharing a family or pattern with a leaked one, and — more importantly — enable MFA everywhere offered. Password reuse, not record count, is the kill chain activator in a compilation leak.

data-hmmnm-seam="4">

Stuffing economics after MOAB

Attackers did not read 26 billion rows by hand. Criminal pipelines filtered the compilation into per-domain bundles and fed premium subsets — corporate executives, IT admins, healthcare staff — into automated stuffing engines tuned for low-and-slow attempts that dodge lockout thresholds. Security teams countered with rate-shaping, risk-based MFA prompts, and typing-pattern telemetry. The arms race was economic, not technical: each side optimized cost-per-successful-login.

data-hmmnm-seam="5">

Lessons that outlive the leak

MOAB closed the era when breach compilations could still surprise. The durable lessons: treat every email address as permanently associated with every password it ever used; assume identity correlation across consumer and corporate personas; validate logins against compromised-credential lists in real time, as cloud IdPs now support natively; and monitor for stuffing signatures — distributed low-and-slow attempts against single accounts. Aggregators will keep aggregating. The defenders who win are those who make old passwords worthless rather than those who count records.

data-hmmnm-seam="end">

Prabhu Kalyan Samal

Application Security Consultant at TCS. Certifications: CompTIA SecurityX, Burp Suite Certified Practitioner, Azure Security Engineer, Azure AI Engineer, Certified Red Team Operator, eWPTX v3, LPT, CompTIA PenTest+, Professional Cloud Security Engineer, SC-900, SC-200, PSPO I, CEH, Oracle Java SE 8, ISP, Six Sigma Green Belt, DELF, AutoCAD. Writing about ethical hacking, security tutorials, and tech education at Hmmnm.