mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
61 lines
2.3 KiB
YAML
61 lines
2.3 KiB
YAML
name: Suspicious SearchProtocolHost no Command Line Arguments
|
|
id: f52d2db8-31f9-4aa7-a176-25779effe55c
|
|
version: 3
|
|
date: '2022-03-15'
|
|
author: Michael Haag, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: The following analytic identifies searchprotocolhost.exe with no command
|
|
line arguments. It is unusual for searchprotocolhost.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. searchprotocolhost.exe is natively found in C:\Windows\system32
|
|
and C:\Windows\syswow64.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
Image|endswith: searchprotocolhost.exe
|
|
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 `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://github.com/mandiant/red_team_tool_countermeasures/blob/master/rules/PGF/supplemental/hxioc/SUSPICIOUS%20EXECUTION%20OF%20SEARCHPROTOCOLHOST%20(METHODOLOGY).ioc
|
|
tags:
|
|
analytic_story:
|
|
- Cobalt Strike
|
|
asset_type: Endpoint
|
|
confidence: 70
|
|
impact: 70
|
|
message: Suspicious searchprotocolhost.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
|