d0cf8c4542
* Made a change to Process Discovery (added saving the output for exfil) * Added Process Discovery to Linux and updated grid
15 lines
195 B
Markdown
15 lines
195 B
Markdown
## Process Discovery
|
|
|
|
MITRE ATT&CK Technique: [T1057](https://attack.mitre.org/wiki/Technique/T1057)
|
|
|
|
|
|
### Process Discovery
|
|
|
|
Input:
|
|
|
|
ps >> /tmp/loot.txt
|
|
|
|
Input:
|
|
|
|
ps aux >> /tmp/loot.txt
|