Volatility Commands Related to Processes Flashcards
1
Q
pslist
A
Finds and walks 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
Scans for _EPROCESS objects instead of relying on the linked list. This plugin can also find terminated and unlinked (hidden) processes.
A
psscan
4
Q
psxview
A
Locates processes using alternate process listings, so you can then cross-reference different sources of information and reveal malicious discrepancies.