mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
98 lines
2.4 KiB
YAML
98 lines
2.4 KiB
YAML
name: Windows Event Log Security 1100
|
|
id: 2a25dafa-691e-4cb2-ae59-07a48867ed9a
|
|
version: 4
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs an event when the event logging service has shut down.
|
|
mitre_components:
|
|
- Host Status
|
|
- System Configuration Changes
|
|
source: XmlWinEventLog:Security
|
|
sourcetype: XmlWinEventLog
|
|
separator: EventCode
|
|
separator_value: '1100'
|
|
supported_TA:
|
|
- name: Splunk Add-on for Microsoft Windows
|
|
url: https://splunkbase.splunk.com/app/742
|
|
version: 10.0.1
|
|
fields:
|
|
- _time
|
|
- Channel
|
|
- Computer
|
|
- Error_Code
|
|
- EventCode
|
|
- EventID
|
|
- EventRecordID
|
|
- Guid
|
|
- Keywords
|
|
- Level
|
|
- Name
|
|
- Opcode
|
|
- ProcessID
|
|
- RecordNumber
|
|
- SystemTime
|
|
- System_Props_Xml
|
|
- Task
|
|
- ThreadID
|
|
- UserData_Xml
|
|
- Version
|
|
- action
|
|
- app
|
|
- change_type
|
|
- 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
|
|
- object_attrs
|
|
- object_category
|
|
- product
|
|
- punct
|
|
- service
|
|
- service_name
|
|
- signature
|
|
- signature_id
|
|
- source
|
|
- sourcetype
|
|
- splunk_server
|
|
- status
|
|
- subject
|
|
- ta_windows_action
|
|
- tag
|
|
- tag::eventtype
|
|
- timeendpos
|
|
- timestartpos
|
|
- vendor
|
|
- vendor_product
|
|
output_fields:
|
|
- action
|
|
- app
|
|
- change_type
|
|
- dest
|
|
- dvc
|
|
- name
|
|
- object_attrs
|
|
- object_category
|
|
- service
|
|
- service_name
|
|
- signature
|
|
- signature_id
|
|
- status
|
|
- subject
|
|
- vendor_product
|
|
example_log: <Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Eventlog' Guid='{fc65ddd8-d6ef-4962-83d5-6e5cfe9ce148}'/><EventID>1100</EventID><Version>0</Version><Level>4</Level><Task>103</Task><Opcode>0</Opcode><Keywords>0x4020000000000000</Keywords><TimeCreated SystemTime='2024-04-08T18:48:10.378485000Z'/><EventRecordID>140874</EventRecordID><Correlation/><Execution ProcessID='1108' ThreadID='4884'/><Channel>Security</Channel><Computer>ar-win-2</Computer><Security/></System><UserData><ServiceShutdown xmlns='http://manifests.microsoft.com/win/2004/08/windows/eventlog'></ServiceShutdown></UserData></Event>
|