mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
18 lines
518 B
YAML
18 lines
518 B
YAML
|
title: SDCLT UAC Bypass detection
|
||
|
status: experimental
|
||
|
description: Detects changes to HKCU:\Software\Classes\exefile\shell\runas\command\isolatedCommand
|
||
|
reference: https://enigma0x3.net/2017/03/17/fileless-uac-bypass-using-sdclt-exe/
|
||
|
author: Omer Yampel
|
||
|
logsource:
|
||
|
product: windows
|
||
|
service: sysmon
|
||
|
detection:
|
||
|
selector:
|
||
|
EventID: 13
|
||
|
TargetObject:
|
||
|
- 'HKCU:\Software\Classes\exefile\shell\runas\command\isolatedCommand'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- unknown
|
||
|
level: high
|