0Pricing
Cyber Security Academy · Lesson

Writing an Incident Report

Structure a professional incident report covering timeline, impact, root cause, and remediation.

Writing an Incident Report is a free Cyber Security Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cyber Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Why Incident Reports Matter

An incident report documents what happened, the impact, the response taken, and recommendations. It serves legal, regulatory, management, and technical audiences. A well-written report demonstrates competence and enables organizational learning.

Report Structure Overview

Standard incident report sections:

  1. Executive Summary
  2. Timeline of Events
  3. Technical Analysis
  4. Impact Assessment
  5. Response Actions Taken
  6. Root Cause Analysis
  7. Recommendations
  8. Appendices (evidence, IOCs)

Executive Summary

The executive summary is written for non-technical leadership. It should answer in 1-2 paragraphs:

  • What happened and when?
  • What was affected?
  • What was done about it?
  • What is the current status?

No jargon. Quantify impact (X records, Y hours downtime, $Z cost).

Timeline of Events

The timeline is the factual backbone of the report. Include:

  • Timestamp (UTC, specify timezone)
  • What happened (observable fact)
  • Source of information (log reference, tool, witness)

Keep facts separate from interpretation. Example: "14:32 UTC — IDS alert triggered on host 10.0.1.5 (ref: SIEM event ID 8842)"

Technical Analysis

The technical section documents attacker TTPs:

  • Initial access method (phishing, exploit, credential theft)
  • Tools and malware used (with hashes)
  • Lateral movement steps
  • Data accessed or exfiltrated
  • Persistence mechanisms installed

Map to MITRE ATT&CK framework for standardized communication.

Impact Assessment

Quantify impact across CIA triad:

  • Confidentiality: what data was accessed/stolen? PII, IP, financial?
  • Integrity: was any data modified?
  • Availability: what was the downtime?
  • Financial: direct costs, regulatory fines, customer churn
  • Reputational: public disclosure, media coverage

IOC Documentation

Include all Indicators of Compromise for defensive use:

# Example IOC section:
File Hashes (SHA-256):
  malware.exe: a3f9b2c1...
IP Addresses:
  C2 server: 185.220.101.x
Domains:
  evil-update.com
Registry Keys:
  HKCU\Software\Microsoft\Windows\CurrentVersion\Run\UpdaterSvc

Root Cause and Recommendations

Root cause should be specific: "Attacker gained initial access via a phishing email that bypassed email filtering due to the absence of DMARC enforcement on the victim domain." Recommendations should be concrete, prioritized, and assigned to owners with deadlines.

Regulatory Notification Requirements

Many incidents trigger mandatory notification:

  • GDPR: notify supervisory authority within 72 hours of becoming aware
  • HIPAA: notify HHS within 60 days (individuals within 60 days)
  • PCI-DSS: notify card brands within 24 hours of suspected compromise

Distribution and Classification

Classify the report appropriately — it contains sensitive information about vulnerabilities and attacker TTPs. Distribute on a need-to-know basis. Legal counsel should review before any external distribution. Internal copies should have access logging.

After-Action Tracking

Recommendations from the report must be tracked to completion. Assign each recommendation an owner, due date, and priority. Track status in your issue tracking system. Revisit in 30/60/90 days. Unimplemented recommendations become liability in future incidents.

Quick Check: Incident Report

What should the Executive Summary of an incident report primarily focus on?

Lesson Recap

An incident report documents what happened (timeline), how (technical analysis), impact (CIA triad), what was done (response actions), and what to fix (recommendations). The executive summary is non-technical. IOCs are documented for defensive reuse. Regulatory notification timelines must be met. Recommendations need assigned owners and due dates to be actionable.

Frequently asked questions

Is the “Writing an Incident Report” lesson free?

Yes — the full text of “Writing an Incident Report” is free to read here on the web, and the Cyber Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cyber Security Academy course, upgrade to CoddyKit PRO.

What will I learn in “Writing an Incident Report”?

Structure a professional incident report covering timeline, impact, root cause, and remediation. You practise Cyber Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Cyber Security Academy?

No prior experience is required. Cyber Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Writing an Incident Report” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Cyber Security Academy lesson?

Yes. Every Cyber Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. The IR Lifecycle: Prepare, Identify, Contain
  2. Evidence Collection and Chain of Custody
  3. Eradication, Recovery, and Lessons Learned
  4. Writing an Incident Report
← Back to Cyber Security Academy