mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
name: Disable AMSI Through Registry
|
|
id: 9c27ec42-d338-11eb-9044-acde48001122
|
|
version: 2
|
|
date: '2022-01-26'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: this search is to identify modification in registry to disable AMSI windows
|
|
feature to evade detections. This technique was seen in several ransomware, RAT
|
|
and even APT to impaire defenses of the compromise machine and to be able to execute
|
|
payload with minimal alert as much as possible.
|
|
data_source:
|
|
- Sysmon Event ID 13
|
|
search:
|
|
selection1:
|
|
Details: '0x00000000'
|
|
TargetObject: '*\\SOFTWARE\\Microsoft\\Windows Script\\Settings\\AmsiEnable'
|
|
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: network operator may disable this feature of windows but not
|
|
so common.
|
|
references:
|
|
- https://blog.f-secure.com/hunting-for-amsi-bypasses/
|
|
- https://gist.github.com/rxwx/8955e5abf18dc258fd6b43a3a7f4dbf9
|
|
tags:
|
|
analytic_story:
|
|
- Ransomware
|
|
- Windows Registry Abuse
|
|
asset_type: Endpoint
|
|
confidence: 50
|
|
impact: 50
|
|
message: Disable AMSI Through Registry
|
|
mitre_attack_id:
|
|
- T1562.001
|
|
- T1562
|
|
observable:
|
|
- name: dest
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 25.0
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/ransomware_ttp/data2/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|