Detectionhightest

Registry Persistence Mechanisms in Recycle Bin

Detects persistence registry keys for Recycle Bin

Convert In Phoenix Studio

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

Launch
François HubautCreated Thu Nov 18Updated Tue Dec 06277efb8f-60be-4f10-b4d3-037802f37167windows
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 Logic2 selectors
detection:
    selection_create:
        EventType: RenameKey
        NewName|contains: '\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open'
    selection_set:
        EventType: SetValue
        TargetObject|contains: '\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open\command\(Default)'
    condition: 1 of selection_*
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
277efb8f-60be-4f10-b4d3-037802f37167
Status
test
Level
high
Type
Detection
Created
Thu Nov 18
Modified
Tue Dec 06
Path
rules/windows/registry/registry_event/registry_event_persistence_recycle_bin.yml
Raw Tags
attack.privilege-escalationattack.persistenceattack.t1547
View on GitHub