SigmaHQ/rules/windows/process_creation/win_susp_whoami.yml

23 lines
686 B
YAML
Raw Normal View History

title: Whoami Execution
status: experimental
description: Detects the execution of whoami, which is often used by attackers after exloitation / privilege escalation but rarely used by administrators
references:
- https://twitter.com/haroonmeer/status/939099379834658817
- https://twitter.com/c_APT_ure/status/939475433711722497
author: Florian Roth
date: 2018/05/22
tags:
- attack.discovery
- attack.t1033
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine: whoami
condition: selection
falsepositives:
- Admin activity
- Scripts and administrative tools used in the monitored environment
level: high