mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
25 lines
642 B
YAML
25 lines
642 B
YAML
title: ProcessHacker Privilege Elevation
|
|
id: c4ff1eac-84ad-44dd-a6fb-d56a92fc43a9
|
|
description: Detects a ProcessHacker tool that elevated privileges to a very high level
|
|
references:
|
|
- https://twitter.com/1kwpeter/status/1397816101455765504
|
|
author: Florian Roth
|
|
date: 2021/05/27
|
|
tags:
|
|
- attack.execution
|
|
- attack.privilege_escalation
|
|
- attack.t1543.003
|
|
- attack.t1569.002
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection:
|
|
EventID: 7045
|
|
ServiceName|startswith: 'ProcessHacker'
|
|
AccountName: 'LocalSystem'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|