Skip to content

alebrait/malware-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malware-detection

Description

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.

Built With

Dependencies

Getting started

  1. create a virtual environment
  2. install the requirements using pip: pip install -r requirements.txt
  3. get a VirusTotal API key and add it to the script

I am not responsible for any damage caused by this script. Use at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages