forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COM hijack of shell folder to execute arbitrary application & UAC byp…
…ass using sdclt.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
rules/windows/registry_event/sysmon_comhijack_uac_bypass.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |