mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
55 lines
2.0 KiB
YAML
55 lines
2.0 KiB
YAML
name: Windows Modify Registry DisAllow Windows App
|
|
id: 4bc788d3-c83a-48c5-a4e2-e0c6dba57889
|
|
version: 1
|
|
date: '2022-06-22'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The following analytic identifies modification in the Windows registry
|
|
to prevent user running specific computer programs that could aid them in manually
|
|
removing malware or detecting it using security products. This technique was recently
|
|
identified in Azorult malware where it uses this registry value to prevent several
|
|
AV products to execute on the compromised host machine.
|
|
data_source:
|
|
- Sysmon Event ID 13
|
|
search:
|
|
selection1:
|
|
Details: '0x00000001'
|
|
TargetObject: '*\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\DisallowRun*'
|
|
condition: selection1
|
|
how_to_implement: To successfully implement this search you need to be ingesting information
|
|
on process that include the name of the process responsible for the changes from
|
|
your endpoints into the `Endpoint` datamodel in the `Registry` node. Also make sure
|
|
that this registry was included in your config files ex. sysmon config to be monitored.
|
|
known_false_positives: Administrators may enable or disable this feature that may
|
|
cause some false positive. Filter as needed.
|
|
references:
|
|
- https://app.any.run/tasks/a6f2ffe2-e6e2-4396-ae2e-04ea0143f2d8/
|
|
tags:
|
|
analytic_story:
|
|
- Azorult
|
|
asset_type: Endpoint
|
|
confidence: 70
|
|
impact: 70
|
|
message: The registry for DisallowRun settings was modified to enable in $dest$.
|
|
mitre_attack_id:
|
|
- T1112
|
|
observable:
|
|
- name: dest
|
|
type: Endpoint
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 49
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/azorult/sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|
|
update_timestamp: true
|