docker-packing-box
Packing analyzer
A tool for analyzing and training on packed executables to improve detection techniques
Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
49 stars
3 watching
10 forks
Language: Python
last commit: 5 days ago
Linked from 1 awesome list
binary-analysisdataset-generationdocker-imageelf-formatexecutable-packingmachine-learningmalware-analysismalware-packersmalware-researchpacking-detectionpe-formatresearch-platformresearch-tools
Related projects:
Repository | Description | Stars |
---|---|---|
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |
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/dataset-packed-elf | A collection of packed ELF binaries used for training machine learning models to detect and analyze executable packing techniques | 17 |
packing-box/peid | A tool for detecting packed executables in Windows files by identifying embedded signatures | 128 |
docker-forensics-toolkit/toolkit | A toolkit for analyzing Docker containers from forensic images of host systems | 94 |
ucsb-seclab/packware | This project investigates how machine learning classifiers perform when using static analysis features on packed binaries. | 83 |
malwaremusings/unpacker | Automated malware analysis tool | 118 |
s0rg/decompose | A tool for analyzing and visualizing the network connections of Docker containers in a single, unified way. | 86 |
google/docker-explorer | A tool to help analyze and explore offline Docker filesystems. | 529 |
genuinetools/amicontained | A tool to inspect and analyze container runtimes and their characteristics | 1,012 |
xrw67/petoy | A tool that allows adding protection to executable files by packing them into a container | 9 |
brompwnie/botb | A tool designed to analyze and exploit vulnerabilities in containers for pentesters and engineers | 638 |
czs108/windows-pe-packer | A tool that packs Windows executable files to make them harder to reverse-engineer | 328 |
exdx/dcp | A tool that simplifies the process of extracting data from container images onto the local file system | 108 |