Skip to content

Mini data for looking at AV detections + heuristic dynamic malware detection model

Notifications You must be signed in to change notification settings

mprhode/10_PE_samples_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10_PE_samples_detection

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

About

Mini data for looking at AV detections + heuristic dynamic malware detection model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published