Cuckoo Sandbox


Cuckoo Sandbox (cuckoo.cert.ee) is an open-source malware analysis tool that isolates suspicious files in a secure environment.

  • Useful for understanding the behavior of unknown or potentially harmful files
  • runs files within an isolated environment and scrutinizes their behavior,
    • logging crucial activities like system calls and network traffic
  • free and open-source
  • has a large community of contributors who continuously develop new plugins and features