mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Merge pull request #78 from Karneades/patch-1
Add rule for Windows registry persistence mechanisms
This commit is contained in:
commit
ef7fb4cff1
21
rules/windows/other/win_reg_persistence.yaml
Normal file
21
rules/windows/other/win_reg_persistence.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
title: Registry Persistence Mechanisms
|
||||
description: Detects persistence registry keys
|
||||
references:
|
||||
- https://oddvar.moe/2018/04/10/persistence-using-globalflags-in-image-file-execution-options-hidden-from-autoruns-exe/
|
||||
date: 2018/04/11
|
||||
author: Karneades
|
||||
logsource:
|
||||
product: windows
|
||||
service: sysmon
|
||||
detection:
|
||||
selection_reg1:
|
||||
EventID: 13
|
||||
TargetObject:
|
||||
- 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\*\GlobalFlag'
|
||||
- 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\*\ReportingMode'
|
||||
- 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\*\MonitorProcess'
|
||||
EventType: 'SetValue'
|
||||
condition: 1 of them
|
||||
falsepositives:
|
||||
- unknown
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user