andreafortuna / malhunt

Hunt malware with Volatility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malhunt

Search malware in memory dumps using Volatiliy.

Requirements

  • Python
  • Git
  • Volatility
  • Clamscan

How it works

Malhunt demo

The script applies my workflow for malware analysis:

  • Performs image identification
  • Scans processes with yara rules, malfind and network blacklist in order to find suspicious artifacts
  • Saves memory dump and handles of suspicious processes
  • Scans saved processes with clamscan

About

Hunt malware with Volatility


Languages

Language:Python 100.0%