项目作者: andreafortuna
项目描述 :
Hunt malware with Volatility
高级语言: Python
项目地址: git://github.com/andreafortuna/malhunt.git
Malhunt
Search malware in memory dumps using Volatiliy.
Requirements
- Python
- Git
- Volatility
- Clamscan
How it works

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