UAC Bypass via Sdclt

Detects the pattern of UAC Bypass using registry key manipulation of sdclt.exe (e.g. UACMe 53)

Sigma rule (View on GitHub)

 1title: UAC Bypass via Sdclt
 2id: 5b872a46-3b90-45c1-8419-f675db8053aa
 3status: test
 4description: Detects the pattern of UAC Bypass using registry key manipulation of sdclt.exe (e.g. UACMe 53)
 5references:
 6    - https://enigma0x3.net/2017/03/17/fileless-uac-bypass-using-sdclt-exe/
 7    - https://github.com/hfiref0x/UACME
 8author: Omer Yampel, Christian Burkard (Nextron Systems)
 9date: 2017-03-17
10modified: 2023-08-17
11tags:
12    - attack.privilege-escalation
13    - attack.t1548.002
14    - car.2019-04-001
15logsource:
16    category: registry_set
17    product: windows
18detection:
19    selection1:
20        TargetObject|endswith: 'Software\Classes\exefile\shell\runas\command\isolatedCommand'
21    selection2:
22        TargetObject|endswith: 'Software\Classes\Folder\shell\open\command\SymbolicLinkValue'
23        Details|re: '-1[0-9]{3}\\Software\\Classes\\'
24    condition: 1 of selection*
25falsepositives:
26    - Unknown
27level: high

References

Related rules

to-top