conducting-malware-incident-response

Featured

Responds to malware infections across enterprise endpoints by identifying the malware family, determining infection vectors, assessing spread, and executing eradication procedures. Covers the full lifecycle from detection through containment, analysis, removal, and recovery. Activates for requests involving malware response, malware eradication, trojan removal, worm containment, malware triage, or infected endpoint remediation.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Conducting Malware Incident Response ## When to Use - EDR or antivirus detects malware execution on one or more endpoints - A user reports suspicious system behavior indicative of malware infection - Threat intelligence indicates a malware campaign targeting the organization's industry - Network monitoring detects beaconing traffic consistent with known malware C2 patterns - A file detonation in a sandbox returns a malicious verdict **Do not use** for analyzing malware samples in a research context; use dedicated malware analysis procedures for reverse engineering. ## Prerequisites - EDR platform with process tree visibility and host isolation capability - Malware sandbox environment (Cuckoo, ANY.RUN, Joe Sandbox, Hybrid Analysis) - Access to threat intelligence platforms for malware family identification (VirusTotal, MalwareBazaar) - Forensic imaging tools for evidence preservation (FTK Imager, KAPE) - Clean system images or gold images for endpoint rebuild - MITRE ATT&CK framework reference for technique mapping ## Workflow ### Step 1: Detect and Confirm Malware Presence Validate the malware alert and gather initial indicators: - Review EDR alert details: detection name, file path, hash (SHA-256), process tree - Check if the detection is a known malware family or generic heuristic detection - Query the file hash against VirusTotal, MalwareBazaar, and internal threat intelligence - Examine the process execution chain to determine how the malware was delivered ```...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

performing-ransomware-response

Executes a structured ransomware incident response from initial detection through containment, forensic analysis, decryption assessment, recovery, and post-incident hardening. Addresses ransom negotiation considerations, backup integrity verification, and regulatory notification requirements. Activates for requests involving ransomware response, ransomware recovery, crypto-ransomware, data encryption attack, ransom payment decision, or ransomware containment.

12,642 Updated today
mukul975
AI & Automation Featured

conducting-phishing-incident-response

Responds to phishing incidents by analyzing reported emails, extracting indicators, assessing credential compromise, quarantining malicious messages across the organization, and remediating affected accounts. Covers email header analysis, URL/attachment sandboxing, and mailbox-wide purge operations. Activates for requests involving phishing response, email incident, credential phishing, spear phishing investigation, or phishing remediation.

12,642 Updated today
mukul975
AI & Automation Featured

eradicating-malware-from-infected-systems

Systematically remove malware, backdoors, and attacker persistence mechanisms from infected systems while ensuring complete eradication and preventing re-infection.

12,642 Updated today
mukul975
AI & Automation Featured

analyzing-network-traffic-of-malware

Analyzes network traffic generated by malware during sandbox execution or live incident response to identify C2 protocols, data exfiltration channels, payload downloads, and lateral movement patterns using Wireshark, Zeek, and Suricata. Activates for requests involving malware network analysis, C2 traffic decoding, malware PCAP analysis, or network-based malware detection.

12,642 Updated today
mukul975
Data & Documents Listed

malware-triage

Malware triage workflow — sandbox output analysis (CAPE/Hybrid-Analysis/ANY.RUN/Joe Sandbox), YARA rule scaffolding at pattern level, IOC extraction, and TTP mapping to MITRE ATT&CK. Sandbox-only discipline; do not detonate in production or without an isolated runtime.

4 Updated 1 weeks ago
roodlicht