Detectioncriticaltest

Sticky Key Like Backdoor Usage - Registry

Detects the usage and installation of a backdoor that uses an option to register a malicious debugger for built-in tools that are accessible in the login screen

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems), Jonhnathan Ribeiro, oscd.communityCreated Thu Mar 15Updated Sat Nov 26baca5663-583c-45f9-b5dc-ea96a22ce542windows
Log Source
WindowsRegistry Event
ProductWindows← raw: windows
CategoryRegistry Event← raw: registry_event

Events for Windows Registry modifications including key creation, modification, and deletion.

Detection Logic
Detection Logic1 selector
detection:
    selection_registry:
        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'
            - '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\atbroker.exe\Debugger'
            - '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\HelpPane.exe\Debugger'
    condition: selection_registry
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

MITRE ATT&CK

CAR Analytics

2014-11-003 · CAR 2014-11-0032014-11-008 · CAR 2014-11-008
Rule Metadata
Rule ID
baca5663-583c-45f9-b5dc-ea96a22ce542
Status
test
Level
critical
Type
Detection
Created
Thu Mar 15
Modified
Sat Nov 26
Path
rules/windows/registry/registry_event/registry_event_stickykey_like_backdoor.yml
Raw Tags
attack.privilege-escalationattack.persistenceattack.t1546.008car.2014-11-003car.2014-11-008
View on GitHub