Files
splunk-security_content/detections/endpoint/wbemprox_com_object_execution.yml
2023-01-17 15:37:37 +01:00

66 lines
2.1 KiB
YAML

name: Wbemprox COM Object Execution
id: 9d911ce0-c3be-11eb-b177-acde48001122
version: 1
date: '2021-06-02'
author: Teoderick Contreras, Splunk
type: TTP
datamodel:
- Endpoint
description: this search is designed to detect potential malicious process loading
COM object to wbemprox.dll,
search: '`sysmon` EventCode=7 ImageLoaded IN ("*\\fastprox.dll", "*\\wbemprox.dll",
"*\\wbemcomn.dll") NOT (process_name IN ("wmiprvse.exe", "WmiApSrv.exe", "unsecapp.exe"))
NOT(Image IN("*\\windows\\*","*\\program files*", "*\\wbem\\*")) | stats count min(_time)
as firstTime max(_time) as lastTime by Image ImageLoaded process_name Computer EventCode
Signed ProcessId Hashes IMPHASH | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
| `wbemprox_com_object_execution_filter`'
how_to_implement: To successfully implement this search, you need to be ingesting
logs with the process name and imageloaded 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: legitimate process that are not in the exception list may trigger
this event.
references:
- https://krebsonsecurity.com/2021/05/a-closer-look-at-the-darkside-ransomware-gang/
- https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-atr-analyzes-sodinokibi-aka-revil-ransomware-as-a-service-what-the-code-tells-us/
tags:
analytic_story:
- Ransomware
- Revil Ransomware
- LockBit Ransomware
confidence: 50
context:
- Source:Endpoint
- Stage:Defense Evasion
dataset:
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/revil/inf2/windows-sysmon.log
impact: 70
kill_chain_phases:
- Exploitation
message: Suspicious COM Object Execution on $Computer$
mitre_attack_id:
- T1218
- T1218.003
observable:
- name: Computer
type: Endpoint
role:
- Victim
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
required_fields:
- _time
- Image
- ImageLoaded
- process_name
- Computer
- EventCode
- Signed
- ProcessId
- Hashes
- IMPHASH
risk_score: 35
security_domain: endpoint
asset_type: Endpoint