Files
hayabusa/rules/sigma/process_creation/win_susp_regedit_trustedinstaller.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

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

30 lines
701 B
YAML

title: Regedit as Trusted Installer
ruletype: Sigma
author: Florian Roth
date: 2021/05/27
description: Detects a regedit started with TrustedInstaller privileges or by ProcessHacker.exe
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image: '*\regedit.exe'
SELECTION_3:
ParentImage:
- '*\TrustedInstaller.exe'
- '*\ProcessHacker.exe'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unlikely
id: 883835a7-df45-43e4-bf1d-4268768afda4
level: high
logsource:
category: process_creation
product: windows
references:
- https://twitter.com/1kwpeter/status/1397816101455765504
status: experimental
tags:
- attack.privilege_escalation
- attack.t1548