Automated Analysis

Blue Jupter Notebook by Matt himself: https://github.com/mttaggart/blue-jupyter , https://github.com/HuskyHacks/blue-jupyter (this one forked by matt from earlier)

this also supports Dockerization too

after cloning

git clone --branch PMAT-lab https://github.com/HuskyHacks/blue-jupyter.git && cd blue-jupyter
sudo docker build -t bluejupyter .
sudo docker run -it -p 8888:8888 -v /home/remnux/blue-jupyter:/src bluejupyter

to add malware to the dropbox, copy it from the PMAT-labs repository into the /home/remnux/blue-jupyter/malware-analysis/dropbox/ directory and it will also copy into the container.

Last updated