remnux/viper
Viper: Analyze and manage your collection of malware samples.
10K+
This Dockerfile represents a Docker image that encapsulates the Viper binary analysis and management framework by Claudio Guarnieri (@botherder - homepage).
To run this image after installing Docker, use a command like this to launch the container, replacing "~/workdir" with the path to the location of the data to analyse:
sudo docker run -it --rm -v ~/workdir:/home/nonroot/workdir remnux/viper
To run the "clamav" Viper plugin, the clamav-daemon must be running in the container. You can enable this by running:
sudo service clamav-daemon start
docker pull remnux/viper