mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
name: Splunk
|
|
id: d8a2c791-460b-4756-a8e5-ecade77b21e3
|
|
version: 3
|
|
creation_date: '2024-07-17'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs user interface access events for Splunk, including details about user actions, accessed resources, and authentication information.
|
|
mitre_components:
|
|
- User Account Authentication
|
|
- User Account Metadata
|
|
- Application Log Content
|
|
- Configuration Modification
|
|
- Logon Session Metadata
|
|
source: splunkd_ui_access.log
|
|
sourcetype: splunkd_ui_access
|
|
supported_TA: []
|
|
fields:
|
|
- _time
|
|
- action
|
|
- date_hour
|
|
- date_mday
|
|
- date_minute
|
|
- date_month
|
|
- date_second
|
|
- date_wday
|
|
- date_year
|
|
- date_zone
|
|
- dest
|
|
- host
|
|
- index
|
|
- info
|
|
- linecount
|
|
- punct
|
|
- source
|
|
- sourcetype
|
|
- splunk_server
|
|
- timeendpos
|
|
- timestamp
|
|
- timestartpos
|
|
- user
|
|
example_log: 'Audit:[timestamp=01-25-2023 22:08:54.818, user=admin, action=search, info=granted REST: /search/jobs/rt_1674684525.24/events]'
|