Malert is a tool for static malware analysis which can run on all kinds of files, including pdf, office files, exe, etc, and tell if any of the file is malicious or not, without actually running it on your machine.
Malert is able to do this by scanning through the files and integrating YARA rules while walking through them.
-
Clone the repo
-
Create a virtual environment
virtualenv pyenv
- Install the requirements
pip install -r requirements.txt
You're all set!
python app.py -f <insert path to file> -y <flag> -e <flag> -s <flag>
You can set -y flag to 0/1 if you want to see the aligning YARA rules
You can set -e flag to 0/1 if you want to extract metadata information
You can set -y flag to 0/1 if you want to store the information in the database
