Files
atomic-red-team/Mac/Collection/Screen_Capture.md
T
2018-02-28 11:30:41 -06:00

393 B

Screen Capture

MITRE ATT&CK Technique: T1113

Input:

log show --debug | grep "GENERATED_NEW_IMAGE" | awk '{print $1,$2,$11,$27}'

For list of times a screenshot was generated and extension used

Input:

log show --debug | grep "GENERATED_NEW_IMAGE" | awk '{print $1,$2,$11,$27}' | wc -l

For number count of total images created