Skip to content

PSJoshi/malware-static-analysis

Repository files navigation

malware-static-analyzer

It is a malware analyzer written in Python2.x for detection of malicious files.

Features

  • Detect presence of IP addresses and check if IP is blacklisted using virustotal, ipvoid ( IP reputation checks)
  • Detect presence of Domains and check if they are blacklisted in databases like virustotal, urlvoid. (Domain reputation checks)
  • Searches for possible e-mail addresses (E-mail reputation checks using SpamAssassin)
  • Get results from Virustotal database (Virustotal integration using Virustotal Public API)
  • Checks if the file is packed using software packer programs
  • Yara rule based checks for viruses, exploits, web shells, anti-debug functionalities etc.
  • Analyze PE file header and sections(number of sections, entropy of sections, suspicious section names, suspicious flags in characterstics of PE file etc)
  • Detection of anti-virtualization techniques
  • Detection of Windows API calls commonly used by malware
  • JSON based report
  • Checks for viruses,spyware using clamd and pyclamd
  • PEStudio integration and extraction of malicious indicators from PEStudio report
  • Checks for compiler flags in EXE/DLL. Most reputed programs usually make use of these flags.
    • Dynamic base(ASLR)
    • NX Compatible(DEP)
    • Guard(CFG)
    • (Look them in optional header values section)

Usage

To do

Many Thanks to wonderful people behind the following projects:

Clamd and pyclamd installation

About

Static malware analysis using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages