Security Privileges Enumeration Via Whoami.EXE
Description
Detects a whoami.exe executed with the /priv command line flag instructing the tool to show all current user privileges. This is often used after a privilege escalation attempt.
Query · sigma
selection_img: - Image|endswith: \whoami.exe - OriginalFileName: whoami.exe selection_cli: CommandLine|contains: - ' /priv' - ' -priv' condition: all of selection_*
Known false positives
- Unknown