mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
25 lines
681 B
YAML
25 lines
681 B
YAML
title: COM Hijack via Sdclt
|
|
id: 07743f65-7ec9-404a-a519-913db7118a8d
|
|
status: experimental
|
|
description: Detects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
|
|
author: Omkar Gudhate
|
|
date: 2020/09/27
|
|
references:
|
|
- http://blog.sevagas.com/?Yet-another-sdclt-UAC-bypass
|
|
- https://www.exploit-db.com/exploits/47696
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.t1546
|
|
- attack.t1548
|
|
logsource:
|
|
category: registry_event
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
TargetObject:
|
|
- 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|