devwerks / Static-Malware-Analyses

A open source Python script to perform static analysis on a Malware Binary File (portable executable).

Home Page:http://devwerks.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview:

A Python Script to perform static analysis on a Malware Binary File. The Script uses the pefile module to read information from PE (Portable Executable) files. The Results will be saved in a HTML File.

Current Features:

  • Global File Informations ( Size, Type, Checksums )
  • File Version Info
  • Strings
  • Imports
  • Exports
  • Suspicious APIs
  • Sections
  • Resources
  • VirusTotal Results

Tested Operating systems:

  • MAC OS X ( 10.11.2 )

Contact:

If you run into issues, feel free to get on touch on Twitter, check the current issues or create a new one. Patches are also welcome.

http://devwerks.net

About

A open source Python script to perform static analysis on a Malware Binary File (portable executable).

http://devwerks.net


Languages

Language:Python 100.0%