Memory Analysis - Volatility3

Memory Analysis using Volatility3

Theory

Volatility is an open-source memory forensics framework for incident response and malware analysis. It is written in Python and supports Microsoft Windows, Mac OS X, and Linux. Volatility was created by Aaron Walters, drawing on academic research he did in memory forensics.


Volatility3 Commands

OS Information

  1. OS Information

vol.py -f “/path/to/file” windows.info

Process Information

pslist

vol.py -f “/path/to/file” windows.pslist

vol.py -f “/path/to/file” windows.psscan

vol.py -f “/path/to/file” windows.pstree

cmdline

DLLs

Network Information

netscan

Registry

hivelist

Files

Filescan

Filedump

Miscellaneous

Yarascan


REFERENCES

Last updated

Was this helpful?