// Detection

Response playbooks

Codified procedures, attached to an incident from its detail page and worked step by step. Progress and who completed each step are recorded, so a handover mid-incident does not lose the thread.

4playbooks24steps defined0times run

Account takeover response

Containment and recovery for a credential confirmed in the hands of someone other than its owner.

Credential Access
  1. 01
    Confirm the authentication is genuinely anomalous

    Check the origin against the account travel history and any approved VPN egress before disabling anything.

    Analyst
  2. 02
    Disable the account and revoke active sessions

    Password reset alone leaves existing tokens valid.

    Analyst
  3. 03
    Re-enrol multi-factor authentication

    Assume any registered authenticator may have been replaced.

    Service desk
  4. 04
    Enumerate what the session touched

    Hunt every event for the principal between first anomalous logon and containment.

    Analyst
  5. 05
    Check for persistence created during the session

    New accounts, group changes, scheduled tasks, mail rules, OAuth grants.

    Analyst
  6. 06
    Notify the account owner and their manager

    Out of band, not by email to the compromised mailbox.

    Incident lead
  7. 07
    Record the timeline and close

    Export the case report and attach it to the ticket.

    Incident lead
7 steps · never run

Malicious execution on an endpoint

Response to confirmed execution of unauthorised code on a managed host.

Execution
  1. 01
    Isolate the host from the network

    Preserve it powered on; memory is evidence.

    Analyst
  2. 02
    Capture volatile evidence

    Running processes, network connections, logged-on sessions.

    Forensics
  3. 03
    Identify the delivery path

    Parent process, originating document, download source.

    Analyst
  4. 04
    Extract indicators and add them to the feed

    Hashes, addresses and domains, so the estate is swept for the same activity.

    Analyst
  5. 05
    Sweep the estate for the same indicators

    Run a detection sweep after adding intel; matching is retroactive.

    Analyst
  6. 06
    Rebuild or clear the host

    Rebuild is the default; cleaning requires a documented justification.

    Endpoint team
6 steps · never run

Phishing report triage

Handling a user-reported suspicious message.

Initial Access
  1. 01
    Retrieve the original message with headers

    Forwarded copies lose the routing evidence.

    Analyst
  2. 02
    Detonate links and attachments in isolation

    Never from a workstation on the corporate network.

    Analyst
  3. 03
    Determine who else received it

    Search by sender, subject and any embedded link.

    Analyst
  4. 04
    Purge from all recipient mailboxes

    Then confirm the purge actually completed.

    Messaging team
  5. 05
    Check whether anyone interacted before the purge

    Clicks and credential submission convert this into a takeover case.

    Analyst
  6. 06
    Thank the reporter

    Reporting rates fall when reports feel unacknowledged, and reporting is the control.

    Analyst
6 steps · never run

Suspected data exfiltration

Response to an abnormal volume of data leaving the estate.

Exfiltration
  1. 01
    Quantify what actually left

    Volume, destination and the window it moved in.

    Analyst
  2. 02
    Block the destination at the perimeter

    Contain before completing the analysis.

    Network team
  3. 03
    Identify the data classification involved

    Determines whether this becomes a regulatory matter.

    Data owner
  4. 04
    Engage legal and privacy if regulated data is in scope

    Notification clocks may start here, so do not delay this step.

    Incident lead
  5. 05
    Preserve evidence for the retention period

    Raw telemetry, not just the summary.

    Forensics
5 steps · never run