SigmaHQ/rules/windows/process_creation/win_whoami_as_system.yml

25 lines
706 B
YAML
Raw Normal View History

title: Run Whoami as SYSTEM
id: 80167ada-7a12-41ed-b8e9-aa47195c66a1
2019-10-27 17:54:07 +00:00
status: experimental
description: Detects a whoami.exe executed by LOCAL SYSTEM. This may be a sign of a successful local privilege escalation.
references:
- https://speakerdeck.com/heirhabarov/hunting-for-privilege-escalation-in-windows-environment
author: Teymur Kheirkhabarov
date: 2019/10/23
2019-11-10 22:18:45 +00:00
modified: 2019/11/11
2019-10-27 17:54:07 +00:00
tags:
- attack.privilege_escalation
- attack.discovery
2019-10-27 17:54:07 +00:00
- attack.t1033
logsource:
category: process_creation
product: windows
detection:
selection:
User: 'NT AUTHORITY\SYSTEM'
2019-11-10 22:18:45 +00:00
Image|endswith: '\whoami.exe'
2019-10-27 17:54:07 +00:00
condition: selection
falsepositives:
- Unknown
2019-11-10 22:18:45 +00:00
level: high