From cybersecurity-skills
Analyzes Cuckoo/AnyRun behavioral reports for sandbox evasion techniques: timing checks, VM artifacts, user interaction detection, and sleep inflation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:analyzing-malware-sandbox-evasion-techniquesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sandbox evasion (MITRE ATT&CK T1497) allows malware to detect analysis environments and alter behavior to avoid detection. This skill analyzes behavioral reports from Cuckoo Sandbox and AnyRun for evasion indicators including timing-based checks (GetTickCount, QueryPerformanceCounter, sleep inflation), VM artifact detection (registry keys, MAC address prefixes, process names like vmtoolsd.exe),...
Sandbox evasion (MITRE ATT&CK T1497) allows malware to detect analysis environments and alter behavior to avoid detection. This skill analyzes behavioral reports from Cuckoo Sandbox and AnyRun for evasion indicators including timing-based checks (GetTickCount, QueryPerformanceCounter, sleep inflation), VM artifact detection (registry keys, MAC address prefixes, process names like vmtoolsd.exe), user interaction checks (mouse movement, keyboard input), and environment fingerprinting (disk size, CPU count, RAM). Detection rules flag samples exhibiting these behaviors for deeper manual analysis.
JSON report listing detected evasion techniques with MITRE ATT&CK mapping, API call evidence, evasion sophistication score, and classification of evasion categories (timing, VM detection, user interaction, environment fingerprinting).
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsAnalyzes Cuckoo/AnyRun behavioral reports for sandbox evasion techniques: timing checks, VM artifacts, user interaction detection, and sleep inflation.
Detects sandbox evasion techniques in malware behavioral reports by analyzing timing checks, VM artifact queries, user interaction detection, and sleep inflation patterns from Cuckoo/AnyRun JSON exports.
Detects sandbox evasion techniques in malware from Cuckoo/AnyRun behavioral reports by analyzing timing checks, VM artifacts, user interaction detection, and sleep inflation patterns. Maps to MITRE ATT&CK T1497 for security analysts.