mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
64 lines
2.1 KiB
YAML
64 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
|
|
automated_detection_testing: passed
|
|
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.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
|