mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
23 lines
686 B
YAML
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
|