mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
60 lines
2.3 KiB
YAML
60 lines
2.3 KiB
YAML
name: Windows Disable Shutdown Button Through Registry
|
|
id: 55fb2958-9ecd-11ec-a06a-acde48001122
|
|
version: 1
|
|
date: '2022-03-08'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: Anomaly
|
|
description: This analytic is to detect a suspicious registry modification to disable
|
|
shutdown button on the logon user. This technique was seen in several malware especially
|
|
in ransomware family like killdisk malware variant to make the compromised host
|
|
un-useful and hard to remove other registry modification made on the machine that
|
|
needs restart to take effect. This windows feature may implement by administrator
|
|
in some server where shutdown is critical. In that scenario filter of machine and
|
|
users that can modify this registry is needed.
|
|
data_source:
|
|
- Sysmon Event ID 13
|
|
search:
|
|
selection1:
|
|
Details: '0x00000000'
|
|
TargetObject: '*\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\shutdownwithoutlogon'
|
|
selection2:
|
|
Details: '0x00000001'
|
|
TargetObject: '*\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoClose'
|
|
condition: selection1 or selection2
|
|
how_to_implement: To successfully implement this search you need to be ingesting information
|
|
on process that include the name of the Filesystem responsible for the changes from
|
|
your endpoints into the `Endpoint` datamodel in the `Processes` and `Registry` node.
|
|
known_false_positives: This windows feature may implement by administrator in some
|
|
server where shutdown is critical. In that scenario filter of machine and users
|
|
that can modify this registry is needed.
|
|
references:
|
|
- https://www.trendmicro.com/vinfo/us/threat-encyclopedia/malware/ransom.msil.screenlocker.a/
|
|
tags:
|
|
analytic_story:
|
|
- Ransomware
|
|
- Windows Registry Abuse
|
|
asset_type: Endpoint
|
|
confidence: 70
|
|
impact: 70
|
|
message: Registry modification in "shutdownwithoutlogon" on $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/attack_techniques/T1112/ransomware_disable_reg/sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|