Part 13: Case Studies
In one line: Theory sticks when you see it fail in the real world, so this chapter reconstructs landmark breaches — how the attacker got in, what made it possible, and what defense would have stopped it — turning headlines into transferable lessons.
Every chapter in this guide is vividly illustrated by a real incident where it was missing. This chapter walks through reconstructed breaches — a supply-chain compromise (a trusted update turned malicious), a cloud misconfiguration (a public bucket or over-broad role leaking data), and a ransomware intrusion (initial access to full encryption) — tracing the chain of decisions and the specific control that would have broken it. The point isn't the gossip; it's the pattern, so you recognize the setup before it's your incident.
What this chapter covers
- A supply-chain compromise — trust in a dependency/update weaponized (ties to Secure SDLC).
- A cloud misconfiguration breach — identity/storage missteps at scale (ties to Cloud & Identity).
- A ransomware intrusion — initial access → lateral movement → impact, and where detection and IR change the outcome.
- The generalizable lessons — what each says about defense-in-depth and least privilege.
These case studies are reconstructed only from public post-incident reporting (company disclosures, security-vendor analyses, government findings, and court documents). They focus on the durable lessons each breach teaches a security engineer, not on contested operational specifics.
The lessons in this chapter
- A Supply-Chain Compromise → — SolarWinds: malicious code in a signed, trusted update, and why signing didn't save victims.
- A Cloud Misconfiguration Breach → — Capital One: SSRF + metadata + an over-broad IAM role chained into 100M records.
- A Ransomware Intrusion → — Colonial Pipeline: one missing MFA to a national fuel crisis, and the fundamentals that stop it.
- The Patterns That Generalize → — the four durable lessons all three breaches share.
Finish with the Chapter 13 checkpoint →, then the Glossary.
→ Start here: A Supply-Chain Compromise.