mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
COM hijack of shell folder to execute arbitrary application & UAC bypass using sdclt.
This commit is contained in:
parent
15c8721e7b
commit
3f148e6c7c
25
rules/windows/registry_event/sysmon_comhijack_uac_bypass.yml
Normal file
25
rules/windows/registry_event/sysmon_comhijack_uac_bypass.yml
Normal file
@ -0,0 +1,25 @@
|
||||
title: COM hijack & UAC bypass via Sdclt
|
||||
status: experimental
|
||||
description: Detects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
|
||||
references:
|
||||
- http://blog.sevagas.com/?Yet-another-sdclt-UAC-bypass
|
||||
- https://www.exploit-db.com/exploits/47696
|
||||
author: Omkar Gudhate
|
||||
date: 2020/09/27
|
||||
logsource:
|
||||
category: registry_event
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
TargetObject:
|
||||
- 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute'
|
||||
- 'HKCU\Software\Classes\Folder\shell\open\command'
|
||||
condition: selection
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.privilege_escalation
|
||||
- attack.T1546.015
|
||||
- attack.T1548.002
|
||||
falsepositives:
|
||||
- unknown
|
||||
level: high
|
Loading…
Reference in New Issue
Block a user