Volatility Plugins Flashcards
1
Q
pslist
A
finds and walked the doubly linked list of processes and prints a summary of the data. This method typically cannot show you terminated or hidden processes
2
Q
pstree
A
takes the output from pslist and formats it in a tree view, so you can easily see parent and child relationships
3
Q
psscan
A
scans for _EPROCESS objects instead of relying on the linked list. This plugin can also find terminated and unlinked (hidden) processes
important to use in addition to pslist
4
Q
psxview
A
locates processes using alternate process listings, so you can then cross-reference different sources of information and reveal malicious discrepancies.