UNCLASSIFIED

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

gensite

parent 855de9c2
No related merge requests found
Pipeline #121490 passed with stages
in 33 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:* `pslist` vs. `psscan`; output results to a dot file to have a nice visual representation of parent/child process relationships
. *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 .dot file. 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