What problem does it solve?
When ransomware strikes, responders must quickly determine the variant, trace how attackers got in, assess encryption scope, and find recovery options — all while preserving volatile evidence like in-memory encryption keys before systems are rebooted.
Core Features & Use Cases
- Variant Identification: Correlate file extensions, ransom note IoCs (Bitcoin addresses, Tor sites, emails), and binary hashes with services like ID Ransomware and No More Ransom.
- Attack Timeline Reconstruction: Parse Windows Event Logs, Prefetch, and file timestamps to trace initial access (RDP brute force, phishing), lateral movement, and shadow copy deletion.
- Recovery Assessment: Check surviving Volume Shadow Copies, backup integrity, and attempt AES/RSA key extraction from memory dumps with Volatility and YARA.
- Use Case: After a LockBit incident, use this Skill to confirm the variant from multiple signals, prove shadow-copy deletion via vssadmin commands in Prefetch, and produce a report documenting the full attack chain for law enforcement and insurance claims.
Quick Start
Investigate the ransomware incident on the mounted forensic image and identify the variant, initial access vector, and available recovery options.