Incident Response Playbook & Runbook Generator

Generate an incident response playbook or operational runbook from twelve templates. Add your contacts, roles and frameworks, export to Markdown or PDF.

Advertisement

Build an Incident Response Playbook You Will Actually Use

Most organisations that lack an incident response plan do not lack one because they think it is unnecessary. They lack one because writing the first draft from an empty page is miserable, and the generic templates you find online are too abstract to follow at 2 a.m. This generator starts you from a structured, phase-by-phase template for the specific incident type you care about, layers your organisation’s context and contact details onto it, and exports a document you can circulate.

The whole process runs in your browser. Contact names, phone numbers, organisation details and the finished playbook never leave your device — which matters, because a completed IR playbook is a map of who to call and what your response capability is, and that is not a document to paste into an online service.

State the obvious up front: the output is a starting template, not a finished plan. It has not been reviewed by your legal counsel, it does not know your regulatory obligations, your architecture, your contractual notification deadlines or your cyber-insurance policy’s requirements. Treat it as a first draft to be reviewed, corrected and exercised before it is relied upon.

What It Generates

Two modes, twelve templates:

  • Incident response — ransomware attack, data breach, DDoS attack, phishing campaign, insider threat, and supply chain compromise.
  • Operational runbook — production deployment, service outage, database failover, backup and restore, security patching, and planned maintenance windows.

Each template is broken into phases with concrete, ordered steps. The ransomware playbook, for example, runs through Preparation (verify backup integrity, document critical assets), Detection & Analysis (confirm the infection, determine scope), Containment (isolate infected systems, secure backups), Eradication (remove the ransomware, reset all credentials), Recovery (restore from backup, gradual network reconnection) and Post-Incident (conduct a review, implement improvements). Templates carry the compliance frameworks and external guidance they map to — the ransomware template references NIST SP 800-61r3 and the CISA Ransomware Response Guide.

How to Use It

  1. Type & template — choose incident response or operational runbook, then the scenario. Start with whichever incident you would handle worst today, not the one that sounds most impressive.
  2. Context & scope — enter your organisation name, industry, size band, the compliance frameworks that apply (GDPR, HIPAA, PCI-DSS, SOC 2, ISO 27001, CCPA, NIST CSF, FedRAMP), the tooling you already run (SIEM, EDR/XDR, ticketing, communications, cloud platform, backup, monitoring, email security, firewall/IDS/IPS, DLP), and any organisation-specific notes.
  3. Team roles — name a primary and a backup for each role: Incident Commander, Technical Lead, Communications Lead, Legal Counsel, and Scribe / Documentation Lead. Each takes an email, phone and Slack or Teams handle.
  4. Customise steps — edit, add or remove steps so the playbook describes your environment rather than a generic one.
  5. Review & export — check the summary, then export as Markdown for your wiki or PDF for printing and distribution.

Alignment with NIST SP 800-61

Incident response playbooks generated here follow the lifecycle from the NIST Computer Security Incident Handling Guide: Preparation, Detection & Analysis, Containment, Eradication & Recovery, and Post-Incident Activity. Structuring a playbook this way is not box-ticking — each phase answers a different question, and skipping one is how incidents go wrong.

Preparation is the phase that determines everything else, and it is the only one you can do before an incident. Detection & Analysis is about establishing what is actually happening and how far it goes, which is where most responses lose time. Containment, Eradication & Recovery is deliberately a single grouped phase because the three overlap in practice: containing without understanding scope leaves you eradicating the same intrusion twice. Post-Incident Activity is the phase most often skipped and the only one that improves your next response.

Worth knowing: NIST published SP 800-61 Revision 3 in April 2025, which rewrote the guidance around the six CSF 2.0 functions — Govern, Identify, Protect, Detect, Respond, Recover — and shifted emphasis toward incorporating incident response into ongoing cybersecurity risk management, with continuous improvement running throughout rather than a single lessons-learned meeting at the end. The four-phase lifecycle these playbooks use remains the practical operational structure and maps cleanly onto the newer functions; if you are formally profiling against CSF 2.0, read Revision 3 directly.

Evidence Preservation

Incident response playbooks include an evidence preservation checklist, because the instinct during an incident — reboot it, reimage it, get it back — destroys exactly what you need for investigation, insurance claims, regulatory notification and any legal action. The checklist covers documenting the scene, capturing volatile data such as RAM, running processes and network connections before anything else, taking forensic disk images with write-blockers before making changes, preserving system, application, security and network device logs, maintaining chain-of-custody documentation, hashing evidence with SHA-256 and recording it in an evidence log, and storing evidence on write-protected media in a secure location.

