What problem does it solve? Analyzing a suspicious sample safely and systematically is hard: running it directly risks contaminating the environment, packed samples distort behavior observations, and results without evidence cannot be reproduced. This gateway skill orchestrates the full malware analysis pipeline so each step happens in the right order with proper isolation and evidence archiving. ## Core Features & Use Cases - Sandbox-first orchestration: Enforces VM snapshot / container isolation with network containment (INetSim, fake DNS) before any dynamic execution. - Guided analysis pipeline: Coordinates static triage, behavior analysis, C2/protocol reverse engineering, unpacking, and IOC extraction with YARA rule generation. - Specialized routing: Directs ransomware, loaders, fileless samples, malicious documents, and in-memory-only samples to dedicated sub-skills. - Use Case: You receive a suspicious email attachment. The skill routes you through sandbox setup, static triage, behavior observation, C2 traffic capture, and finally produces a structured report with IOCs and YARA rules. ## Quick Start Analyze this suspicious sample safely in a sandbox and produce a behavior report with IOCs and YARA rules.