Registry Persistence Mechanisms in Recycle Bin

Detects persistence registry keys for Recycle Bin

Sigma rule (View on GitHub)

 1title: Registry Persistence Mechanisms in Recycle Bin
 2id: 277efb8f-60be-4f10-b4d3-037802f37167
 3status: test
 4description: Detects persistence registry keys for Recycle Bin
 5references:
 6    - https://github.com/vxunderground/VXUG-Papers/blob/751edb8d50f95bd7baa730adf2c6c3bb1b034276/The%20Persistence%20Series/Persistence%20via%20Recycle%20Bin/Persistence_via_Recycle_Bin.pdf
 7    - https://persistence-info.github.io/Data/recyclebin.html
 8    - https://www.hexacorn.com/blog/2018/05/28/beyond-good-ol-run-key-part-78-2/
 9author: frack113
10date: 2021/11/18
11modified: 2022/12/06
12tags:
13    - attack.persistence
14    - attack.t1547
15logsource:
16    category: registry_event
17    product: windows
18detection:
19    selection_create:
20        EventType: RenameKey
21        NewName|contains: '\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open'
22    selection_set:
23        EventType: SetValue
24        TargetObject|contains: '\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open\command\(Default)'
25    condition: 1 of selection_*
26falsepositives:
27    - Unknown
28level: high

References

Related rules

to-top