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
|
||||
detection:
|
||||
selection_registry:
|
||||
TargetObject:
|
||||
- '*\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\osk.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\DisplaySwitch.exe\Debugger'
|
||||
TargetObject|endswith:
|
||||
- '\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\osk.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\DisplaySwitch.exe\Debugger'
|
||||
EventType: 'SetValue'
|
||||
condition: 1 of them
|
||||
---
|
||||
@ -39,13 +39,13 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection_process:
|
||||
ParentImage:
|
||||
- '*\winlogon.exe'
|
||||
CommandLine:
|
||||
- '*cmd.exe sethc.exe *'
|
||||
- '*cmd.exe utilman.exe *'
|
||||
- '*cmd.exe osk.exe *'
|
||||
- '*cmd.exe Magnify.exe *'
|
||||
- '*cmd.exe Narrator.exe *'
|
||||
- '*cmd.exe DisplaySwitch.exe *'
|
||||
ParentImage|endswith:
|
||||
- '\winlogon.exe'
|
||||
CommandLine|contains:
|
||||
- 'cmd.exe sethc.exe '
|
||||
- 'cmd.exe utilman.exe '
|
||||
- 'cmd.exe osk.exe '
|
||||
- 'cmd.exe Magnify.exe '
|
||||
- 'cmd.exe Narrator.exe '
|
||||
- 'cmd.exe DisplaySwitch.exe '
|
||||
condition: 1 of them
|
||||
|
Loading…
Reference in New Issue
Block a user