SigmaHQ/rules/windows/sysmon/sysmon_uac_bypass_eventvwr.yml
2017-03-19 19:46:19 +01:00

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