SigmaHQ/rules/windows/registry_event/sysmon_comhijack_sdclt.yml

27 lines
723 B
YAML
Raw Normal View History

2020-09-27 16:27:19 +00:00
title: COM Hijack via Sdclt
2020-09-27 16:14:41 +00:00
id: 07743f65-7ec9-404a-a519-913db7118a8d
status: experimental
description: Detects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
2020-10-02 03:52:14 +00:00
author: Omkar Gudhate
date: 2020/09/27
references:
- http://blog.sevagas.com/?Yet-another-sdclt-UAC-bypass
- https://www.exploit-db.com/exploits/47696
2020-09-27 16:14:41 +00:00
tags:
- attack.privilege_escalation
2020-09-27 16:22:59 +00:00
- attack.t1546
- attack.t1548
logsource:
category: registry_event
product: windows
detection:
selection:
TargetObject:
- 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
2020-10-02 03:52:14 +00:00
EventType:
- SetValue
condition: selection
falsepositives:
- unknown
2020-09-27 16:14:41 +00:00
level: high