SigmaHQ/rules/windows/process_creation/win_susp_whoami.yml
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

23 lines
686 B
YAML

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