mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
63 lines
2.1 KiB
YAML
63 lines
2.1 KiB
YAML
name: Windows MSHTA Child Process
|
|
id: f63f7e9c-9526-11ec-9fc7-acde48001122
|
|
version: 6
|
|
date: '2022-02-23'
|
|
author: Michael Haag, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The following analytic identifies child processes spawning from "mshta.exe".
|
|
The search will return the first time and last time these command-line arguments
|
|
were used for these executions, as well as the target system, the user, parent process
|
|
"mshta.exe" and its child process.
|
|
data_source:
|
|
- Windows Security 4688
|
|
search:
|
|
selection1:
|
|
process.file.name:
|
|
- wscript.exe
|
|
- cscript.exe
|
|
- searchprotocolhost.exe
|
|
- microsoft.workflow.compiler.exe
|
|
- msbuild.exe
|
|
- colorcpl.exe
|
|
- scrcons.exe
|
|
- cmd.exe
|
|
- powershell.exe
|
|
actor.process.file.name|endswith: mshta.exe
|
|
condition: selection1
|
|
how_to_implement: To successfully implement this search, you need to be ingesting
|
|
logs with the process name, parent process, and command-line executions from your
|
|
endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the
|
|
Sysmon TA.
|
|
known_false_positives: Although unlikely, some legitimate applications may exhibit
|
|
this behavior, triggering a false positive.
|
|
references:
|
|
- https://github.com/redcanaryco/AtomicTestHarnesses
|
|
- https://redcanary.com/blog/introducing-atomictestharnesses/
|
|
tags:
|
|
analytic_story:
|
|
- Suspicious MSHTA Activity
|
|
- Living Off The Land
|
|
asset_type: Endpoint
|
|
confidence: 100
|
|
impact: 80
|
|
message: An instance of $parent_process_name$ spawning $process_name$ was identified
|
|
on endpoint $dest_device_id$ by user $dest_user_id$ attempting to access a remote
|
|
destination to download an additional payload.
|
|
mitre_attack_id:
|
|
- T1218.005
|
|
- T1218
|
|
observable: []
|
|
product:
|
|
- Splunk Behavioral Analytics
|
|
required_fields: []
|
|
kill_chain_phases:
|
|
- Exploitation
|
|
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/T1218.005/atomic_red_team/windows-security.log
|
|
source: WinEventLog:Security
|