This project is a simple malware detection script written in Python. It uses Yara rules to detect malware, and VirusTotal to scan files. It also uses olevba to analyze malicious documents, and extract obfuscated VBA scripts. It also uses pefile to analyze PE files, and extract information about the file. It also uses python-magic to detect the file type.
- create a virtual environment
- install the requirements using pip: pip install -r requirements.txt
- get a VirusTotal API key and add it to the script