SigmaHQ/rules/windows/sysmon/sysmon_uac_bypass_eventvwr.yml

18 lines
490 B
YAML
Raw Normal View History

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:
2017-03-21 09:42:22 +00:00
EventID: 13
TargetObject: 'HKEY_USERS\*\mscfile\shell\open\command'
condition: selection
falsepositives:
- unknown
2017-03-21 09:42:22 +00:00
level: critical