UAC Bypass Using IDiagnostic Profile

Detects the "IDiagnosticProfileUAC" UAC bypass technique

Sigma rule (View on GitHub)

 1title: UAC Bypass Using IDiagnostic Profile
 2id: 4cbef972-f347-4170-b62a-8253f6168e6d
 3status: test
 4description: Detects the "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.defense_evasion
12    - attack.privilege_escalation
13    - attack.t1548.002
14logsource:
15    category: process_creation
16    product: windows
17detection:
18    selection:
19        ParentImage|endswith: '\DllHost.exe'
20        ParentCommandLine|contains: ' /Processid:{12C21EA7-2EB8-4B55-9249-AC243DA8C666}'
21        IntegrityLevel:
22            - 'High'
23            - 'System'
24    condition: selection
25falsepositives:
26    - Unknown
27level: high

References

Related rules

to-top