Linux systemd reload or start rule (T1501)

This commit is contained in:
mrblacyk 2019-10-23 11:21:19 -07:00
parent 454ba2b576
commit 5ae267e326

View File

@ -0,0 +1,24 @@
title: Systemd service reload or start
description: Detects a reload or a start of a service
status: experimental
tags:
- attack.persistence
- attack.t1501
author: Jakob Weinzettl, oscd.community
date: 2019/09/23
logsource:
product: linux
detection:
selection1:
- 'systemctl'
selection2:
- 'daemon-reload'
- 'start'
# systemctl AND (daemon-reload OR start)
condition: selection1 and selection2
falsepositives:
- Installation of legitimate service
level: low
references:
- https://attack.mitre.org/techniques/T1501/
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1501/T1501.yaml