Cuckoo Sandbox is the original open-source automated malware analysis platform. The original Cuckoo project is essentially frozen; its actively maintained fork CAPE Sandbox (Config And Payload Extraction) is the modern choice and is widely used in enterprise SOCs.
A submission is detonated in an isolated VM (Windows / Linux / Android) while the sandbox records:
- API call traces, dropped files, registry changes.
- Network traffic (PCAP, DNS queries, contacted C2 domains).
- Memory dumps and YARA matches.
- Screenshots and behaviour score.