Incident Response & Digital Forensics

Create PICERL-aligned incident response playbooks and forensic workflows.

4|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/GhostPWN/ghostpwn --skill incident-response-digital-forensics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Incident Response & Digital Forensics
Source: https://github.com/GhostPWN/ghostpwn/tree/main/src/skills/07-incident-response
Command: npx skills add https://github.com/GhostPWN/ghostpwn --skill incident-response-digital-forensics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps security teams respond to incidents in a structured way, preserve evidence correctly, and turn messy logs and artifacts into clear forensic findings and management-ready reports.

Core Features & Use Cases

  • IR Playbooks: Create PICERL-aligned response plans for ransomware, phishing, business email compromise, insider threats, and other incidents.
  • Evidence Handling: Guide volatile data capture, chain of custody documentation, and order-of-volatility collection for live systems.
  • Timeline and Memory Analysis: Build normalized incident timelines from logs and interpret Volatility-style memory forensics output to identify compromise paths and malicious activity.
  • Reporting and Compliance: Produce post-incident summaries, root cause analysis, impact assessments, and notification guidance for regulated environments.

Quick Start

Ask for an incident response playbook for a specific attack type, and the Skill will generate a PICERL-based response plan with evidence collection, timeline analysis, and reporting guidance.

Frequently Asked Questions about Incident Response & Digital Forensics

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

FAQPage Schema
How do I create an incident response playbook for a ransomware attack?

An incident response playbook for ransomware requires a PICERL-aligned structured plan. It guides security teams through preparation, identification, containment, eradication, recovery, and lessons learned to ensure systematic handling of ransomware events.

What is the correct order of volatility for digital forensics evidence collection?

The correct order of volatility for digital forensics dictates capturing the most transient data first, such as CPU cache and RAM, before moving to disk storage. This methodology ensures volatile data capture prevents critical evidence loss during incident response.

How do I maintain chain of custody during a breach investigation?

Maintaining chain of custody during a breach investigation requires meticulous documentation of evidence handling, collection, and transfer. It ensures the integrity and admissibility of forensic artifacts by tracking who accessed what data and when throughout the entire incident lifecycle.

Can I use Volatility for memory forensics in enterprise environments?

Yes, Volatility-compatible analysis supports memory forensics across enterprise environments. It interprets memory dumps to identify compromise paths, malicious processes, and artifacts, enabling effective root cause analysis during security incidents.

How does timeline analysis help reconstruct a phishing incident?

Timeline analysis helps reconstruct a phishing incident by normalizing logs and artifacts into a chronological sequence. This process builds a clear incident timeline that reveals the compromise path, attacker activity, and overall impact of the phishing event.

Does incident response reporting align with NIST 800-61 compliance requirements?

Incident response reporting can align with NIST 800-61 compliance requirements by generating structured post-incident summaries. These reports include root cause analysis, impact assessments, and notification guidance necessary for regulated environments.