The first hour of an incident
On-call engineers and technical leadsWhat to do — and specifically what not to do — in the first sixty minutes. Most evidence is destroyed in this window by well-meaning people trying to help.
Stabilise
- Start a timestamped log. Every action, who took it, and when. This becomes your legal record.
- Do not power off affected machines. Memory contents are often the only evidence of what happened.
- Isolate at the network layer rather than the host: pull the VLAN, not the plug.
- Nominate one incident lead. Everyone else reports to them and does not act independently.
- Move coordination to an out-of-band channel. Assume the corporate one is being read.
Preserve
- Capture volatile memory before disk imaging on any host you plan to investigate.
- Snapshot cloud instances rather than terminating them; export the relevant audit logs immediately.
- Extend log retention now — default windows will expire mid-investigation and you cannot get them back.
- Preserve authentication logs, EDR telemetry and mail gateway logs as a priority. They answer 'how did they get in'.
- Record hashes for anything you copy, so chain of custody survives scrutiny later.
Assess
- Establish the earliest confirmed evidence of compromise, then look earlier still.
- Identify which credentials and keys were reachable from the compromised systems.
- Determine whether personal data was in scope — this starts your regulatory clock.
- Check whether backups are intact and, critically, whether they are reachable from the compromised network.
- Do not begin remediation until scope is understood. Partial eviction teaches an attacker to hide better.
Communicate
- Brief leadership with facts and explicit unknowns. Resist pressure to estimate impact early.
- Engage legal counsel before external communication, and confirm notification deadlines under GDPR or local law.
- Notify your cyber insurer — many policies require it within a fixed window or coverage lapses.
- Prepare holding statements for customers before anyone asks, not after.