Files
splunk-security_content/data_sources/sysmon_eventid_7.yml
patel-bhavin fc4089f8bd Updated TAs
2025-08-07 07:02:29 +00:00

141 lines
3.5 KiB
YAML

name: Sysmon EventID 7
id: 45512fa5-4d55-4088-9d51-f4dedc16fdff
version: 3
date: '2025-07-10'
author: Patrick Bareiss, Splunk
description: Logs the loading of an image (module) into a process, including details
about the image name, file path, and hash information.
mitre_components:
- Module Load
- Process Metadata
- File Metadata
- Application Log Content
- OS API Execution
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
sourcetype: XmlWinEventLog
separator: EventID
separator_value: '7'
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
- Company
- Computer
- Description
- EventChannel
- EventCode
- EventData_Xml
- EventDescription
- EventID
- EventRecordID
- FileVersion
- Guid
- Hashes
- IMPHASH
- Image
- ImageLoaded
- Keywords
- Level
- MD5
- Name
- Opcode
- OriginalFileName
- ProcessGuid
- ProcessID
- ProcessId
- Product
- RecordID
- RecordNumber
- RuleName
- SHA256
- SecurityID
- Signature
- SignatureStatus
- Signed
- SystemTime
- System_Props_Xml
- Task
- ThreadID
- TimeCreated
- User
- 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
- parent_process_exec
- parent_process_guid
- parent_process_id
- parent_process_name
- parent_process_path
- process_exec
- process_hash
- process_name
- process_path
- punct
- service_dll_signature_exists
- service_dll_signature_verified
- signature
- signature_id
- source
- sourcetype
- splunk_server
- tag
- tag::action
- tag::eventtype
- timeendpos
- timestartpos
- user
- user_id
- vendor_product
output_fields:
- Image
- ImageLoaded
- dest
- loaded_file
- loaded_file_path
- process_exec
- process_guid
- process_hash
- process_id
- process_name
- process_path
- service_dll_signature_exists
- service_dll_signature_verified
- 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>7</EventID><Version>3</Version><Level>4</Level><Task>7</Task><Opcode>0</Opcode><Keywords>0x8000000000000000</Keywords><TimeCreated
SystemTime='2023-09-12T08:06:31.445185300Z'/><EventRecordID>45273</EventRecordID><Correlation/><Execution
ProcessID='2464' ThreadID='2888'/><Channel>Microsoft-Windows-Sysmon/Operational</Channel><Computer>ar-win-dc.attackrange.local</Computer><Security
UserID='S-1-5-18'/></System><EventData><Data Name='RuleName'>-</Data><Data Name='UtcTime'>2023-09-12
08:06:31.433</Data><Data Name='ProcessGuid'>{8814F3F5-1C07-6500-9600-000000000E03}</Data><Data
Name='ProcessId'>4440</Data><Data Name='Image'>C:\Users\Administrator\AppData\Local\Temp\server.exe</Data><Data
Name='ImageLoaded'>C:\Users\Administrator\AppData\Local\Temp\server.exe</Data><Data
Name='FileVersion'>-</Data><Data Name='Description'>-</Data><Data Name='Product'>-</Data><Data
Name='Company'>-</Data><Data Name='OriginalFileName'>-</Data><Data Name='Hashes'>MD5=696CBE2CB6F7FAC5ED6262BCA51238BB,SHA256=43005D86607DC94C7D378AA1B8844947BAA03860652F2F2340266061AF12E524,IMPHASH=F34D5F2D4577ED6D9CEEC516C1F5A744</Data><Data
Name='Signed'>false</Data><Data Name='Signature'>-</Data><Data Name='SignatureStatus'>Unavailable</Data><Data
Name='User'>ATTACKRANGE\Administrator</Data></EventData></Event>