A collaborative malware exchange repository.
- Entry for malware analysts and reverse engineers to access a wide variety of samples.
- Source for machine learning engineers to access a curated database of malware families.
- Provide a taxonomy of malware families, such a taxonomy would be similar to this :
- Malware family name.
- Short history about the family, variants and similar files.
- Indicator Of Compromise (IOC).
- Tactics, Techniques and Procedures (TTPs).
- Unpacked binary code.
- Links to saferwall scan reports that contains detailed static and dynamic analysis.
- Collaborative malware exchange knowledge.
An example of a family taxonomy would be something similar to this :
* Gamarue
* Aliases: Andromeda
* First appearance 2011
* Static scan dump: file parser, strings, hashes, ...
* Dynamic Scan reports :
* https://saferwall.com/scan/dynamic/variant-1-xxxx
* https://saferwall.com/scan/static/variant-2-xxxx
* Known behavior and TTPs :
* Creates registry key "xxxxxxxx"
* Injects into process "xxxxxxx"
* Reference links:
- Blog/whitepaper.
Start by cloning the repository:
git clone https://github.com/saferwall/malware-research.git
To download the binaries, you need to have git-fls installed.
For your convenience, you can browse this library by different means.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.