Files
splunk-security_content/data_sources/windows_event_log_security_5136.yml

104 lines
3.5 KiB
YAML

name: Windows Event Log Security 5136
id: 7ba3737e-231e-455d-824e-cd077749f835
version: 4
creation_date: '2024-05-22'
modification_date: '2026-05-13'
author: Patrick Bareiss, Splunk
description: Logs modifications made to an Active Directory object, including details about the object name, type, and the changes applied.
mitre_components:
- Active Directory Object Modification
- Active Directory Object Access
- User Account Metadata
- Application Log Content
source: XmlWinEventLog:Security
sourcetype: XmlWinEventLog
separator: EventCode
separator_value: '5136'
supported_TA:
- name: Splunk Add-on for Microsoft Windows
url: https://splunkbase.splunk.com/app/742
version: 10.0.1
fields:
- _time
- ActivityID
- AppCorrelationID
- AttributeLDAPDisplayName
- AttributeSyntaxOID
- AttributeValue
- Caller_Domain
- Caller_User_Name
- Channel
- Computer
- DSName
- DSType
- Error_Code
- EventCode
- EventData_Xml
- EventID
- EventRecordID
- Guid
- Keywords
- Level
- Logon_ID
- Name
- ObjectClass
- ObjectDN
- ObjectGUID
- OpCorrelationID
- Opcode
- OperationType
- ProcessID
- RecordNumber
- SubjectDomainName
- SubjectLogonId
- SubjectUserName
- SubjectUserSid
- SystemTime
- System_Props_Xml
- Task
- ThreadID
- Version
- action
- app
- 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
- name
- product
- punct
- session_id
- signature
- signature_id
- source
- sourcetype
- splunk_server
- src_nt_domain
- src_user
- status
- subject
- ta_windows_action
- tag
- tag::action
- tag::eventtype
- timeendpos
- timestartpos
- vendor
- vendor_product
output_fields:
- dest
example_log: <Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>5136</EventID><Version>0</Version><Level>0</Level><Task>14081</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2022-11-17T20:51:01.321860300Z'/><EventRecordID>1997365</EventRecordID><Correlation ActivityID='{F8EE8E31-F924-0000-3E8E-EEF824F9D801}'/><Execution ProcessID='652' ThreadID='5112'/><Channel>Security</Channel><Computer>win-dc-mvelazco-02713-392.attackrange.local</Computer><Security/></System><EventData><Data Name='OpCorrelationID'>{73C96723-504B-4F15-830A-F4DDB1C48F2E}</Data><Data Name='AppCorrelationID'>-</Data><Data Name='SubjectUserSid'>ATTACKRANGE\Administrator</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>ATTACKRANGE</Data><Data Name='SubjectLogonId'>0x95675</Data><Data Name='DSName'>attackrange.local</Data><Data Name='DSType'>%%14676</Data><Data Name='ObjectDN'>CN=DANNIE_CERVANTES,OU=ServiceAccounts,OU=OGC,OU=Stage,DC=attackrange,DC=local</Data><Data Name='ObjectGUID'>{15AFB68A-679C-4F5B-AC18-4D988B3B3E44}</Data><Data Name='ObjectClass'>user</Data><Data Name='AttributeLDAPDisplayName'>servicePrincipalName</Data><Data Name='AttributeSyntaxOID'>2.5.5.12</Data><Data Name='AttributeValue'>adm/srv1.attackrange.local</Data><Data Name='OperationType'>%%14674</Data></EventData></Event>