Skip to content

Commit

Permalink
added event type & changed technique
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar72 authored Oct 2, 2020
1 parent 68a992d commit 4487d9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rules/windows/registry_event/sysmon_comhijack_sdclt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@ 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
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'
EventType:
- SetValue
condition: selection
falsepositives:
- unknown
Expand Down

0 comments on commit 4487d9c

Please sign in to comment.