mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
37 lines
1.6 KiB
YAML
37 lines
1.6 KiB
YAML
name: Disabling Remote User Account Control
|
|
id: bbc644bc-37df-4e1a-9c88-ec9a53e2038c
|
|
version: 3
|
|
date: '2020-03-02'
|
|
description: The search looks for modifications to registry keys that control the
|
|
enforcement of Windows User Account Control (UAC).
|
|
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
|
|
products, 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.
|
|
type: ESCU
|
|
references: []
|
|
author: David Dorsey, Splunk
|
|
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
|
|
as lastTime FROM datamodel=Endpoint.Registry where Registry.registry_path="*Windows\\CurrentVersion\\Policies\\System\\LocalAccountTokenFilterPolicy"
|
|
by Registry.dest, Registry.registry_key_name Registry.user Registry.registry_path
|
|
Registry.action | `drop_dm_object_name(Registry)` | `disabling_remote_user_account_control_filter`'
|
|
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.
|
|
tags:
|
|
analytics_story:
|
|
- Windows Defense Evasion Tactics
|
|
- Suspicious Windows Registry Activities
|
|
mitre_attack_id:
|
|
- T1112
|
|
kill_chain_phases:
|
|
- Actions on Objectives
|
|
cis20:
|
|
- CIS 8
|
|
nist:
|
|
- PR.PT
|
|
- DE.CM
|
|
security_domain: endpoint
|
|
asset_type: Endpoint
|