View on GitHub

Malware Hunter

Static malware analysis and automated dynamic analysis

download .ZIPdownload .TGZ

Welcome to Malware Hunter project

Malware hunter is a commandline/webapp application aimed to analyse suspicious files

$ git clone https://github.com/abdesslem/malwareHunter.git
$ cd malwareHunter  
$ python main.py

What is MalwareHunter

In three words, MalwareHunter is a malware analysis application.
What does that mean? It simply means that you can throw any suspicious file at it and it will provide you back some static information as well as a detailed results outlining what such file did when executed inside an isolated environment..

Structures

Modules
To get some information about the file, such as URL, strings, packers, anti-debug ... we used the peframe modules. This directory contain the code responsible for the static analysis.
Web
The project's web interface is build with Bottle.
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It isdistributed as a single file module and has no dependencies other than the Python Standard Library.
Sandbox
To be able to collect valuable data, it's important to run the sample in an isolated environement and automate the process of dynamic analysis.

Authors and Contributors

malwareHunter is create by @abdesslem in 2014.

Support or Contact

Having trouble with the software? Contact amriabdesslem@gmail.com and i will help you sort it out.