Bypass UAC Using Event Viewer
Bypasses User Account Control using Event Viewer and a relevant Windows Registry modification
Sigma rule (View on GitHub)
1title: Bypass UAC Using Event Viewer
2id: 674202d0-b22a-4af4-ae5f-2eda1f3da1af
3status: test
4description: Bypasses User Account Control using Event Viewer and a relevant Windows Registry modification
5references:
6 - https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/
7 - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1548.002/T1548.002.md#atomic-test-1---bypass-uac-using-event-viewer-cmd
8author: frack113
9date: 2022-01-05
10modified: 2023-08-17
11tags:
12 - attack.privilege-escalation
13 - attack.persistence
14 - attack.t1547.010
15logsource:
16 category: registry_set
17 product: windows
18detection:
19 selection:
20 TargetObject|endswith: '_Classes\mscfile\shell\open\command\(Default)'
21 filter:
22 Details|startswith: '%SystemRoot%\system32\mmc.exe "%1" %'
23 condition: selection and not filter
24falsepositives:
25 - Unknown
26level: high
References
Related rules
- Add Port Monitor Persistence in Registry
- Default RDP Port Changed to Non Standard Port
- Potential Suspicious Activity Using SeCEdit
- A Member Was Added to a Security-Enabled Global Group
- A Member Was Removed From a Security-Enabled Global Group