UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 7caa3ae2 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent 46243606
No related merge requests found
Pipeline #121564 passed with stages
in 34 seconds
......@@ -589,7 +589,7 @@ PS C:\Users\andy.dwyer\Desktop\Memory_Analysis> .\volatility_2.6_win64_standalon
The SANS Institute recommends the following commands when using Volatility.
. *Identify Rogue Processes:* Compare the output of `pslist` and `psscan`. While neither command presents results in a tree format, you can generate a visual representation of parent-child process relationships by exporting the results to a .txt file. Alternatively, the `pstree` plugin provides a structured tree view of process hierarchies, making it easier to spot anomalies in process relationships.
. *Identify Rogue Processes:* Compare the output of `pslist` and `psscan`. While neither command presents results in a tree format, processes in memory follow a parent-child hierarchy, where each process has a Process ID (PID) and a Parent Process ID (PPID) linking it to the process that created it. Alternatively, the `pstree` plugin provides a structured tree view of process hierarchies, making it easier to spot anomalies in process relationships.
.. *Process validity* - look for things that are off (misspellings, high PIDs, multiples that shouldn’t be, etc.)
. *DLLs and Handles:* `dlllist`, `dlldump`
. *Network Artifacts:* `connections`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment