Files
splunk-security_content/data_sources/linux_auditd_service_stop.yml
patel-bhavin 15ed5d18f2 Updated TAs
2025-04-29 06:57:56 +00:00

43 lines
1.1 KiB
YAML

name: Linux Auditd Service Stop
id: 0643483c-bc62-455c-8d6e-1630e5f0e00d
version: 2
date: '2025-02-20'
author: Teoderick Contreras, Splunk
description: Logs events related to the stoppage of a service on a Linux system, including
details about the service name, the process initiating the stop, and associated
timestamps.
mitre_components:
- Service Modification
- Service Metadata
- OS API Execution
- Application Log Content
separator: type
separator_value: SERVICE_STOP
source: auditd
sourcetype: auditd
configuration: https://github.com/Neo23x0/auditd/blob/master/audit.rules
supported_TA:
- name: Splunk Add-on for Unix and Linux
url: https://splunkbase.splunk.com/app/833
version: 10.1.0
fields:
- msg
- type
- pid
- uid
- auid
- ses
- subj
- msg
- comm
- exe
- hostname
- addr
- terminal
- res
- UID
- AUID
example_log: 'type=SERVICE_STOP msg=audit(1722957155.494:4802): pid=1 uid=0 auid=4294967295
ses=4294967295 subj=unconfined msg=''unit=atd comm="systemd" exe="/usr/lib/systemd/systemd"
hostname=? addr=? terminal=? res=success''UID="root" AUID="unset"'