A robust, Ubuntu-based sandbox designed for safe malware analysis in a terminal environment.
160
A robust, Ubuntu-based sandbox designed for safe malware analysis in a terminal environment.
This image comes pre-installed with powerful tools for security research:
yara, binwalk, radare2strace, ltrace, gdbtcpdump, net-tools, iptablespython3, curl, wget, git, vim, unzipThe sandbox is built on the "Everything In, Nothing Out" principle.
--network none after samples have been downloaded.--read-only to prevent malware from modifying the system permanently.analyst user.docker run -it --rm \
--network none \
--read-only \
--tmpfs /tmp \
--tmpfs /run \
-v malware_data:/home/analyst/downloads \
theinfobots/malware-sandbox:latest
Warning: This environment is intended for handling real malware. Use on an isolated machine.
Content type
Image
Digest
sha256:709923867…
Size
521.1 MB
Last updated
6 months ago
docker pull theinfobots/malware-sandbox