mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
60 lines
2.2 KiB
YAML
60 lines
2.2 KiB
YAML
name: Windows Information Discovery Fsutil
|
|
id: 2181f261-93e6-4166-a5a9-47deac58feff
|
|
version: 1
|
|
date: '2022-11-30'
|
|
author: Teoderick Contreras, Splunk
|
|
status: production
|
|
type: Hunting
|
|
description: The following analytic identifies a process execution of Windows OS built-in
|
|
tool FSUTIL to discover file system information. This tool is being abused or used
|
|
by several adversaries or threat actor to query/list all drives, drive type, volume
|
|
information or volume statistics by using the FSINFO parameter of this tool. This
|
|
technique was seen in WINPEAS post exploitation tool that is being used by ransomware
|
|
prestige to gain privilege and persistence to the targeted host.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
CommandLine: '*fsinfo*'
|
|
OriginalFileName: fsutil.exe
|
|
selection2:
|
|
Image|endswith: fsutil.exe
|
|
condition: selection1 or selection2
|
|
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. Tune and filter known instances of wermgr.exe may be used.
|
|
known_false_positives: unknown
|
|
references:
|
|
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil
|
|
- https://github.com/carlospolop/PEASS-ng/tree/master/winPEAS
|
|
- https://www.microsoft.com/en-us/security/blog/2022/10/14/new-prestige-ransomware-impacts-organizations-in-ukraine-and-poland/
|
|
tags:
|
|
analytic_story:
|
|
- Windows Post-Exploitation
|
|
- Prestige Ransomware
|
|
asset_type: Endpoint
|
|
confidence: 30
|
|
impact: 30
|
|
message: process $process_name$ with commandline $process$ is executed in $dest$
|
|
mitre_attack_id:
|
|
- T1082
|
|
observable:
|
|
- name: dest
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 9
|
|
security_domain: endpoint
|
|
tests:
|
|
- name: True Positive Test
|
|
attack_data:
|
|
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/winpeas/winpeas_fsutil/fsutil-fsinfo-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|
|
update_timestamp: true
|