mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
63 lines
2.1 KiB
YAML
63 lines
2.1 KiB
YAML
name: Disabling Remote User Account Control
|
|
id: bbc644bc-37df-4e1a-9c88-ec9a53e2038c
|
|
version: 4
|
|
date: '2020-11-18'
|
|
author: David Dorsey, Patrick Bareiss, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The search looks for modifications to registry keys that control the
|
|
enforcement of Windows User Account Control (UAC).
|
|
data_source:
|
|
- Sysmon Event ID 13
|
|
search:
|
|
selection1:
|
|
Details: '0x00000000'
|
|
TargetObject: '*HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\EnableLUA*'
|
|
condition: selection1
|
|
how_to_implement: To successfully implement this search, you must be ingesting data
|
|
that records registry activity from your hosts to populate the endpoint data model
|
|
in the registry node. This is typically populated via endpoint detection-and-response
|
|
product, such as Carbon Black, or via other endpoint data sources, such as Sysmon.
|
|
The data used for this search is typically generated via logs that report registry
|
|
modifications.
|
|
known_false_positives: This registry key may be modified via administrators to implement
|
|
a change in system policy. This type of change should be a very rare occurrence.
|
|
references: []
|
|
tags:
|
|
analytic_story:
|
|
- Windows Defense Evasion Tactics
|
|
- Suspicious Windows Registry Activities
|
|
- Remcos
|
|
- Windows Registry Abuse
|
|
- Azorult
|
|
- AgentTesla
|
|
asset_type: Endpoint
|
|
confidence: 60
|
|
impact: 70
|
|
message: The Windows registry keys that control the enforcement of Windows User
|
|
Account Control (UAC) were modified on $dest$ by $user$.
|
|
mitre_attack_id:
|
|
- T1548.002
|
|
- T1548
|
|
observable:
|
|
- name: user
|
|
type: User
|
|
role:
|
|
- Victim
|
|
- name: dest
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 42
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548.002/atomic_red_team/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|