Files
blue-team-tools/rules/windows/process_creation/win_uac_wsreset.yml
T

26 lines
840 B
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Bypass UAC via WSReset.exe
2019-12-19 23:56:36 +01:00
id: d797268e-28a9-49a7-b9a8-2f5039011c5c
2019-10-28 11:59:49 +01: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 23:13:28 +03:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Tony Lambert), oscd.community
2019-10-28 11:59:49 +01:00
date: 2019/10/24
2019-11-11 23:13:28 +03:00
modified: 2019/11/11
references:
- https://eqllib.readthedocs.io/en/latest/analytics/532b5ed4-7930-11e9-8f5c-d46d6d62a49e.html
2019-10-28 11:59:49 +01:00
tags:
- attack.privilege_escalation
2020-06-16 14:46:08 -06:00
- attack.t1548.002
- attack.t1088 # an old one
2020-01-19 22:34:16 +01:00
logsource:
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
selection:
2019-11-11 23:13:28 +03:00
ParentImage|endswith: '\wsreset.exe'
2019-10-28 11:59:49 +01:00
filter:
2019-11-11 23:13:28 +03:00
Image|endswith: '\conhost.exe'
2019-10-28 11:59:49 +01:00
condition: selection and not filter
falsepositives:
2019-11-11 23:13:28 +03:00
- Unknown
2019-10-28 11:59:49 +01:00
level: high