Skip to content

Commit

Permalink
COM hijack of shell folder to execute arbitrary application & UAC byp…
Browse files Browse the repository at this point in the history
…ass using sdclt.
  • Loading branch information
omkar72 committed Sep 27, 2020
1 parent 15c8721 commit 3f148e6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions rules/windows/registry_event/sysmon_comhijack_uac_bypass.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f148e6

Please sign in to comment.