Skip to content

thomasngu0423/forensics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Forensics Cheatsheet

Table Of Content

Installing Volatility 2

  1. $ git clone https://github.com/volatilityfoundation/volatility.git
  2. $ python2 setup.py

Basic Volatility Command

OS Information

python2 vol.py imageinfo -f /dump_file/

Process Information

python2 vol.py pslist -f /dump_file/
python2 vol.py psscan -f /dump_file/
python2 vol.py pstree -f /dump_file/

Process Dump

python2 vol.py -f /dump_file/ procdump ---dump-dir /directory

DLLs

python2 vol.py -f /dump_file/ dllist

CMD (Windows)

python2 vol.py -f /dump_file/ cmdline
python2 vol.py -f /dump_file/ cmdscan
python2 vol.py -f /dump_file/ consoles

Network Information

python2 vol.py -f /dump_file/ netscan
python2 vol.py -f /dump_file/ netstat
python2 vol.py -f /dump_file/ connscan
python2 vol.py -f /dump_file/ connections
python2 vol.py -f /dump_file/ sockets

MISC

python2 vol.py -f /dump_file/ malfind

Wireshark Cheatsheet

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published