2020-02-20 23:00:16 +01:00
|
|
|
title: Run Whoami as SYSTEM
|
2019-12-19 23:56:36 +01:00
|
|
|
id: 80167ada-7a12-41ed-b8e9-aa47195c66a1
|
2019-10-27 20:54:07 +03: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-11 01:18:45 +03:00
|
|
|
modified: 2019/11/11
|
2019-10-27 20:54:07 +03:00
|
|
|
tags:
|
|
|
|
|
- attack.privilege_escalation
|
2020-08-29 19:22:09 +03:00
|
|
|
- attack.discovery
|
2019-10-27 20:54:07 +03:00
|
|
|
- attack.t1033
|
|
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
User: 'NT AUTHORITY\SYSTEM'
|
2019-11-11 01:18:45 +03:00
|
|
|
Image|endswith: '\whoami.exe'
|
2019-10-27 20:54:07 +03:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
2019-11-11 01:18:45 +03:00
|
|
|
level: high
|