MalStatWare automates malware analysis with Python. Extract key details like file size, type, hash, path, and digital signature. It analyzes headers, APIs, and strings, giving quick insights for threat detection. Soon adding features like searching for the existence of any IOC in your system or the path you chose to scan.
Extracting static information such as:
PE Header Analysis:
Searching for the Existing of the file in chosen directory or all the system.
git clone https://github.com/OSTEsayed/OSTE-MalStatWareusage: MalStatWare-cli.py [-h] [-f FILE] [-i INFO]
MetaStatWare-cli [Action] [option] [value] /n exampl MetaStatWare-cli -f file.text -i all
Example : python3 MalStatWare-cli.py -f MalStatWare.png -i all
Example : python3 MalStatWare-cli.py -f MalStatWare.png -s ~/home/DirectoryToSearchIN -i all
options:
-h, --help show this help message and exit
-f FILE, --file FILE Specify the file path Example : directoy/exampl.txt
-i INFO, --info INFO Gather file information [ALL,SHA-1,SHA-256,MD5,SIZE,TYPE] Default==ALL
-s SEARCH, --search SEARCH Search if the file exist in chosen directory Example: /home/directoryToSearchIn/
-pe, --pefile Perform Basic PE header analysis.
We welcome contributions to enhance and improve this project.
either by donation :
or by your power of mind .contribute, please follow these guidelines:
Please note that all contributions will be reviewed by the project maintainers. We appreciate your effort and will do our best to provide timely feedback.
If you have any questions or need further clarification, feel free to reach out to us through the issue tracker or by contacting the project maintainers directly.
This project is under GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.
This project is intended for educational purposes and aims to simplify the overall assessment of cybersecurity. However, we want to emphasize that we are not liable for any malicious use of this application. It is crucial that users of this software exercise responsibility and ethical behavior. We strongly recommend notifying the targets or individuals involved before utilizing this software.
linkdin:(https://www.linkedin.com/in/oudjani-seyyid-taqy-eddine-b964a5228)