cscli scenarios install sigmahq/proc_creation_win_uac_bypass_eventvwr_recentviews
1type: trigger2name: sigmahq/proc_creation_win_uac_bypass_eventvwr_recentviews3description: |4 Detects the pattern of UAC Bypass using Event Viewer RecentViews5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && ((evt.Parsed.CommandLine contains '\\Event Viewer\\RecentViews' || evt.Parsed.CommandLine contains '\\EventV~1\\RecentViews') && evt.Parsed.CommandLine contains '>')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:1415 label: "UAC Bypass Using Event Viewer RecentViews"16 behavior : "windows:audit"17 remediation: false1819scope:20 type: ParentProcessId21 expression: evt.Parsed.ParentProcessId2223