mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
59 lines
2.0 KiB
YAML
59 lines
2.0 KiB
YAML
name: Suspicious Image Creation In Appdata Folder
|
|
id: f6f904c4-1ac0-11ec-806b-acde48001122
|
|
version: 2
|
|
date: '2022-07-07'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: TTP
|
|
description: This search is to detect a suspicious creation of image in appdata folder
|
|
made by process that also has a file reference in appdata folder. This technique
|
|
was seen in remcos rat that capture screenshot of the compromised machine and place
|
|
it in the appdata and will be send to its C2 server. This TTP is really a good indicator
|
|
to check that process because it is in suspicious folder path and image files are
|
|
not commonly created by user in this folder path.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
Processes.process_path: '*\\appdata\\Roaming\\*'
|
|
Image|endswith: '*.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: unknown
|
|
references:
|
|
- https://success.trendmicro.com/dcx/s/solution/1123281-remcos-malware-information?language=en_US
|
|
- https://blog.malwarebytes.com/threat-intelligence/2021/07/remcos-rat-delivered-via-visual-basic/
|
|
tags:
|
|
analytic_story:
|
|
- Remcos
|
|
asset_type: Endpoint
|
|
confidence: 70
|
|
impact: 70
|
|
message: process $process_name$ creating image file $file_path$ in $dest$
|
|
mitre_attack_id:
|
|
- T1113
|
|
observable:
|
|
- name: Computer
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
- name: process_name
|
|
type: Process
|
|
role:
|
|
- Attacker
|
|
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/malware/remcos/remcos_agent/sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|