Check privilege of CMD via whoami

Check privilege of CMD via whoami

Sigma rule (View on GitHub)

 1title: Check privilege of CMD via whoami
 2status: experimental
 3description: Check privilege of CMD via whoami
 4author: Joe Security
 5date: 2021-02-17
 6id: 200097
 7threatname:
 8behaviorgroup: 8
 9classification: 8
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:      
17        CommandLine:
18            - '*whoami /groups | find*12288*'
19    condition: selection
20level: low
to-top