UAC Bypass Using IDiagnostic Profile - File
Detects the creation of a file by "dllhost.exe" in System32 directory part of "IDiagnosticProfileUAC" UAC bypass technique
Sigma rule (View on GitHub)
1title: UAC Bypass Using IDiagnostic Profile - File
2id: 48ea844d-19b1-4642-944e-fe39c2cc1fec
3status: test
4description: Detects the creation of a file by "dllhost.exe" in System32 directory part of "IDiagnosticProfileUAC" UAC bypass technique
5references:
6 - https://github.com/Wh04m1001/IDiagnosticProfileUAC
7author: Nasreddine Bencherchali (Nextron Systems)
8date: 2022-07-03
9tags:
10 - attack.execution
11 - attack.privilege-escalation
12 - attack.t1548.002
13logsource:
14 product: windows
15 category: file_event
16detection:
17 selection:
18 Image|endswith: '\DllHost.exe'
19 TargetFilename|startswith: 'C:\Windows\System32\'
20 TargetFilename|endswith: '.dll'
21 condition: selection
22falsepositives:
23 - Unknown
24level: high
References
Related rules
- CMSTP UAC Bypass via COM Object Access
- HackTool - WinPwn Execution
- HackTool - WinPwn Execution - ScriptBlock
- Trusted Path Bypass via Windows Directory Spoofing
- UAC Bypass Using IDiagnostic Profile