incident-response

Guide cybersecurity incident response through preparation, containment, and recovery phases.

5.6k|899|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/Ed1s0nZ/CyberStrikeAI --skill incident-response-ed1s0nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/Ed1s0nZ/CyberStrikeAI/tree/main/skills/incident-response
Command: npx skills add https://github.com/Ed1s0nZ/CyberStrikeAI --skill incident-response-ed1s0nz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach, methodologies, tools, and best practices for effectively handling and mitigating security incidents.

Core Features & Use Cases

  • Incident Response Framework: Guides users through the essential phases: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned.
  • Tool Integration: Demonstrates the usage of common security tools like Splunk, ELK, Volatility, Autopsy, Wireshark, and tcpdump for analysis and forensics.
  • Use Case: When a data breach is suspected, this Skill can guide the security team through the necessary steps to contain the breach, identify the source, remove the threat, and restore systems while preserving evidence.

Quick Start

Use the incident-response skill to guide me through the identification phase of a potential malware outbreak.

Frequently Asked Questions about incident-response

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

FAQPage Schema
What are the essential phases of a cybersecurity incident response framework?

A cybersecurity incident response framework involves six essential phases: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. This methodology ensures structured mitigation, threat removal, and system restoration while preserving evidence for post-incident analysis.

How do I handle a suspected data breach and identify its source?

To handle a suspected data breach, you must follow structured incident response steps: contain the breach to prevent further loss, analyze logs and network traffic to identify the source, eradicate the threat, and recover affected systems while preserving digital evidence for forensics.

Can I use Splunk and ELK for security log analysis during an incident?

Yes, you can use Splunk and ELK for security log analysis during an incident. These tools are integrated into the incident response workflow to help identify anomalies, track malicious activity, and support network traffic inspection and digital forensics.

How do I perform memory forensics to investigate a malware outbreak?

Memory forensics for a malware outbreak is performed using tools like Volatility. During the identification and analysis phases, you capture and inspect memory dumps to detect malicious processes, uncover rootkits, and gather evidence of unauthorized access or malware behavior.

What is the best way to contain a malware infection and prevent lateral movement?

The best way to contain a malware infection is to isolate affected systems from the network immediately during the containment phase. This prevents lateral movement while you perform network traffic inspection with tools like Wireshark and tcpdump to trace the infection vector.

Do I need to preserve network traffic logs for unauthorized access investigations?

Yes, you need to preserve network traffic logs for unauthorized access investigations. Capturing traffic with tools like Wireshark and tcpdump provides critical forensic evidence to identify the intrusion vector, support eradication, and guide the recovery and post-incident analysis phases.