mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
94 lines
2.7 KiB
YAML
94 lines
2.7 KiB
YAML
name: Windows Event Log Security 4876
|
|
id: 4a78722a-9cd9-44e8-b010-dffad5c7f170
|
|
version: 4
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs the result of a cryptographic operation, including details about the key, algorithm used, and whether the operation succeeded or failed.
|
|
mitre_components:
|
|
- Certificate Registration
|
|
- User Account Metadata
|
|
- Application Log Content
|
|
- OS API Execution
|
|
source: XmlWinEventLog:Security
|
|
sourcetype: XmlWinEventLog
|
|
separator: EventCode
|
|
separator_value: '4876'
|
|
supported_TA:
|
|
- name: Splunk Add-on for Microsoft Windows
|
|
url: https://splunkbase.splunk.com/app/742
|
|
version: 10.0.1
|
|
fields:
|
|
- _time
|
|
- ActivityID
|
|
- BackupType
|
|
- Caller_Domain
|
|
- Caller_User_Name
|
|
- Channel
|
|
- Computer
|
|
- Error_Code
|
|
- EventCode
|
|
- EventData_Xml
|
|
- EventID
|
|
- EventRecordID
|
|
- Guid
|
|
- Keywords
|
|
- Level
|
|
- Logon_ID
|
|
- Name
|
|
- Opcode
|
|
- 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>4876</EventID><Version>0</Version><Level>0</Level><Task>12805</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2023-02-06T16:27:05.403719800Z'/><EventRecordID>15379961</EventRecordID><Correlation ActivityID='{E37FFFB9-381B-0002-BFFF-7FE31B38D901}'/><Execution ProcessID='652' ThreadID='692'/><Channel>Security</Channel><Computer>win-dc-mhaag-attack-range-84.attackrange.local</Computer><Security/></System><EventData><Data Name='BackupType'>1</Data><Data Name='SubjectUserSid'>S-1-5-21-2690122726-1172718210-436210976-500</Data><Data Name='SubjectUserName'>administrator</Data><Data Name='SubjectDomainName'>ATTACKRANGE</Data><Data Name='SubjectLogonId'>0xeb075</Data></EventData></Event>
|