mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
70 lines
2.4 KiB
YAML
70 lines
2.4 KiB
YAML
name: Windows Rasautou DLL Execution
|
|
id: 6f42b8be-8e96-11ec-ad5a-acde48001122
|
|
version: 1
|
|
date: '2022-02-15'
|
|
author: Michael Haag, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The following analytic identifies the Windows Windows Remote Auto Dialer,
|
|
rasautou.exe executing an arbitrary DLL. This technique is used to execute arbitrary
|
|
shellcode or DLLs via the rasautou.exe LOLBin capability. During triage, review
|
|
parent and child process behavior including file and image loads.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
CommandLine: '* -d *'
|
|
Image|endswith: rasautou.exe
|
|
selection2:
|
|
CommandLine: '* -p *'
|
|
condition: selection1 and selection2
|
|
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 `Processes` node. In addition,
|
|
confirm the latest CIM App 4.20 or higher is installed and the latest TA for the
|
|
endpoint product.
|
|
known_false_positives: False positives will be limited to applications that require
|
|
Rasautou.exe to load a DLL from disk. Filter as needed.
|
|
references:
|
|
- https://github.com/mandiant/DueDLLigence
|
|
- https://github.com/MHaggis/notes/blob/master/utilities/Invoke-SPLDLLigence.ps1
|
|
- https://gist.github.com/NickTyrer/c6043e4b302d5424f701f15baf136513
|
|
- https://www.mandiant.com/resources/staying-hidden-on-the-endpoint-evading-detection-with-shellcode
|
|
tags:
|
|
analytic_story:
|
|
- Windows Defense Evasion Tactics
|
|
asset_type: Endpoint
|
|
confidence: 100
|
|
impact: 80
|
|
message: An instance of $parent_process_name$ spawning $process_name$ was identified
|
|
on endpoint $dest$ attempting to load a DLL in a suspicious manner.
|
|
mitre_attack_id:
|
|
- T1055.001
|
|
- T1218
|
|
- T1055
|
|
observable:
|
|
- name: dest
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
- name: parent_process_name
|
|
type: Process
|
|
role:
|
|
- Parent Process
|
|
- name: process_name
|
|
type: Process
|
|
role:
|
|
- Child Process
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 80
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055.001/rasautou/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|