Incident Response β Overview
Before you start: the concepts in [SOC](/academies/security/soc/overview) (how alerts get triaged and escalated) are assumed β incident response is what happens after an alert is confirmed as a real incident.
What is Incident Response?
Incident Response (IR) is the organized approach to addressing and managing the aftermath of a security breach or cyberattack. The goal is to handle the situation in a way that limits damage and reduces recovery time and costs.
Why This Exists (The Hook)
The moment a breach is confirmed is the worst possible moment to start figuring out who does what β should this host be unplugged or left running to preserve evidence? Who has authority to notify customers? Which backup is actually clean? Under real pressure, with the CEO asking for updates every ten minutes, an undocumented, improvised response reliably makes things worse β reconnecting a "cleaned" system too early, destroying the forensic evidence that would have shown how the attacker got in, or notifying regulators late enough to trigger additional penalties. Incident response exists as a rehearsed, written-down process precisely so none of those decisions get made for the first time during an actual crisis.
Analogy β Think of an IR plan like an aircraft's emergency checklist, not a first-timer's improvisation. Pilots don't figure out engine-failure procedures in the moment β they've drilled a specific checklist so often that, under real stress, they execute it almost automatically, in the right order, without missing a step. An IR runbook is that same checklist for a ransomware outbreak or a data breach: written and rehearsed long before the real incident, so the team executes it rather than debates it while the damage is still spreading.
Try it (2 minutes) β Reason through why "Preserve evidence" comes explicitly BEFORE containment actions in the Identification phase, without looking anything up: if a compromised server is immediately rebooted or wiped to "clean it up" before anyone captures a memory dump or disk image, what forensic evidence about how the attacker got in, what they touched, and whether they're still present elsewhere is permanently lost β and why would that matter even after the immediate threat is contained?
NIST IR Framework β 4 Phases
Phase 1: Preparation
Phase 2: Identification (Detection & Analysis)
| Severity | Definition | Response SLA |
|---|
|---------|-----------|-------------|
| P1 Critical | Active breach, data exfiltration, ransomware | 15 minutes |
|---|---|---|
| P2 High | Suspicious activity, potential compromise | 1 hour |
| P3 Medium | Policy violation, failed attack attempt | 4 hours |
| P4 Low | Informational, no active threat | 24 hours |
Phase 3: Containment
Short-term (stop the bleeding):
Long-term (stable state while investigating):
Phase 4: Eradication
Phase 5: Recovery
Phase 6: Post-Incident Activity
Common Incident Types and Playbooks
Ransomware
Phishing β Credential Theft
Data Breach
Tools for Incident Response
| Category | Tool | Purpose |
|---|
|---------|------|---------|
| SIEM | Splunk, Azure Sentinel, Elastic SIEM | Log aggregation, alert correlation |
|---|---|---|
| EDR | CrowdStrike, SentinelOne, Microsoft Defender | Endpoint detection + response |
| SOAR | Splunk SOAR, Palo Alto XSOAR | Automated playbook execution |
| Forensics | Volatility (memory), Autopsy (disk), Wireshark (network) | Digital forensics |
| Threat Intel | VirusTotal, Shodan, AlienVault OTX | IoC lookup |
| Communication | PagerDuty, Slack IR channel, Zoom bridge | Team coordination |

