An open API service indexing awesome lists of open source software.

https://github.com/twseptian/simple-malware-analysis

Implementation machine learning in malware analysis
https://github.com/twseptian/simple-malware-analysis

Last synced: 3 months ago
JSON representation

Implementation machine learning in malware analysis

Awesome Lists containing this project

README

          

# Simple Malware Analysis using Machine Learning and how to classification with a Portable Executable File (.exe)
The author used machine learning classifier (e.g: random forest) to determine accuracy and evaluation metrics and also make a simple script executable analyzer from machine learning classifier for classify "benign" or "malicious" file.

Shortcuts
- How to analysis Endgame Ember dataset using machine learning? [here](https://github.com/twseptian/Simple-Malware-Analysis/blob/master/malware-machine-learning-random-forest.ipynb)
- How to clasify an executable file using random forest model? [here](https://github.com/twseptian/Simple-Malware-Analysis/blob/master/predict_exefile_with_our_model.ipynb)

References:
- For instalation intruction please go to ember github repository.
- Endgame Malware BEnchMark for Research (EMBER) - https://github.com/endgameinc/ember
- Dataset - https://pubdata.endgame.com/ember/ember_dataset.tar.bz2