The ordering matters more than the list. Volatile data is gone the moment the machine is powered off, so it comes first. If your organisation has cyber insurance or is likely to need law enforcement, agree in advance who decides when to pull a machine off the network versus leave it running for capture — that decision is much harder to make well under pressure.

Playbook Versus Runbook

Incident response playbookOperational runbook
Triggered byAn adversary or a security eventA planned change or a service failure
ScopeUncertain at the start; discovered as you goKnown in advance
Key pressureEvidence, notification deadlines, containmentChange control, rollback, uptime
Who leadsIncident CommanderChange or service owner

Both benefit from being written down in advance; they are just different documents. The generator supports both because most teams need both and the discipline of writing them is the same.

What Makes a Playbook Work

Named people, not job titles. “The Security Team” is not a phone number. Every role should have a primary and a backup with contact details that were verified this quarter.

Decision authority stated explicitly. Who can take production offline? Who authorises paying a ransom, or refusing to? Who speaks to press? Deciding this during an incident wastes the hours that matter most.

An out-of-band communication channel. If your response plan lives in the systems the attacker has compromised, and your coordination happens in the chat tool that is now down or untrusted, you have no plan. Print it, and agree a fallback channel.

Exercised, not filed. A playbook that has never been walked through in a tabletop exercise is a hypothesis. The exercise is where you discover the on-call number belongs to someone who left, the backup restore takes eleven hours rather than two, and nobody knows who calls the insurer.

Reviewed on a schedule. Annually at minimum, and after every real incident and every significant architecture change.

Related Tools

Pair the playbook with a policy from the security policy generator, size the exposure it addresses with the quantitative risk analysis tool, and check your programme coverage against the framework with the NIST CSF mapper. During a live phishing incident, the phishing email analyzer and email header analyzer help with the analysis step.

Frequently Asked Questions

Is the generated playbook ready to adopt as-is?

No. It is a structured starting template. It needs review by your security, legal and operations leads, correction against your actual architecture and obligations, and a tabletop exercise before you rely on it.

Which incident types are covered?

Six incident response scenarios — ransomware, data breach, DDoS, phishing campaign, insider threat and supply chain compromise — plus six operational runbooks covering production deployment, service outage, database failover, backup and restore, security patching and planned maintenance.

What formats can I export?

Markdown, which drops straight into Confluence, Notion, a Git repository or a wiki, and PDF for printing and distribution. Keep a printed copy somewhere reachable when your systems are not.

Is my organisation’s information sent anywhere?

No. Everything runs in your browser and the export is generated locally. Contact details, organisation name and the finished playbook never leave your device.

Does it satisfy a compliance requirement?

It helps you produce the document those requirements expect, and it lets you tag which frameworks apply. It does not certify anything. Frameworks such as SOC 2, ISO 27001, HIPAA and PCI-DSS also require that the plan be maintained, communicated and tested — the document alone is not the control.

How does it relate to NIST SP 800-61?

Incident response playbooks are structured around the standard lifecycle — Preparation, Detection & Analysis, Containment/Eradication/Recovery, and Post-Incident Activity — and templates reference the guidance they draw on. Revision 3, published in April 2025, reorganises the guidance around the CSF 2.0 functions; read it directly if you are building a formal CSF profile.

How often should the playbook be updated?

At least annually, after every real incident, and whenever people or architecture change. Stale contact details are the single most common defect in an otherwise good plan.

What is the difference between a playbook and a runbook here?

A playbook responds to a security incident where scope is initially unknown and evidence handling matters. A runbook executes a known operational procedure such as a failover or a deployment. The generator produces either.

What Is an Incident Response Playbook

An incident response playbook is a documented, step-by-step procedure for detecting, containing, eradicating, and recovering from a specific type of security incident. Unlike a general incident response plan (which defines roles, escalation paths, and overall strategy), a playbook provides tactical instructions for a particular scenario — ransomware, data breach, phishing compromise, insider threat, or DDoS attack.

Playbooks transform incident response from improvisation under pressure into repeatable, tested procedures. Organizations with documented playbooks reduce mean time to respond (MTTR), minimize damage from incidents, and meet compliance requirements for incident response documentation.

Playbook Structure

PhaseActivitiesKey Outputs
PreparationTools ready, team trained, contacts documentedReadiness verification checklist
Detection & AnalysisIdentify indicators, confirm the incident, assess scopeIncident classification and severity
ContainmentStop the spread — short-term and long-term containmentContainment confirmation
EradicationRemove the threat — malware, compromised accounts, backdoorsClean system verification
RecoveryRestore systems, verify functionality, monitor for recurrenceSystems restored to normal
Post-IncidentLessons learned, timeline documentation, improvementsPost-incident report

