Mini data for looking at AV detections + heuristic dynamic malware detection model
requirements: python3 notebook pandas scikit-learn
To set up with a virtual environment (tested on Ubuntu 18.04, python3.6):
git clone https://github.com/mprhode/10_PE_samples_detection
cd 10_PE_samples_detection
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install -r requirements.txt
to run:
jupyter-notebook Detection.ipynb