Files

103 lines
2.9 KiB
YAML

name: Sysmon EventID 9
id: ae4a6a24-9b8c-4386-a7ac-677d7ad5bf09
version: 4
creation_date: '2024-05-22'
modification_date: '2026-05-13'
author: Patrick Bareiss, Splunk
description: Logs the access of raw disk data by a process, including details about the disk name, process ID, and process metadata.
mitre_components:
- Drive Access
- File Metadata
- Process Metadata
- Application Log Content
- OS API Execution
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: XmlWinEventLog
separator: EventID
separator_value: '9'
configuration: https://github.com/SwiftOnSecurity/sysmon-config
supported_TA:
- name: Splunk Add-on for Sysmon
url: https://splunkbase.splunk.com/app/5709
version: 5.0.0
fields:
- _time
- Channel
- Computer
- Device
- EventChannel
- EventCode
- EventData_Xml
- EventDescription
- EventID
- EventRecordID
- Guid
- Image
- Keywords
- Level
- Name
- Opcode
- ProcessGuid
- ProcessID
- ProcessId
- RecordID
- RecordNumber
- RuleName
- SecurityID
- SystemTime
- System_Props_Xml
- Task
- ThreadID
- TimeCreated
- UserID
- UtcTime
- Version
- action
- date_hour
- date_mday
- date_minute
- date_month
- date_second
- date_wday
- date_year
- date_zone
- dest
- dvc_nt_host
- event_id
- eventtype
- host
- id
- index
- linecount
- os
- process_exec
- process_guid
- process_id
- process_name
- process_path
- punct
- signature
- signature_id
- source
- sourcetype
- splunk_server
- tag
- tag::eventtype
- timeendpos
- timestartpos
- user_id
- vendor_product
output_fields:
- dest
- dvc
- process_exec
- process_guid
- process_id
- process_name
- process_path
- signature
- signature_id
- user_id
- vendor_product
example_log: <Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Sysmon' Guid='{5770385F-C22A-43E0-BF4C-06F5698FFBD9}'/><EventID>9</EventID><Version>2</Version><Level>4</Level><Task>9</Task><Opcode>0</Opcode><Keywords>0x8000000000000000</Keywords><TimeCreated SystemTime='2022-02-25T12:25:33.375618100Z'/><EventRecordID>190607</EventRecordID><Correlation/><Execution ProcessID='2724' ThreadID='2436'/><Channel>Microsoft-Windows-Sysmon/Operational</Channel><Computer>win-dc-tcontreras-attack-range-478.attackrange.local</Computer><Security UserID='S-1-5-18'/></System><EventData><Data Name='RuleName'>-</Data><Data Name='UtcTime'>2022-02-25 12:25:33.359</Data><Data Name='ProcessGuid'>{414E8EDF-CABB-6218-F103-000000003702}</Data><Data Name='ProcessId'>6068</Data><Data Name='Image'>C:\Temp\c.exe</Data><Data Name='Device'>\Device\HarddiskVolume1</Data></EventData></Event>