项目作者: andreafortuna

项目描述 :
Hunt malware with Volatility
高级语言: Python
项目地址: git://github.com/andreafortuna/malhunt.git
创建时间: 2018-07-11T19:01:26Z
项目社区:https://github.com/andreafortuna/malhunt

开源协议:

下载


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