mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
20 lines
513 B
YAML
20 lines
513 B
YAML
title: UAC Bypass via Event Viewer
|
|
status: experimental
|
|
description: Detects UAC bypass method using Windows event viewer
|
|
reference:
|
|
- https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
ParentImage: '*\eventvwr.exe'
|
|
filter:
|
|
Image: '*\mmc.exe'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|