Module 23 · Advanced · 55 min · +325 XP

Incident Management & Forensics Governance

When the breach happens — and it will — your organization's ability to respond in an organized, documented, legally sound way determines whether the incident becomes a recoverable event or an existential crisis.

NIST 800-61IR LifecycleCIRTDigital ForensicsContainmentRoot Cause Analysis

Learning Objectives

  • Apply the NIST 800-61 incident response lifecycle: Prepare → Detect → Contain → Eradicate → Recover → Lessons Learned.
  • Define Cyber Incident Response Team (CIRT) roles and responsibilities.
  • Explain chain of custody and forensic evidence preservation principles.
  • Design an IR communication plan for executive and regulatory notifications.
  • Conduct a root cause analysis (RCA) and lessons learned exercise.
  • Distinguish between incident containment strategies and their trade-offs.

Lecture

1 · NIST 800-61 — The IR Lifecycle

NIST SP 800-61 Rev. 2 defines the foundational incident response framework. The six phases are not sequential — in a real incident, you may Detect while still Containing, and loop back to Detect as new information emerges. The lifecycle is iterative, not linear.

2 · Incident Severity Classification

Severity classification drives resource allocation and communication escalation. P1 (Critical): Active breach, data exfiltration ongoing, ransomware spreading — immediate executive and CIRT notification, 24/7 response. P2 (High): Confirmed compromise with limited scope — business hours response, daily executive updates. P3 (Medium): Suspicious activity requiring investigation — normal business response. P4 (Low): Potential precursor activity — monitor and document.

3 · Containment vs Preservation Trade-off

Immediate system shutdown stops the attack but destroys volatile memory evidence (running processes, network connections, encryption keys). Forensic preservation of live systems takes time but captures crucial evidence. GRC professionals must know when each approach is appropriate — legal hold requirements, regulatory forensic obligations, and operational recovery needs must all be balanced.

Governance gap: Organizations that have IR plans but never test them discover on their worst day that procedures do not work in practice. Test your plan quarterly with tabletop exercises.

Theory Deep Dive

🚨 NIST 800-61 Incident Response Lifecycle — Deep Dive

1
Preparation

Build and maintain IR capability before incidents occur: IR plan, CIRT roster with 24/7 contacts, communication templates, forensic tools, legal retainer, pre-negotiated IR firm contract (reduced response time), tabletop exercises quarterly, IR playbooks for common attack types (ransomware, BEC, data exfiltration).

2
Detection and Analysis

Initial triage: Is this a true positive? What type of incident? What is the scope? Who is affected? What data may be involved? Categorize and classify severity. Assign incident commander. Begin timeline documentation. Log all actions in the incident ticket — the documentation starts here.

3
Containment

Short-term containment: isolate affected systems from the network without powering off (preserve volatile evidence). Long-term containment: patch or remediate the root cause while keeping business operations running. Network segmentation, account disabling, access revocation. Carefully consider whether to notify the attacker (monitoring vs blocking).

4
Eradication

Remove all attacker artifacts: malware, backdoors, unauthorized accounts, persistence mechanisms, rogue scheduled tasks. Verify clean state through forensic examination. Do not assume the initial malware removal is complete — sophisticated attackers deploy multiple persistence mechanisms.

5
Recovery

Restore systems to operation from clean state. Test restored systems before returning to production. Increase monitoring during the recovery period — attackers often re-compromise recovered systems. Phased recovery: restore most critical systems first.

6
Post-Incident Activity (Lessons Learned)

Conduct within 2 weeks of containment: what happened? What was the root cause? What went well? What failed? What would be done differently? Update the IR plan with lessons learned. Identify control improvements. Close the feedback loop. File a final incident report.

🔬 Digital Forensics — Chain of Custody and Evidence Preservation

Forensic evidence collected during incident response may be needed for legal proceedings, regulatory investigations, or internal disciplinary action. Chain of custody requirements:

Evidence Acquisition

Use forensically sound acquisition methods: bit-for-bit disk imaging with write blockers, RAM capture tools for volatile memory, network packet captures. Hash verification (SHA-256) of all acquired evidence immediately after collection.

Chain of Custody Documentation

Document every person who accessed evidence, when, and why. Unbroken chain of custody is required for evidence to be admissible. Any gap in documentation may invalidate evidence in legal proceedings.

Evidence Storage

Store evidence in locked, access-controlled storage. Log all access. Maintain originals — work only from forensic copies. Retain evidence according to legal hold requirements (typically minimum 3 years for litigation).

Write Blocker Use

Hardware or software write blockers prevent any modification to evidence media during acquisition. Without write blockers, acquisition tools may modify metadata (access timestamps), invalidating the evidence.

📢 IR Communication Framework

Incident communications are governed — not improvised. A structured communication plan prevents regulatory exposure and controls the narrative:

AudienceTimingChannelContent
CIRT teamImmediateSecure out-of-band (Signal, separate email)Technical details, tasks, timeline
Executive leadershipWithin 1 hour (P1)Direct call + emailBusiness impact, scope summary, resource needs
Legal counselWithin 2 hours (P1)Attorney-client privileged channelFull details — privilege protects forensic reports
Regulators (GDPR)Within 72 hours of awarenessFormal regulatory notification portalScope, categories of data, approximate numbers
Affected individualsPer regulatory requirementDirect notification (email/mail)What happened, what data, what to do
Public/mediaOnly through approved PR processPress release / designated spokespersonControlled narrative, no technical details

Never communicate incident details through normal email or Slack if the attacker may have compromised those channels. Establish out-of-band communication at the beginning of every P1 incident.

🧪 Lab — Incident Response Execution

Your company has just detected a ransomware incident. You are the IR lead on a live CIRT bridge call at 3 AM. Complete each IR execution task — from containment through regulatory notification through post-incident deliverables — with the urgency and precision real incidents demand.

Real-World Scenario

Mission Quiz

Mission Complete

Back Next: Module 24 →