Files
splunk-security_content/data_sources/windows_event_log_security_4794.yml

101 lines
2.9 KiB
YAML

name: Windows Event Log Security 4794
id: ec7da74f-274a-4bde-aa0e-15c68aca0426
version: 4
creation_date: '2024-05-22'
modification_date: '2026-05-13'
author: Patrick Bareiss, Splunk
description: Logs attempts to set the Directory Services Restore Mode (DSRM) administrator password, including details about the account name and the user performing the action.
mitre_components:
- User Account Modification
- User Account Metadata
- Application Log Content
- OS API Execution
source: XmlWinEventLog:Security
sourcetype: XmlWinEventLog
separator: EventCode
separator_value:
supported_TA:
- name: Splunk Add-on for Microsoft Windows
url: https://splunkbase.splunk.com/app/742
version: 10.0.1
fields:
- _time
- ActivityID
- Caller_Domain
- Caller_User_Name
- CategoryString
- Channel
- Computer
- Error_Code
- EventCode
- EventData_Xml
- EventID
- EventRecordID
- Guid
- Keywords
- Level
- Logon_ID
- Name
- Opcode
- ProcessID
- RecordNumber
- Source_Workstation
- Status
- SubjectDomainName
- SubjectLogonId
- SubjectUserName
- SubjectUserSid
- SystemTime
- System_Props_Xml
- Task
- ThreadID
- Version
- Workstation
- 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
- src_nt_domain
- src_nt_host
- src_user
- status
- subject
- ta_windows_action
- ta_windows_security_CategoryString
- ta_windows_status
- 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>4794</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2022-08-23T04:24:05.064689300Z'/><EventRecordID>821077</EventRecordID><Correlation ActivityID='{4EC0CCF2-B67B-0004-F8CC-C04E7BB6D801}'/><Execution ProcessID='612' ThreadID='4120'/><Channel>Security</Channel><Computer>win-dc-root-17044-552.attackrange.local</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>ATTACKRANGE\Administrator</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>ATTACKRANGE</Data><Data Name='SubjectLogonId'>0x959c5</Data><Data Name='Workstation'>[fe80::b907:7694:d740:91bb]</Data><Data Name='Status'>0x0</Data></EventData></Event>