mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
25 lines
702 B
YAML
25 lines
702 B
YAML
title: Run Whoami as SYSTEM
|
|
id: 80167ada-7a12-41ed-b8e9-aa47195c66a1
|
|
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
|
|
modified: 2019/11/11
|
|
tags:
|
|
- attack.discovery
|
|
- attack.privilege_escalation
|
|
- attack.t1033
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
User: 'NT AUTHORITY\SYSTEM'
|
|
Image|endswith: '\whoami.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|