Files
hayabusa/rules/sigma/builtin/system/win_susp_proceshacker.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

34 lines
787 B
YAML

title: ProcessHacker Privilege Elevation
ruletype: Sigma
author: Florian Roth
date: 2021/05/27
description: Detects a ProcessHacker tool that elevated privileges to a very high
level
detection:
SELECTION_1:
Provider_Name: Service Control Manager
SELECTION_2:
EventID: 7045
SELECTION_3:
ServiceName: ProcessHacker*
SELECTION_4:
AccountName: LocalSystem
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3 and SELECTION_4)
falsepositives:
- Unlikely
id: c4ff1eac-84ad-44dd-a6fb-d56a92fc43a9
level: high
logsource:
product: windows
service: system
modified: 2021/11/30
references:
- https://twitter.com/1kwpeter/status/1397816101455765504
status: experimental
tags:
- attack.execution
- attack.privilege_escalation
- attack.t1543.003
- attack.t1569.002