IR frameworks, Cyber Kill Chain, MITRE ATT&CK, Diamond Model, IR lifecycle, digital forensics, and tabletop exercises — the complete 24% domain.
This domain covers understanding and applying IR frameworks, executing the full incident lifecycle from preparation through post-incident review, applying forensic best practices, and building IR readiness through exercises and planning.
NIST SP 800-61r2 defines the authoritative IR lifecycle used most commonly on the CS0-004 exam:
SANS PICERL: Preparation → Identification → Containment → Eradication → Recovery → Lessons Learned. Functionally similar to NIST — same lifecycle, different naming convention.
Lockheed Martin's Intrusion Kill Chain describes the phases of a targeted cyberattack. Defenders can disrupt the attack at any phase.
imageinfo (profile detection), pslist/pstree (running processes), netscan (network connections), malfind (injected code), dumpfiles (extract files from memory).| NIST SP 800-61 (4 Phases) | SANS PICERL (6 Phases) | Key Activities |
|---|---|---|
| Preparation | Preparation | IRP, team, tools, training, playbooks, tabletops |
| Detection & Analysis | Identification | Alert triage, log analysis, scope determination, severity classification |
| Containment, Eradication & Recovery | Containment | Isolate systems, block C2, disable accounts |
| (same phase above) | Eradication | Remove malware, close access, patch root cause |
| (same phase above) | Recovery | Restore from backup, verify integrity, monitor |
| Post-Incident Activity | Lessons Learned | RCA, report, evidence retention, process improvement |
| Priority | Data Source | Why Volatile | Collection Method |
|---|---|---|---|
| 1 (Most) | CPU registers, cache | Lost the instant power changes | Memory dump tools |
| 2 | RAM / System memory | Lost on reboot or power cycle | Magnet RAM Capture, WinPmem, LiME |
| 3 | Active network connections | Connections change continuously | netstat, ss commands; pcap |
| 4 | Running processes | Processes close and start constantly | tasklist, ps, Volatility pslist |
| 5 | Disk (file system, logs) | Persists but can be overwritten | Forensic image (FTK Imager, dd) |
| 6 (Least) | Archival media, backups | Stable, changes rarely | Copy/image with write blocker |
| Metric | Full Name | Measures | Reduced By |
|---|---|---|---|
| MTTD | Mean Time to Detect | Time from compromise to detection/alert | Better SIEM rules, threat hunting, EDR |
| MTTR | Mean Time to Respond | Time from detection to containment/resolution | SOAR automation, playbooks, trained team |
| MTTI | Mean Time to Identify | Time from detection to root cause identification | Forensic skills, better logging, threat intel |