Incident Response — Fundamentals
Chain of custody: why evidence handling has rules, not just intuition
Any evidence collected during an incident — a disk image, a memory dump, a log export — needs a documented chain of custody: who collected it, exactly when, how, and every person who has touched it since. This isn't bureaucratic overhead; it's what determines whether that evidence is usable in a legal proceeding or regulatory investigation later:
A memory dump collected without documentation might be entirely legitimate and correctly analyzed — but without a chain of custody, its integrity can be challenged later, and "we believe this is accurate" is a much weaker position than a documented, hash-verified chain proving the evidence hasn't been altered since collection. This matters even for incidents that seem unlikely to end up in litigation at the time — the decision to pursue legal action or notify regulators often comes later, after evidence handling is already complete, and evidence collected without proper chain of custody from the start can't be retroactively fixed.
Preserving evidence before containment — the order that matters
The Overview tab's Phase 2 explicitly calls out preserving evidence before containment — this ordering is deliberate and easy to get backward under pressure:
Memory is volatile — it's lost the moment a host is powered off or, in some cases, meaningfully altered by actions taken during containment itself (killing a process, disconnecting network, even just running additional commands on the host). The specific reason this order matters: an attacker's malware might exist only in memory (fileless malware, a technique that leaves minimal or no disk artifacts), and containing the host too early — pulling the network cable before capturing memory — can permanently destroy the only evidence that would have revealed exactly what the attacker was doing.
Severity classification: a shared, unambiguous scale under pressure
The real value of a pre-defined severity scale isn't the specific SLA numbers — it's having an agreed-upon, unambiguous classification before an actual incident, when there's no time to debate what counts as "critical" while an active breach is unfolding. A team without a pre-agreed scale wastes real, costly time during an actual incident arguing about severity classification instead of responding — the scale needs to be memorized and immediately applicable under pressure, not looked up mid-incident.
Your first triage: turning an alert into a documented incident
The habit worth building from the very first alert triaged: start a timestamped timeline immediately, even before the incident's full scope is known — "14:32 — SIEM alert fired for unusual outbound traffic from WEB-03, investigating" is a real, useful timeline entry even though almost nothing is confirmed yet. Reconstructing a timeline after the fact, from memory, once an incident is resolved, is measurably less accurate and complete than one built in real time — and an accurate timeline is what the post-incident report (Phase 6) and any regulatory notification ultimately depend on.
Building your first incident runbook
A runbook for a specific incident type (ransomware, phishing, data breach — the Overview tab's playbooks are a strong starting template) should be specific enough that someone under real pressure, at 2am, can follow it without having to make judgment calls about what to do next at each step:
A runbook that says "isolate the affected system" without the actual command to run, or "notify the right people" without naming exactly who and how, isn't actually usable during a real incident — the value of a runbook is precisely in removing decision-making burden during a high-stress moment, and a vague runbook fails at exactly the moment it's needed most.

