Malware sandbox: run malware somewhere it cannot hurt you

Samples execute on real guest operating systems under instrumentation, not in an emulator pretending to be one. The sandbox records what the sample did, and when a run captures nothing the report says so rather than reporting silence as safety.

How the sandbox works

Sandbox fleet

Common questions

Which guests can you detonate on?
Windows and Linux run as full-system guests. Android packages are analysed statically and detonated when the Android tier is attached. There is no macOS sandbox, so Mach-O samples get static analysis and lightweight emulation only.
Does the malware get real internet access?
By default a sample reaches the internet through a controlled path, because most modern malware does nothing observable without its command and control server. That path blocks internal and cloud-metadata destinations, blocks mail ports, and caps connection rates.
Why did my sample produce no behaviour?
Usually one of three things: it is genuinely inert, it detected the analysis environment and exited, or it could not launch because the file is corrupt. The report distinguishes these rather than showing an empty section without explanation.

Related