Enterprise Incident Response
Enterprise Incident Response
Section titled “Enterprise Incident Response”When an organization is breached, ad-hoc heroics don’t scale — you need a program: defined roles, tested playbooks, a SOC feeding it, outside help on call, and legal/PR in the loop. This page covers IR at organizational scale. For securing your own personal devices and accounts, see the personal Incident Response guide.
The IR lifecycle (NIST)
Section titled “The IR lifecycle (NIST)”NIST SP 800-61 frames IR as a continuous cycle, not a one-shot:
- Preparation — the work done before an incident: playbooks, tooling, logging, access, retainers, and training. The single highest-leverage phase.
- Detection & Analysis — identify and scope: what happened, which assets, how bad, is it ongoing.
- Containment, Eradication & Recovery — stop the spread (short- and long-term containment), remove the foothold, restore to known-good and verify.
- Post-Incident Activity — the lessons-learned review that feeds back into Preparation.
IR playbooks
Section titled “IR playbooks”A playbook is a pre-written procedure for a specific incident type (ransomware, BEC, data exfiltration, account compromise). Each should define: roles and an incident commander, severity criteria, step-by-step actions per lifecycle phase, evidence-handling rules, communication templates, and escalation thresholds. Keep them version-controlled and reachable when systems are down (offline/out-of-band copies). Building these is a core output of threat modeling — model the likely incidents, then write the playbook for each.
SOC integration
Section titled “SOC integration”The Security Operations Center is the detection-and-triage engine that feeds IR:
- Tiered triage — analysts validate and enrich alerts; confirmed incidents escalate into the IR process.
- Feedback loop — every incident should yield new or tuned detections (close the gap so the same thing alerts automatically next time). The tooling lives in Blue Team Tools.
- Runbooks + SOAR — automate repetitive containment/enrichment so humans focus on judgment calls.
IR retainers
Section titled “IR retainers”An IR retainer is a pre-negotiated contract with an external DFIR firm so expert responders are engaged in hours, not days, when you’re in over your head. Major providers include Mandiant (Google), CrowdStrike, Unit 42 (Palo Alto), and Secureworks. Negotiate scope, SLA/response time, and rates before an incident — and confirm whether unused retainer hours convert to proactive work (tabletop facilitation, compromise assessments).
Legal and PR coordination
Section titled “Legal and PR coordination”At enterprise scale, the technical response is only half the job:
- Legal / privilege — involve counsel early; investigations are often conducted under attorney-client privilege, and breach-notification laws (GDPR’s 72-hour rule, US state laws, sector rules like HIPAA) carry hard deadlines.
- Communications / PR — prepare holding statements; coordinate so technical, legal, and public messaging don’t contradict each other.
- Stakeholders — know in advance who must be told (regulators, customers, cyber insurer, law enforcement) and the trigger for each.
Tabletop exercises
Section titled “Tabletop exercises”Test the program with tabletop exercises: walk the team through a realistic scenario (“ransomware has encrypted the primary file servers”) and exercise the playbook, including legal and comms — not just the technical responders. Run them on a schedule; they reliably surface stale playbooks, missing access, and unclear decision authority before a real incident does. A blameless post-incident review after each real event (and each exercise) closes the loop back into Preparation.
Related
Section titled “Related”- Incident Response (personal) — the individual-scale counterpart
- Blue Team Tools — the detection/SOC tooling that feeds IR
- Threat Modeling — anticipate the incidents to write playbooks for
- Threats Catalog — adversary TTPs that drive scenarios