mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Update sysmon_stickykey_like_backdoor.yml
This commit is contained in:
parent
03ea1375e2
commit
6fc6409c7f
@ -24,13 +24,13 @@ logsource:
|
|||||||
product: windows
|
product: windows
|
||||||
detection:
|
detection:
|
||||||
selection_registry:
|
selection_registry:
|
||||||
TargetObject:
|
TargetObject|endswith:
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe\Debugger'
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\utilman.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\utilman.exe\Debugger'
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\osk.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\osk.exe\Debugger'
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Magnify.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Magnify.exe\Debugger'
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Narrator.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Narrator.exe\Debugger'
|
||||||
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DisplaySwitch.exe\Debugger'
|
- '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DisplaySwitch.exe\Debugger'
|
||||||
EventType: 'SetValue'
|
EventType: 'SetValue'
|
||||||
condition: 1 of them
|
condition: 1 of them
|
||||||
---
|
---
|
||||||
@ -39,13 +39,13 @@ logsource:
|
|||||||
product: windows
|
product: windows
|
||||||
detection:
|
detection:
|
||||||
selection_process:
|
selection_process:
|
||||||
ParentImage:
|
ParentImage|endswith:
|
||||||
- '*\winlogon.exe'
|
- '\winlogon.exe'
|
||||||
CommandLine:
|
CommandLine|contains:
|
||||||
- '*cmd.exe sethc.exe *'
|
- 'cmd.exe sethc.exe '
|
||||||
- '*cmd.exe utilman.exe *'
|
- 'cmd.exe utilman.exe '
|
||||||
- '*cmd.exe osk.exe *'
|
- 'cmd.exe osk.exe '
|
||||||
- '*cmd.exe Magnify.exe *'
|
- 'cmd.exe Magnify.exe '
|
||||||
- '*cmd.exe Narrator.exe *'
|
- 'cmd.exe Narrator.exe '
|
||||||
- '*cmd.exe DisplaySwitch.exe *'
|
- 'cmd.exe DisplaySwitch.exe '
|
||||||
condition: 1 of them
|
condition: 1 of them
|
||||||
|
Loading…
Reference in New Issue
Block a user