mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
65 lines
2.4 KiB
YAML
65 lines
2.4 KiB
YAML
name: Active Setup Registry Autostart
|
|
id: f64579c0-203f-11ec-abcc-acde48001122
|
|
version: 2
|
|
date: '2022-01-26'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: This analytic is to detect a suspicious modification of the active setup
|
|
registry for persistence and privilege escalation. This technique was seen in several
|
|
malware (poisonIvy), adware and APT to gain persistence to the compromised machine
|
|
upon boot up. This TTP is a good indicator to further check the process id that
|
|
do the modification since modification of this registry is not commonly done. check
|
|
the legitimacy of the file and process involve in this rules to check if it is a
|
|
valid setup installer that creating or modifying this registry.
|
|
data_source:
|
|
- Sysmon Event ID 13
|
|
search:
|
|
selection1:
|
|
TargetObject: '*\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components*'
|
|
Registry.registry_value_name: StubPath
|
|
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 endpoint data sources, such as Sysmon. The data
|
|
used for this search is typically generated via logs that report reads and writes
|
|
to the registry.
|
|
known_false_positives: Active setup installer may add or modify this registry.
|
|
references:
|
|
- https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?Name=Backdoor%3AWin32%2FPoisonivy.E
|
|
- https://attack.mitre.org/techniques/T1547/014/
|
|
tags:
|
|
analytic_story:
|
|
- Windows Persistence Techniques
|
|
- Windows Privilege Escalation
|
|
- Hermetic Wiper
|
|
asset_type: Endpoint
|
|
confidence: 80
|
|
impact: 80
|
|
message: modified/added/deleted registry entry $Registry.registry_path$ in $dest$
|
|
mitre_attack_id:
|
|
- T1547.014
|
|
- T1547
|
|
observable:
|
|
- name: dest
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
- name: user
|
|
type: User
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 64
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/t1547.014/active_setup_stubpath/sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|