mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
63 lines
2.3 KiB
YAML
63 lines
2.3 KiB
YAML
name: Suspicious DLLHost no Command Line Arguments
|
|
id: ff61e98c-0337-4593-a78f-72a676c56f26
|
|
version: 3
|
|
date: '2022-03-15'
|
|
author: Michael Haag, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The following analytic identifies DLLHost.exe with no command line arguments.
|
|
It is unusual for DLLHost.exe to execute with no command line arguments present.
|
|
This particular behavior is common with malicious software, including Cobalt Strike.
|
|
During investigation, identify any network connections and parallel processes. Identify
|
|
any suspicious module loads related to credential dumping or file writes. DLLHost.exe
|
|
is natively found in C:\Windows\system32 and C:\Windows\syswow64.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
OriginalFileName: dllhost.exe
|
|
selection2:
|
|
Image|endswith: dllhost.exe
|
|
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 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: Limited false positives may be present in small environments.
|
|
Tuning may be required based on parent process.
|
|
references:
|
|
- https://raw.githubusercontent.com/threatexpress/malleable-c2/c3385e481159a759f79b8acfe11acf240893b830/jquery-c2.4.2.profile
|
|
- https://www.cobaltstrike.com/blog/learn-pipe-fitting-for-all-of-your-offense-projects/
|
|
tags:
|
|
analytic_story:
|
|
- Cobalt Strike
|
|
asset_type: Endpoint
|
|
confidence: 70
|
|
impact: 70
|
|
message: Suspicious dllhost.exe process with no command line arguments executed
|
|
on $dest$ by $user$
|
|
mitre_attack_id:
|
|
- T1055
|
|
observable:
|
|
- name: dest
|
|
type: Endpoint
|
|
role:
|
|
- Victim
|
|
- name: User
|
|
type: User
|
|
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/T1055/cobalt_strike/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|