maz
maz copied to clipboard
Malware Analysis Zoo
Malware Analysis Zoo
- Author: Adam M. Swanda
- Website: https://github.com/deadbits/maz
- License: MIT License
Description
MAZ, short of Malware Analysis Zoo, is a Ruby based application for performing static malware analysis, and submitting samples and gathering the reports from 3rd party analysis services. The raw samples and all metadata and IOCs are stored within a local (or remote) MongoDB.
Full documentation, license details and otherr information is available in the docs
directory.
Important Update
This project has not been updated in a long time and is considered deprecated. There is a Python re-write in the works originally slated for April 2016, but life happens. So many projects, so little time :)
- The new version is currently a private repo at https://github.com/deadbits/mazpy.
- If you are interested in contributing in development or would like to be a beta-tester, please reach out!
In the meantime, I recommend checking out projects like stoQ, Viper, Aleph, and Polichombr.
Documentation Contents
File | Purpose |
---|---|
contrib | steps and suggestions on how to contribute to this project |
guide | detailed information on setting up and utilizing MAZ and it's components |
install | installation process walk-through |
license | license information |
readme | general information on MAZ, the analysis process, storage/database inforamtion, etc |
notes.txt | misc. notes and information I keep during the development process |