Skip to content

Commit b647bfa

Browse files
authored
Merge branch 'develop' into GhostRedirector
2 parents a265197 + cbadadc commit b647bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detections/endpoint/linux_auditd_service_started.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Linux Auditd Service Started
22
id: b5eed06d-5c97-4092-a3a1-fa4b7e77c71a
3-
version: 6
4-
date: '2025-05-02'
3+
version: 7
4+
date: '2025-09-18'
55
author: Teoderick Contreras, Splunk
66
status: production
77
type: Anomaly
@@ -14,7 +14,7 @@ description: The following analytic detects the suspicious service started. This
1414
prevent potential security incidents.
1515
data_source:
1616
- Linux Auditd Proctitle
17-
search: '`linux_auditd` proctitle IN ("*systemctl *", "*service *") AND proctitle IN ("*start*", "*enable*")
17+
search: '`linux_auditd` proctitle IN ("*systemctl *", "*service *") AND proctitle IN ("* start*", "* enable*")
1818
| rename host as dest
1919
| stats count min(_time) as firstTime max(_time) as lastTime by proctitle dest
2020
| `security_content_ctime(firstTime)`

0 commit comments

Comments
 (0)