UAC Bypass Using Windows Media Player - Process

Detects the pattern of UAC Bypass using Windows Media Player osksupport.dll (UACMe 32)

Sigma rule (View on GitHub)

 1title: UAC Bypass Using Windows Media Player - Process
 2id: 0058b9e5-bcd7-40d4-9205-95ca5a16d7b2
 3status: test
 4description: Detects the pattern of UAC Bypass using Windows Media Player osksupport.dll (UACMe 32)
 5references:
 6    - https://github.com/hfiref0x/UACME
 7author: Christian Burkard (Nextron Systems)
 8date: 2021/08/23
 9modified: 2022/10/09
10tags:
11    - attack.defense_evasion
12    - attack.privilege_escalation
13    - attack.t1548.002
14logsource:
15    category: process_creation
16    product: windows
17detection:
18    selection1:
19        Image: 'C:\Program Files\Windows Media Player\osk.exe'
20        IntegrityLevel:
21            - 'High'
22            - 'System'
23    selection2:
24        Image: 'C:\Windows\System32\cmd.exe'
25        ParentCommandLine: '"C:\Windows\system32\mmc.exe" "C:\Windows\system32\eventvwr.msc" /s'
26        IntegrityLevel:
27            - 'High'
28            - 'System'
29    condition: 1 of selection*
30falsepositives:
31    - Unknown
32level: high

References

Related rules

to-top