performing-ransomware-response

Guides structured ransomware incident response from detection through containment, recovery, and post-incident hardening.

954|172|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/xalgord/xalgorix --skill performing-ransomware-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performing-ransomware-response
Source: https://github.com/xalgord/xalgorix/tree/main/internal/tools/skills/data/incident-response/performing-ransomware-response
Command: npx skills add https://github.com/xalgord/xalgorix --skill performing-ransomware-response

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When ransomware encrypts systems and halts operations, responders need a disciplined playbook covering containment, forensic preservation, recovery decisions, and legal obligations rather than improvised reactions.

Core Features & Use Cases

  • Structured Response Workflow: Walks through detection and variant identification, immediate containment, damage assessment, recovery decision-making, execution, and post-incident hardening.
  • Recovery Decision Matrix: Compares restore-from-backup, free decryptors, ransom payment, and full rebuild options with legal considerations like OFAC sanctions screening.
  • Forensic and Backup Guidance: Covers memory preservation for encryption keys, dwell-time analysis to identify clean backups, and immutable backup verification.
  • Use Case: A SOC detects LockBit 3.0 deployed via GPO across the domain. Use this Skill to isolate segments, verify Veeam immutable backups, rebuild domain controllers, reset all credentials, and produce a formal incident report.

Quick Start

Use the ransomware response skill to build a containment and recovery plan for a LockBit infection detected on our domain controllers.

Frequently Asked Questions about performing-ransomware-response

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I respond to a ransomware attack on my network?

Follow a structured workflow: confirm the ransomware variant using the ransom note and file extensions, disconnect affected network segments without powering off systems, assess encrypted systems and backup integrity, then choose a recovery path such as restoring from verified clean backups.

Should we pay the ransom or restore from backups?

Restore from verified clean backups is the default when available, since payment carries legal risk and no guarantee of a working decryptor. Any payment decision requires OFAC sanctions screening and legal counsel review, as paying a sanctioned group is itself a violation.

Why should encrypted systems not be powered off during ransomware response?

For some ransomware variants the symmetric encryption key exists only in memory, so shutting down destroys it. Pull the network cable to isolate the host while keeping at least one encrypted system live for memory forensics.

How do I verify backups are clean before ransomware recovery?

Establish the attacker's initial access date through forensics, then only trust restore points older than that dwell-time window. Scan restored data with YARA or EDR in an isolated network before reconnecting, and confirm backups are genuinely immutable or air-gapped.

What tools identify which ransomware variant encrypted my files?

Upload the ransom note and a sample encrypted file to ID Ransomware to identify the variant, then check NoMoreRansom.org for available free decryptors. EDR and SIEM logs help determine the deployment method and ransomware group.

When should this ransomware playbook not be used?

Do not use it for general malware incidents that do not involve file encryption or extortion. Standard malware incident response procedures are more appropriate for infections without encryption or ransom demands.