I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Informal notes scattered\nacross chat and email"] -- "Need for a defensible, auditable incident record" --> B["Formal Major Incident\nReport Template"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: The Major Incident Report Template captures the full lifecycle of a critical or high-severity security incident: detection source, impact, timeline, containment actions, root cause, and corrective actions.

Features:
( Ownership ) Owned by the SOC / incident response team.
( Sign-Off ) Requires sign-off from the incident commander and CISO before closure.
( Detection Sources ) Documents how the incident was detected, via SIEM correlation or EDR behavioral alerting.
( Defensibility ) Provides the defensible, evidence-backed account that regulators, auditors, and executive leadership expect — informal notes are not sufficient for legal or compliance review.

II. Structure & Process

sequenceDiagram
    participant SIEM as "SIEM / EDR"
    participant SOC as "SOC Analyst"
    participant IC as "Incident Commander"
    participant Forensics as "Forensics / IR Team"
    participant CISO as "CISO"

    SIEM->>SOC: "Trigger critical alert"
    SOC->>IC: "Declare major incident"
    IC->>Forensics: "Direct evidence collection and containment"
    Forensics->>Forensics: "Preserve chain of custody, analyze root cause"
    Forensics->>IC: "Report findings"
    IC->>CISO: "Submit major incident report for sign-off"
FieldDescription
Incident ID & SeverityUnique tracking number and severity tier (Critical/High)
Detection SourceHow the incident was found, e.g. SIEM alert, EDR detection, external report
Impact SummarySystems, data, or business processes affected and estimated scope
TimelineChronological, timestamped record from first indicator to resolution
Containment & EradicationActions taken to isolate affected systems and remove the threat
Evidence & Chain of CustodyForensic artifacts collected and their handling record, per digital forensics practice
Root CauseTechnical or procedural failure that allowed the incident
Corrective Actions & OwnerRemediation items with assigned owners and due dates

Evidence collection follows chain-of-custody practice — timestamped, hashed, and logged from collection to closure — so the report can withstand legal or regulatory scrutiny.

III. Best Practices & Comparison

DocumentPrimary PurposeTriggerOwner
Major Incident Report TemplateDocument a critical/high-severity security incident in fullCritical or high-severity security eventSOC / IR Team
Incident Management ProcessGeneral operational handling for any severityAny detected incidentSOC / IR Team
Structural Damage Incident ReportDocument physical/facilities damage, not security-specificPhysical damage eventFacilities
  • Start the timeline the moment detection occurs; do not wait until containment to begin documentation.
  • Preserve volatile evidence before remediation actions overwrite it.
  • Separate factual findings from speculation; label unconfirmed hypotheses explicitly.
  • Require CISO or incident commander sign-off before marking the report closed.
  • Feed root-cause findings back into SIEM correlation rules and EDR detection logic to reduce recurrence.

Related: Incident Management Process, Incident Management Policy

Last updated 18 Aug 2026, 00:00 UTC. history