M4cCrypt0
back to overview

Incident response runbook

[FAIL]

For a suspected live incident: freeze evidence first, clean up only afterwards. Restarting or cleaning a system too quickly can destroy the only evidence.

The six phases (NIST-like)

  1. Preparation — tooling, contact lists and procedures ready before anything happens
  2. Identification — is this actually an incident, and what is the scope
  3. Containment — stop the spread without destroying evidence
  4. Eradication — actually remove the cause
  5. Recovery — bring systems back online in a controlled way, with monitoring
  6. Lessons learned — what went well/wrong, what needs to change structurally

First hour — containment without destroying evidence

bash
# Memory dump with dumpit/winpmem (Windows) or LiME (Linux)
winpmem.exe memory.raw

# Create a disk image for forensic analysis (never work on the original)
dd if=/dev/sda of=/evidence/disk.img bs=4M status=progress

Log sources to check

Tooling

First-response checklist