mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
101 lines
3.0 KiB
YAML
101 lines
3.0 KiB
YAML
name: Sysmon EventID 6
|
|
id: eadc297a-c20c-45a1-8fac-74ad54019767
|
|
version: 4
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs the loading of a driver into the kernel or user mode, including details about the driver name, file path, and associated process metadata.
|
|
mitre_components:
|
|
- Driver Load
|
|
- Process Metadata
|
|
- Application Log Content
|
|
- OS API Execution
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: XmlWinEventLog
|
|
separator: EventID
|
|
separator_value: '6'
|
|
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
|
|
- EventChannel
|
|
- EventCode
|
|
- EventData_Xml
|
|
- EventDescription
|
|
- EventID
|
|
- EventRecordID
|
|
- Guid
|
|
- Hashes
|
|
- ImageLoaded
|
|
- Keywords
|
|
- Level
|
|
- MD5
|
|
- Name
|
|
- Opcode
|
|
- ProcessID
|
|
- RecordID
|
|
- RecordNumber
|
|
- RuleName
|
|
- SHA256
|
|
- SecurityID
|
|
- Signature
|
|
- SignatureStatus
|
|
- Signed
|
|
- 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_hash
|
|
- process_path
|
|
- punct
|
|
- service_signature_exists
|
|
- service_signature_verified
|
|
- signature
|
|
- signature_id
|
|
- source
|
|
- sourcetype
|
|
- splunk_server
|
|
- tag
|
|
- tag::eventtype
|
|
- timeendpos
|
|
- timestartpos
|
|
- user_id
|
|
- vendor_product
|
|
output_fields:
|
|
- dest
|
|
- dvc
|
|
- process_hash
|
|
- 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>6</EventID><Version>4</Version><Level>4</Level><Task>6</Task><Opcode>0</Opcode><Keywords>0x8000000000000000</Keywords><TimeCreated SystemTime='2022-04-04T17:37:04.643206900Z'/><EventRecordID>15708989</EventRecordID><Correlation/><Execution ProcessID='2988' ThreadID='2408'/><Channel>Microsoft-Windows-Sysmon/Operational</Channel><Computer>win-dc-mhaag-attack-range-702.attackrange.local</Computer><Security UserID='S-1-5-18'/></System><EventData><Data Name='RuleName'>-</Data><Data Name='UtcTime'>2022-04-04 17:37:04.640</Data><Data Name='ImageLoaded'>C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_stream\windows_x86_64\bin\npf.sys</Data><Data Name='Hashes'>MD5=DE7FCC77F4A503AF4CA6A47D49B3713D,SHA256=4BFAA99393F635CD05D91A64DE73EDB5639412C129E049F0FE34F88517A10FC6</Data><Data Name='Signed'>true</Data><Data Name='Signature'>Riverbed Technology, Inc.</Data><Data Name='SignatureStatus'>Valid</Data></EventData></Event>
|