The framework that ties all of BTL1’s technical modules (phishing, SIEM, DFIR, threat intel) together into a single process: the NIST-based Incident Response lifecycle. Every piece of evidence you gather in the exam ultimately lands in one phase of this process.
Based on NIST SP 800-61, a 6-phase process for tracking a security incident from start to finish:
Preparation → Identification → Containment → Eradication → Recovery → Lessons Learned
The process is cyclical — findings from the Lessons Learned phase feed back into the next round of Preparation.
The work done before an incident occurs — the phase that saves the most time once an incident hits.
Confirming whether something is actually an incident.
The triage workflow in
phishing-cheatsheet.md(Headers → Indicators → Sandbox/VT → Verdict) is essentially a subset of this phase.
Stopping the incident from spreading — without destroying evidence yet.
| Type | Example |
|---|---|
| Short-term | Isolating the affected system from the network, adding a firewall rule, disabling an account |
| Long-term | Temporary access restrictions on unaffected systems, improved segmentation |
Completely removing the root cause of the threat from the environment.
Bringing systems back to normal operation safely.
The phase for improving the process after the incident closes.
Skipping this phase means the team starts from scratch the next time a similar incident occurs — it’s the most overlooked but most valuable phase of the IR process.
Ties back to your own cheat sheet collection:
| Phase | Related tool/cheat sheet |
|---|---|
| Identification | siem-splunk-elk-cheatsheet-professional.md, phishing-cheatsheet.md, windows-event-id-reference-cheatsheet-professional.md |
| Containment/Eradication | deepblue-cli-cheatsheet-professional.md, wireshark-advanced-cheatsheet.md |
| Evidence collection (every phase) | volatility-autopsy-forensics-cheatsheet-professional.md |
| Root cause analysis | malware-analysis-yara-cheatsheet-professional.md, threat-intelligence-mitre-attack-cheatsheet-professional.md |
A ready-to-fill skeleton for the incident report you’d submit at the close of the Lessons Learned phase.
## Incident Summary
- Incident ID / Date:
- Severity:
- Affected systems/users:
## Timeline
| Time | Event |
|---|---|
| ... | Initial compromise |
| ... | Detection |
| ... | Containment began |
| ... | Eradication completed |
| ... | Recovery completed |
## Root Cause
[Root cause — which vulnerability/mistake/missing control was exploited]
## Actions Taken
[Steps taken during containment, eradication, and recovery]
## Indicators of Compromise (IOC)
[IOC list, in defanged format]
## Lessons Learned & Recommendations
[Process/technology/training improvement recommendations]
A single-page lookup for every phase covered above.
| Phase | One-line summary | Key metric |
|---|---|---|
| Preparation | Pre-incident readiness | — |
| Identification | Is it an incident, what’s the scope | MTTD (Mean Time to Detect) |
| Containment | Stop the spread | MTTC (Mean Time to Contain) |
| Eradication | Remove the root cause | — |
| Recovery | Return to normal, safely | MTTR (Mean Time to Recover) |
| Lessons Learned | Improve the process | Post-Incident Review |
Prepared as a reference for BTL1 Incident Response and general SOC operations (based on NIST SP 800-61).