What problem does it solve? Triaging a suspicious binary, document, or script requires coordinating many tools and techniques, and analysts often miss anti-analysis tricks or produce detection rules with high false-positive rates. This Skill provides a structured six-phase workflow covering triage, static analysis, sandbox detonation, YARA and Sigma rule authoring, and IOC extraction. ## Core Features & Use Cases - Six-Phase Analysis Workflow: Guides initial triage (file type, strings, hashes), static analysis (Ghidra, IDA, radare2), sandbox dynamic analysis (CAPE, ANY.RUN, Triage), YARA rule authoring, Sigma rule generation, and IOC extraction. - Anti-Analysis Detection Reference: Documents 94 anti-analysis techniques across 9 categories (timing, CPU, firmware, hardware, API hooks, process, filesystem, registry, window detection) with validated YARA rules and precision ratings. - Sandbox Orchestration: Provides CAPE deployment steps, multi-sandbox chained pipeline code, ASD Azul integration, and automated IOC extraction logic. - Use Case: Given a suspicious PE file from a phishing campaign, follow the workflow to fingerprint the packer, detonate it in CAPE, extract C2 domains and mutexes, then author a YARA rule for endpoint detection and a Sigma rule for SIEM alerting. ## Quick Start Analyze the attached suspicious executable sample and produce a triage report with extracted IOCs and a draft YARA detection rule.