packware
Packed binariies classifier
This project investigates how machine learning classifiers perform when using static analysis features on packed binaries.
Effects of packers on machine-learning-based malware classifiers that use only static analysis
83 stars
12 watching
17 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
packing-box/pypackerdetect | Detects whether an executable is packed using various methods and signatures. | 21 |
packing-box/dataset-packed-pe | A dataset of packed executable files used to train machine learning models for detecting packing techniques. | 29 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |
packing-box/docker-packing-box | A tool for analyzing and training on packed executables to improve detection techniques | 49 |
packtpublishing/machine-learning-for-streaming-data-with-python | A comprehensive guide to building machine learning models for streaming data in Python | 68 |
packing-box/dataset-packed-elf | A collection of packed ELF binaries used for training machine learning models to detect and analyze executable packing techniques | 17 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
eaigner/shield | A flexible Bayesian text classifier with backend storage support | 158 |
malwaremusings/unpacker | Automated malware analysis tool | 118 |
packtpublishing/mastering-machine-learning-for-penetration-testing | Teaches penetration testing and cybersecurity techniques using machine learning | 356 |
jkkummerfeld/berkeley-parser-analyser | Classifies mistakes in parser output by categorizing errors into types such as missing, crossing, or extra tokens. | 41 |
13o-bbr-bbq/machine_learning_security | A collection of tools and techniques for applying machine learning to improve security in software applications | 1,979 |
airbus-seclab/bincat | A toolset for analyzing binary code with IDA integration and support for value, taint analysis, type reconstruction, and detection of use-after-free and double-free bugs. | 1,692 |
iancmcc/bingo | Packs and unpacks common data types in a fast and efficient way | 41 |
ucsb-seclab/baredroid | A tool for analyzing bare-metal Android devices | 91 |