Common Playbook Types

PlaybookTriggerCritical First Actions
RansomwareEncryption detected, ransom note foundIsolate affected systems, preserve evidence, assess backup status
Phishing compromiseUser reports clicking link, credential theft suspectedReset credentials, check email rules, scan for lateral movement
Data breachUnauthorized data access or exfiltration detectedIdentify affected data, contain access, begin breach notification assessment
DDoS attackService degradation, traffic spikeActivate DDoS mitigation, implement rate limiting, notify CDN/ISP
Insider threatAnomalous data access, policy violation detectedPreserve evidence, restrict access, coordinate with HR/Legal
Business email compromiseFraudulent email from compromised executive accountLock account, notify finance, reverse fraudulent transactions

Common Use Cases

  • Security team readiness: Provide on-call analysts with tested, step-by-step instructions for responding to incidents they may encounter at 3 AM
  • SOC automation: Translate playbook steps into SOAR (Security Orchestration, Automation, and Response) workflows for automated response
  • Compliance requirements: Meet incident response documentation requirements in PCI DSS (12.10), HIPAA (164.308), NIST CSF (RS), and ISO 27001 (A.16)
  • Tabletop exercises: Use playbooks as the basis for tabletop exercises that test team readiness and identify gaps in procedures
  • New analyst onboarding: Give junior analysts structured procedures to follow, reducing dependence on senior staff for routine incident handling

Best Practices

  1. Write for the 3 AM analyst — Playbooks should be clear enough for a junior analyst to follow under stress. Use checklists, decision trees, and explicit commands rather than vague guidance.
  2. Include contact information — Every playbook should list who to call: incident commander, legal counsel, communications team, law enforcement, and relevant vendors. Include after-hours contacts.
  3. Test through tabletop exercises — A playbook that has never been tested will fail during a real incident. Conduct quarterly tabletop exercises and update playbooks based on findings.
  4. Automate repeatable steps — Manual steps that must happen fast (isolate host, disable account, block IP) should be automated via SOAR or scripts. Human judgment should focus on analysis and decisions.
  5. Update after every incident — Post-incident reviews should identify playbook gaps. Update procedures, add new scenarios, and improve existing steps based on real-world experience.

Frequently Asked Questions

What is the Incident Response Playbook Generator?+

The Incident Response Playbook Generator is a free tool that helps organizations create customized security incident response playbooks and operational runbooks. It guides you through a 5-step wizard to select templates, add organization context, assign team roles, customize procedures, and export professional documentation in PDF or Markdown format.

What types of playbooks can I create with this tool?+

You can create two types of playbooks: Security Incident Response playbooks for handling ransomware, data breaches, DDoS attacks, and phishing incidents, or Operational Runbooks for deployments, service outages, database failover, backup and restore, patching, and planned maintenance windows. Each type has multiple pre-built templates to choose from.

Which compliance frameworks are supported by the playbook templates?+

The templates include guidance aligned with major compliance frameworks including HIPAA, PCI DSS, SOC 2, NIST CSF, GDPR, ISO 27001, CCPA, and CMMC. You can select which frameworks apply to your organization, and the generated playbook will include relevant compliance considerations and notification requirements.

Can I assign specific team members to incident response roles?+

Yes, the tool allows you to assign primary and backup contacts for each team role including Incident Commander, Technical Lead, Communications Lead, Security Analyst, IT Operations, Legal Counsel, and Executive Sponsor. You can add names, email addresses, phone numbers, and Slack or Teams handles for each role.

In what formats can I export my playbook?+

You can export your completed playbook in two formats: PDF for a professional, print-ready document that can be stored offline and shared with stakeholders, or Markdown for easy integration with documentation systems like Confluence, GitHub wikis, or other knowledge management platforms.

Is my playbook data saved or stored on your servers?+

Your playbook data is saved locally in your browser using localStorage so you can resume editing later. However, no data is transmitted to our servers. Your organization details, team contacts, and customizations remain entirely on your device until you choose to export the final document.

How should I use the generated playbook after exporting?+

After exporting, store your playbook in an easily accessible location such as a shared drive or wiki. Conduct tabletop exercises to validate the procedures with your team. Review and update the playbook at least annually or after any actual incident. Ensure all team members know where to find the playbook and keep contact information current.

Related tools

This tool is provided for informational and educational purposes only. All processing happens in your browser — no data is sent to or stored on our servers. While we strive for accuracy, we make no warranties about the completeness or reliability of results.