Skip to content
Security
Skill

/incident-response

Drive a security incident through the response lifecycle (NIST SP 800-61 / SANS PICERL): triage and scope, contain, eradicate, recover, and capture lessons learned. Use to coordinate or work an active incident. Authorized responders only.

From plugin
awesome-claude-security
6111 skills17 agents13 commands1 MCP
Install
$ npx -y skills add jassics/awesome-claude-security --skill incident-response --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/incident-response

Context preview

The summary Claude sees to decide when to auto-load this skill.

Drive a security incident through the response lifecycle (NIST SP 800-61 / SANS PICERL): triage and scope, contain, eradicate, recover, and capture lessons learned. Use to coordinate or work an active incident. Authorized responders only.

SKILL.md

incident-response.SKILL.md
name: incident-response
description: >-
  Drive a security incident through the response lifecycle (NIST SP 800-61 / SANS
  PICERL): triage and scope, contain, eradicate, recover, and capture lessons
  learned. Use to coordinate or work an active incident. Authorized responders only.

Goal

A controlled response that limits damage, removes the adversary, restores operations, and produces an evidence-backed record — without destroying evidence or tipping off the attacker prematurely.

Lifecycle (NIST 800-61 / PICERL)

1. **Preparation** — confirm authority, roles, comms plan, and tooling (mostly pre-incident; verify they're in place). 2. **Identification / triage** — validate the incident is real; determine type, scope, affected assets, and severity. Preserve volatile evidence first (`forensic-triage`). 3. **Containment** — short-term (isolate hosts, block C2, disable accounts) then long-term, balancing speed against evidence preservation and attacker awareness. 4. **Eradication** — remove the foothold: malware, persistence, created accounts, and the root cause/initial access vector. 5. **Recovery** — restore from known-good, validate integrity, monitor for return, and lift containment in a controlled way. 6. **Lessons learned** — post-incident review: timeline, root cause, what worked, and improvements (detections, controls, process).

Steps

1. Establish scope and severity; declare and track the incident. 2. Work the phases; at each step record actions, timestamps, and evidence handled. 3. Extract IOCs (`ioc-development`) and feed containment/detection in parallel. 4. Drive to root cause and confirm full eradication before recovery.

Output

An incident record: classification · scope · timeline · actions · IOCs · root cause · recovery status · lessons. Use `security-reporting` for the incident report; recommend detections via `detection-engineering`.

Notes

Contain without destroying evidence or alerting the adversary prematurely — sequence matters. "Eradicated" means the **root cause and all persistence** are gone, not just the malware you first saw. Capture lessons into durable detections and control changes, or the next incident repeats.

Read more
Ships withawesome-claude-security

A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy. A pentester knows which OWASP test bends a broken-access-control endpoint.

Get the whole plugin

Other skills on awesome-claude-security.