mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
130 lines
3.8 KiB
YAML
130 lines
3.8 KiB
YAML
name: Sysmon EventID 13
|
|
id: 19cd00ee-f65f-48ca-bb08-64aac28638ce
|
|
version: 4
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs changes to a registry key, including details about the modified key, value, and associated process.
|
|
mitre_components:
|
|
- Windows Registry Key Modification
|
|
- Process Metadata
|
|
- Application Log Content
|
|
- OS API Execution
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: XmlWinEventLog
|
|
separator: EventID
|
|
separator_value: '13'
|
|
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
|
|
- Details
|
|
- EventChannel
|
|
- EventCode
|
|
- EventData_Xml
|
|
- EventDescription
|
|
- EventID
|
|
- EventRecordID
|
|
- EventType
|
|
- Guid
|
|
- Image
|
|
- Keywords
|
|
- Level
|
|
- Name
|
|
- Opcode
|
|
- ProcessGuid
|
|
- ProcessID
|
|
- ProcessId
|
|
- RecordID
|
|
- RecordNumber
|
|
- RegistryValueData
|
|
- RegistryValueType
|
|
- RuleName
|
|
- SecurityID
|
|
- SystemTime
|
|
- System_Props_Xml
|
|
- TargetObject
|
|
- 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
|
|
- dvc_nt_host
|
|
- event_id
|
|
- eventtype
|
|
- host
|
|
- id
|
|
- index
|
|
- linecount
|
|
- object_category
|
|
- object_path
|
|
- process_exec
|
|
- process_guid
|
|
- process_id
|
|
- process_name
|
|
- process_path
|
|
- punct
|
|
- registry_hive
|
|
- registry_key_name
|
|
- registry_path
|
|
- registry_value_data
|
|
- registry_value_name
|
|
- registry_value_type
|
|
- severity_id
|
|
- signature
|
|
- signature_id
|
|
- source
|
|
- sourcetype
|
|
- splunk_server
|
|
- status
|
|
- tag
|
|
- tag::eventtype
|
|
- tag::object_category
|
|
- timeendpos
|
|
- timestartpos
|
|
- user_id
|
|
- vendor_product
|
|
output_fields:
|
|
- action
|
|
- dest
|
|
- process_guid
|
|
- process_id
|
|
- registry_hive
|
|
- registry_path
|
|
- registry_key_name
|
|
- registry_value_data
|
|
- registry_value_name
|
|
- status
|
|
- user
|
|
- vendor_product
|
|
field_mappings:
|
|
- data_model: cim
|
|
data_set: Endpoint.Registry
|
|
mapping:
|
|
Computer: Registry.dest
|
|
ProcessGuid: Registry.process_guid
|
|
ProcessId: Registry.process_id
|
|
TargetObject: Registry.registry_path
|
|
Details|in: Registry.registry_value_data
|
|
action: Registry.action
|
|
TargetObject|startswith: Registry.registry_key_name
|
|
TargetObject|endswith: Registry.registry_value_name
|
|
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>13</EventID><Version>2</Version><Level>4</Level><Task>13</Task><Opcode>0</Opcode><Keywords>0x8000000000000000</Keywords><TimeCreated SystemTime='2021-07-12T08:11:04.548083500Z'/><EventRecordID>810987</EventRecordID><Correlation/><Execution ProcessID='2012' ThreadID='2712'/><Channel>Microsoft-Windows-Sysmon/Operational</Channel><Computer>win-host-623.attackrange.local</Computer><Security UserID='S-1-5-18'/></System><EventData><Data Name='RuleName'>-</Data><Data Name='EventType'>SetValue</Data><Data Name='UtcTime'>2021-07-12 08:11:04.547</Data><Data Name='ProcessGuid'>{0C1E0330-048F-60E8-0B00-00000000D001}</Data><Data Name='ProcessId'>628</Data><Data Name='Image'>C:\Windows\system32\lsass.exe</Data><Data Name='TargetObject'>HKLM\System\CurrentControlSet\Services\W32Time\SecureTimeLimits\SecureTimeHigh</Data><Data Name='Details'>QWORD (0x01d776fd-0xd724b8c5)</Data></EventData></Event>
|