Files
hayabusa/rules/sigma/process_creation/win_wsreset_uac_bypass.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

35 lines
841 B
YAML

title: Wsreset UAC Bypass
ruletype: Sigma
author: Florian Roth
date: 2020/01/30
description: Detects a method that uses Wsreset.exe tool that can be used to reset
the Windows Store to bypass UAC
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
ParentImage:
- '*\WSreset.exe'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unknown sub processes of Wsreset.exe
fields:
- CommandLine
id: bdc8918e-a1d5-49d1-9db7-ea0fd91aa2ae
level: high
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://lolbas-project.github.io/lolbas/Binaries/Wsreset/
- https://www.activecyber.us/activelabs/windows-uac-bypass
- https://twitter.com/ReaQta/status/1222548288731217921
status: test
tags:
- attack.privilege_escalation
- attack.defense_evasion
- attack.t1548.002
- attack.t1088