0Pricing
Cyber Security Academy · Lesson

Red Team Report Writing

Structure findings, attack paths, impact, and recommendations in a professional red team report.

Red Team Report Writing 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.

Purpose of Red Team Reports

A red team report communicates the business risk of identified vulnerabilities to leadership (executive summary), enables defenders to replicate findings and improve detection (technical detail), and provides an action plan for remediation (recommendations).

Report Structure

Standard red team report structure:

  1. Cover page and scope definition
  2. Executive Summary
  3. Methodology overview
  4. Attack narrative / kill chain
  5. Findings list with severity ratings
  6. Technical details per finding
  7. Recommendations and roadmap
  8. Appendices: evidence, IOCs, tool list

Executive Summary

Write the executive summary last. It should state:

  • Engagement objectives and scope
  • Key findings in business terms ("we obtained domain admin access in 4 hours")
  • Overall risk posture assessment
  • Top 3 priorities for remediation

No jargon. Assume the reader is a non-technical executive.

Attack Narrative

The attack narrative tells the story of the engagement chronologically:

  1. Initial access vector (how first foothold was achieved)
  2. Persistence and discovery
  3. Privilege escalation steps
  4. Lateral movement path
  5. Objectives achieved (data accessed, domain compromised)

Map each step to MITRE ATT&CK technique IDs.

Finding Format

Each finding should include:

  • Title: clear, specific name
  • Severity: Critical/High/Medium/Low/Info (with CVSS score if applicable)
  • Description: what was found
  • Impact: business risk if exploited
  • Steps to reproduce: detailed technical proof
  • Evidence: screenshots, logs
  • Recommendation: specific fix

CVSS Scoring

CVSS (Common Vulnerability Scoring System) provides a standardized severity score 0-10. Components: Attack Vector, Complexity, Privileges Required, User Interaction, Scope, Confidentiality/Integrity/Availability Impact. Use CVSS 3.1 for consistent, defensible severity ratings.

MITRE ATT&CK Mapping

Map every technique used to ATT&CK to give defenders actionable intelligence:

  • T1566.001 — Spearphishing Attachment (initial access)
  • T1059.001 — PowerShell (execution)
  • T1003.001 — LSASS Memory (credential access)

ATT&CK mapping helps blue teams write detection rules for observed TTPs.

Evidence and Screenshots

Screenshots should include:

  • Date/time visible in terminal
  • Hostname of compromised system
  • Command and full output
  • No cropping that removes context

Annotate screenshots to highlight the critical element. Evidence authenticates findings.

Recommendations Quality

Good recommendations are:

  • Specific: "Enable PowerShell AMSI and constrained language mode" not "improve security"
  • Prioritized: which to address first based on risk
  • Actionable: the reader knows exactly what to do
  • Realistic: account for operational constraints

Engagement Debrief

A live debrief presentation supplements the written report. Walk the client through the attack narrative with live screenshots, demonstrate how they could have detected each step, and take questions. This is often more impactful than the written report for driving change.

Report Classification and Handling

Red team reports contain sensitive vulnerability information. Handle accordingly:

  • Encrypt the report (PGP or password-protected PDF)
  • Transmit via secure channel
  • Limit distribution to those who need it
  • Define report retention and destruction policy
  • Never email unencrypted reports

Quick Check: Red Team Report

Which section of a red team report provides MITRE ATT&CK-mapped steps showing exactly how the red team progressed from initial access to objectives?

Lesson Recap

Red team reports serve business (executive summary), technical (attack narrative + findings), and defensive (ATT&CK mapping) audiences. Each finding includes severity, impact, reproduction steps, evidence, and specific recommendations. MITRE ATT&CK mapping turns offensive findings into defensive detection opportunities. Encrypt and handle reports as sensitive documents.

Frequently asked questions

Is the “Red Team Report Writing” lesson free?

Yes — the full text of “Red Team Report Writing” 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 “Red Team Report Writing”?

Structure findings, attack paths, impact, and recommendations in a professional red team report. 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 “Red Team Report Writing” 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. C2 Frameworks: Cobalt Strike and Sliver
  2. Living-Off-the-Land Binaries (LOLBins)
  3. Lateral Movement Techniques
  4. Red Team Report Writing
← Back to Cyber Security Academy