2019-10-28 10:59:49 +00:00
|
|
|
title: Bypass UAC via WSReset.exe
|
2019-12-19 22:56:36 +00:00
|
|
|
id: d797268e-28a9-49a7-b9a8-2f5039011c5c
|
2019-10-28 10:59:49 +00:00
|
|
|
description: Identifies use of WSReset.exe to bypass User Account Control. Adversaries use this technique to execute privileged processes.
|
|
|
|
status: experimental
|
2019-11-11 20:13:28 +00:00
|
|
|
author: E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community
|
2019-10-28 10:59:49 +00:00
|
|
|
date: 2019/10/24
|
2019-11-11 20:13:28 +00:00
|
|
|
modified: 2019/11/11
|
|
|
|
references:
|
|
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/532b5ed4-7930-11e9-8f5c-d46d6d62a49e.html
|
2019-10-28 10:59:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1088
|
2020-01-19 21:34:16 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-10-28 10:59:49 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-11 20:13:28 +00:00
|
|
|
ParentImage|endswith: '\wsreset.exe'
|
2019-10-28 10:59:49 +00:00
|
|
|
filter:
|
2019-11-11 20:13:28 +00:00
|
|
|
Image|endswith: '\conhost.exe'
|
2019-10-28 10:59:49 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
2019-11-11 20:13:28 +00:00
|
|
|
- Unknown
|
2019-10-28 10:59:49 +00:00
|
|
|
level: high
|