SigmaHQ/rules/windows/sysmon/sysmon_win_reg_persistence.yml

27 lines
897 B
YAML
Raw Normal View History

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:
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\*\GlobalFlag'
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\*\ReportingMode'
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\*\MonitorProcess'
EventType: 'SetValue'
2018-04-11 17:03:35 +00:00
condition: 1 of them
2018-08-07 06:54:53 +00:00
tags:
- attack.privilege_escalation
- attack.persistence
- attack.defense_evasion
- attack.t1183
2018-04-11 17:03:35 +00:00
falsepositives:
- unknown
level: critical