1. Purpose & Scope
-
Purpose:
This playbook outlines the end-to-end response process for ransomware incidents, including containment, scoping, eradication, recovery, and post-incident hardening.
-
Scope:
Applies to all ransomware-related incidents across the organisation, including:
- Endpoint ransomware
- Server encryption events
- Hypervisor / ESXi ransomware
- Double extortion incidents
- Large-scale enterprise encryption activity
2. Incident Identification & Criteria
Incident Type: Ransomware
Trigger Conditions:
Initiate this playbook when any of the following occur:
- Ransom note detected
- Sudden file extension changes observed
- EDR ransomware alert triggered
- Multiple systems simultaneously encrypted
- Backup deletion activity detected
- ESXi or hypervisor encryption identified
- Mass file rename/write activity detected
Severity Levels:
| Severity | Description |
|---|---|
| Sev 3 | Suspected ransomware activity on a single endpoint, not yet confirmed |
| Sev 2 | Confirmed ransomware on a single isolated system with no observed propagation |
| Sev 1 | Confirmed ransomware impacting multiple systems or a business-critical service |
| Sev 0 | Enterprise-wide propagation, hypervisor/backup compromise, or critical infrastructure impact |
3. Roles & Responsibilities
- Incident Commander: Coordinates and leads the response to the ransomware incident; drives decisions and timelines; ensures containment, communications, and remediation actions are executed.
- Communications Lead: Manages internal and external communications, executive updates, customer/regulator notifications, and stakeholder messaging.
- Incident Responder/Forensic Analyst: Performs forensic analysis of impacted hosts, ransomware payload analysis, identifies patient zero, maps the attack timeline, and preserves evidence.
- Other Roles:
- Identity & Access Team: Supports Active Directory containment, privileged account review, session revocation, and credential resets.
- Network/Infrastructure Team: Executes network segmentation, host isolation, and protects critical infrastructure.
- Backup & Recovery Team: Validates backup integrity, isolates backup infrastructure, and coordinates restoration.
- Legal & Compliance: Assesses regulatory obligations, breach notification requirements, and ransom payment considerations.
- Executive Leadership / Crisis Management: Approves major business decisions, authorises external communications, and coordinates with law enforcement where required.
4. Initial Actions
-
Immediate Steps:
- Perform rapid containment & segmentation - isolate affected systems and disable lateral movement pathways (restrict SMB, remote admin protocols)
- Notify Incident Response leadership and assign roles
- Preserve volatile evidence where feasible (avoid additional system shutdowns or reboots unless required)
- Identify critical business systems impacted
- Freeze non-essential administrative changes
Decision Point:
- If ransomware propagation continues โ expand containment scope and escalate to crisis response / major incident management (PB-019: Major Security Incident Management).
5. Investigation & Analysis
- Evidence Collection:
- For all newly identified infected hosts:
- collect the following host telemetry over the incident window:
- Process execution - focus on encryption binaries, backup/shadow-copy deletion and unexpected use of admin/archive tools (e.g tar, zip, WinRar)
- File system events - mass writes/renames, ransom note creation, backup/shadow deletion
- Script & interpreter activity - encoded/obfuscated PowerShell, bash, zsh, python; LOLBins
- Authentication / logon - lateral movement over RDP, SSH, SMB
- Persistence - scheduled tasks, cron, services/daemons, launch agents, autoruns
- ๐ RB-EVIDENCE-002: Host-Based Log Acquisition
- capture a full memory snapshot to preserve volatile artefacts before any reboot, reimage, or shutdown
- collect the following host telemetry over the incident window:
- For all newly identified infected hosts:
- Analysis Steps:
- Identify patient zero, initial access vector, propagation path, and dwell time
Decision Point: For each identified initial access vector, run the post-detection phases (Analysis โ Recovery) of the relevant playbook concurrently alongside this one:
- Phishing โ PB-001: Phishing & Credential Theft
- Account takeover โ PB-004: Account Takeover
- Zero-day exploitation โ PB-018: Zero-Day Response
- Known/patched vulnerability exploited โ PB-017: Vulnerability Response
- Assess encryption scope, impacted systems, encrypted file shares, business impact, and backup exposure
Decision Point:
- If backup compromise identified โ immediate executive escalation.
- Analyse ransomware payload and behaviour (family, encryption behaviour, persistence, capabilities, exfiltration)
Decision Point:
- If data exfiltration identified โ run the post-detection phases (Analysis โ Recovery) of PB-005: Data Exfiltration.
- Map threat actor TTPs, correlate with known ransomware groups, and update detections/threat intelligence
- ๐ RB-ANALYSIS-005: Threat Actor TTP Mapping
- Document findings, timeline of compromise, and indicators of compromise (IOCs)
6. Containment, Eradication & Recovery
Warning: Do NOT begin large-scale restoration activities until:
- Containment is verified
- Persistence mechanisms are identified
- Privileged access has been reviewed
- Propagation paths are understood
- Backup integrity is validated
Premature restoration may result in reinfection or repeated encryption.
-
Containment Actions:
- Short-term (immediate) containment:
- Isolate impacted hosts and segment impacted networks. Restrict SMB and remote admin protocols, prevent additional propagation, protect critical infrastructure
- Long-term (identity & directory) containment:
- Review privileged account activity, disable compromised accounts, protect identity infrastructure
Decision Point:
- If Domain Admin compromise confirmed โ immediate enterprise-wide escalation.
- Short-term (immediate) containment:
-
Eradication and Recovery Steps:
- Validate backup integrity, isolation, immutable storage integrity, and recovery viability
Decision Point:
- If backups unavailable or compromised โ escalate severity immediately.
- Prioritise and coordinate phased system restoration
- ๐ RB-RECOVERY-001: Recovery & Restoration Coordination - for sequencing, prioritisation, and cross-team coordination
- Rebuild impacted hosts from known-good images and validate before reconnection
- ๐ RB-RECOVERY-002: Clean System Rebuild - for per-host rebuild, hardening, and validation
- Restore user access in a controlled manner
- Monitor for reinfection and reintroduce systems gradually
Decision Point:
- If reinfection activity observed โ halt restoration activities immediately and return to containment.
7. Communication & Escalation
-
Internal Communication:
- Notify executive leadership and affected business units
- Provide regular incident updates to leadership and impacted teams
- Issue org-wide advisory if propagation is broad or critical services are impacted
-
External Communication:
- Engage Legal/Privacy to assess regulatory and breach notification obligations
- Notify customers, regulators, partners, cyber insurance, and law enforcement (if required) as directed by Legal
- Coordinate all external messaging with Communications Lead and Legal
-
Escalation Criteria:
| Condition | Escalate To |
|---|---|
| Phishing identified as initial access vector | PB-001: Phishing & Credential Theft |
| Account takeover identified as initial access vector | PB-004: Account Takeover |
| Zero-day vulnerability exploited as initial access vector | PB-018: Zero-Day Response |
| Known/patched vulnerability exploited as initial access vector | PB-017: Vulnerability Response |
| Data exfiltration confirmed | PB-005: Data Exfiltration |
| Enterprise-wide propagation, hypervisor or backup compromise | PB-019: Major Security Incident Management / Executive escalation |
8. Post-Incident Activities
-
Lessons Learned:
- Schedule and conduct a Post-Incident Review (PIR)
- Document what went well and what needs improvement
- Review control failures (detection, segmentation, privileged access, backup protection)
- Identify and close detection gaps
-
Documentation Updates:
- Update this playbook, linked runbooks, and KB articles to reflect lessons learned
- Update detections and threat intelligence based on observed TTPs
- Harden segmentation, privileged access, and backup protections
9. References & Linked Resources
-
Playbooks:
-
Runbooks:
- RB-CONTAIN-002: Rapid Containment & Network Segmentation
- RB-CONTAIN-003: Active Directory Containment
- RB-CONTAIN-005: Session Token Revocation
- RB-ANALYSIS-003: Identify Patient Zero
- RB-ANALYSIS-004: Ransomware Encryption Scope Assessment
- RB-ANALYSIS-005: Threat Actor TTP Mapping
- RB-ANALYSIS-013: Ransomware Payload Analysis
- RB-ANALYSIS-017: Backup Integrity & Recovery Viability Assessment
- RB-EVIDENCE-001: Memory Acquisition
- RB-EVIDENCE-002: Host-Based Log Acquisition
- RB-RECOVERY-001: Recovery & Restoration Coordination
- RB-RECOVERY-002: Clean System Rebuild
- RB-RECOVERY-003: User Recovery & Access Restoration
- RB-POST-001: Ransomware Post-Incident Hardening
-
SOPs:
-
Knowledge Base Articles:
- Link to ransomware-specific KB articles (e.g., known ransomware family write-ups, decryptor references, PIRs)
10. Appendices
Contributor
Vishal Thakur GitHub: https://github.com/malienist
Jayden Vo GitHub: https://github.com/jayden-vo
Contributed to the Arcana Incident Response Documentation Framework.
