2020-07-06 13:20:34 +00:00
|
|
|
action: global
|
2020-06-10 14:32:30 +00:00
|
|
|
title: UAC Bypass via Event Viewer
|
|
|
|
id: 7c81fec3-1c1d-43b0-996a-46753041b1b6
|
|
|
|
status: experimental
|
|
|
|
description: Detects UAC bypass method using Windows event viewer
|
|
|
|
references:
|
|
|
|
- https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/
|
|
|
|
- https://www.hybrid-analysis.com/sample/e122bc8bf291f15cab182a5d2d27b8db1e7019e4e96bb5cdbd1dfe7446f3f51f?environmentId=100
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2017/03/19
|
2020-09-06 19:08:27 +00:00
|
|
|
modified: 2020/09/06
|
2020-07-06 13:20:34 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.privilege_escalation
|
2020-09-06 19:08:27 +00:00
|
|
|
- attack.t1088 # an old one
|
|
|
|
- attack.t1548.002
|
2020-07-06 13:20:34 +00:00
|
|
|
- car.2019-04-001
|
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: critical
|
|
|
|
---
|
2020-06-10 14:32:30 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
category: registry_event
|
|
|
|
detection:
|
|
|
|
methregistry:
|
2020-11-20 04:41:20 +00:00
|
|
|
TargetObject|startswith: 'HKU\'
|
|
|
|
TargetObject|endswith: '\mscfile\shell\open\command'
|
2020-07-06 13:20:34 +00:00
|
|
|
condition: methregistry
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2020-06-10 14:32:30 +00:00
|
|
|
methprocess:
|
2020-10-15 23:11:11 +00:00
|
|
|
ParentImage|endswith: '\eventvwr.exe'
|
2020-06-10 14:32:30 +00:00
|
|
|
filterprocess:
|
2020-10-15 23:11:11 +00:00
|
|
|
Image|endswith: '\mmc.exe'
|
2020-07-06 13:20:34 +00:00
|
|
|
condition: methprocess and not filterprocess
|
2020-06-10 14:32:30 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|