2020-02-20 22:00:16 +00:00
|
|
|
title: Run Whoami as SYSTEM
|
2019-12-19 22:56:36 +00:00
|
|
|
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
|
2020-08-29 16:22:09 +00:00
|
|
|
- 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
|