incident-response

Orchestrate evidence collection, timeline reconstruction, and forensic reporting for security incidents.

338|59|Updated May 19, 2026
One-click install
npx skills add https://github.com/hypnguyen1209/offensive-claude --skill incident-response-hypnguyen1209
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/hypnguyen1209/offensive-claude/tree/main/skills/incident-response
Command: npx skills add https://github.com/hypnguyen1209/offensive-claude --skill incident-response-hypnguyen1209

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Incident responders need a structured workflow to investigate compromises, collect volatile and disk artifacts, reconstruct events, contain threats, and generate post-incident reports.

Core Features & Use Cases

  • Evidence collection and timeline reconstruction using Volatility3, SleuthKit, and Plaso.
  • Memory forensics and disk forensics guidance for artifact extraction and analysis.
  • Containment strategies, eradication steps, and post-incident reporting templates for formal closure.
  • Use Case: For a suspected ransomware intrusion, run the IR playbook to gather memory dumps, disk images, audit logs, and produce a comprehensive timeline and forensic report.

Quick Start

Launch the IR playbook with your target environment and provide the incident scope to automatically begin evidence collection and reporting.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I reconstruct a timeline from memory dumps and disk images during incident response?

Incident response timeline reconstruction is orchestrated by processing memory dumps and disk images with tools like Volatility3, SleuthKit, and Plaso to extract artifacts and generate a chronological event timeline.

What is the best way to collect forensic evidence for a suspected ransomware intrusion?

Forensic evidence collection for a ransomware intrusion is achieved by launching an IR playbook to gather volatile memory dumps, disk images, and audit logs, which are then analyzed to produce a comprehensive timeline and forensic report.

Can I use Volatility3 and Plaso together for enterprise incident investigations?

Volatility3 and Plaso can be used together for enterprise incident investigations to extract memory artifacts and reconstruct timelines, enabling containment decisions and formal post-incident reporting across live environments.

Does this incident response workflow generate a formal post-incident report?

The incident response workflow generates a formal post-incident report by applying containment strategies and eradication steps, using evidence from memory and disk forensics to produce structured reporting templates for formal closure.

How do I extract Indicators of Compromise from log data using timeline analysis?

Indicators of Compromise are extracted from log data by applying timeline analysis with tools like Chainsaw and Hayabusa, parsing Windows event logs to identify suspicious activities and outputting a structured IOC list.

What tools do I need to analyze disk images for forensic artifact extraction?

Analyzing disk images for forensic artifact extraction requires tools like Autopsy and SleuthKit, which process disk images to identify compromised files and system artifacts for incident containment and reporting.