After studying real breaches, the final step is to systematically map what failed to the CIA triad and select the right control categories to prevent recurrence. This lesson turns abstract case studies into a repeatable mapping methodology you can apply to any incident.
Start by listing each aspect of the triad that was violated. For each, determine the root control failure—was it preventive (no MFA), detective (alert ignored), or corrective (no tested backups)? Then propose a multi‑category countermeasure. For example, confidentiality loss due to exfiltration calls for preventive encryption and detective DLP.
| CIA Violation | Real Incident | Root Control Gap | Recommended Controls |
|---|---|---|---|
| Confidentiality | Equifax data exfiltration | Detective (expired IDS cert) + Preventive (missing patch) | Patch SLA, certificate health monitoring, DLP |
| Integrity | Colonial Pipeline ransomware encryption | Preventive (no MFA) + Corrective (no offline backups) | MFA, immutable backups |
| Availability | DDoS on Dyn DNS (2016) | Preventive (no rate‑limiting) + Corrective (slow DR) | Anycast, rate‑limiting, DR failover drills |
# Incident Mapping Template
- **Incident Name**: Equifax 2017
- **CIA Failure(s)**: Confidentiality, Integrity of consumer data
- **Root Causes**: Unpatched Struts, expired TLS inspection certs
- **Missing Preventive Controls**: Patch management, input validation
- **Missing Detective Controls**: IDS certificate rotation, file integrity monitoring
- **Missing Corrective Controls**: Isolated incident response segment
- **Recommended Additions**:
- Preventive: Automated vuln scanning
- Detective: DLP rules for SSN patterns
- Corrective: Quarterly DR testThis mapping forces teams to think in control categories, not just technology names. It also bridges the gap between technical findings and management language—every executive understands the difference between preventing a breach and detecting one after the fact.
💡 Always include at least one detective control for every preventive control. If prevention fails, you need to know quickly.
Verify exercises to earn ★ 150 XP and unlock next lab level.