2020-02-20 22:00:16 +00:00
|
|
|
title: Systemd Service Reload or Start
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 2625cc59-0634-40d0-821e-cb67382a3dd7
|
2019-10-23 18:21:19 +00:00
|
|
|
status: experimental
|
2021-07-06 09:39:25 +00:00
|
|
|
description: Detects a reload or a start of a service.
|
2019-10-23 18:21:19 +00:00
|
|
|
author: Jakob Weinzettl, oscd.community
|
|
|
|
date: 2019/09/23
|
2020-09-14 04:03:04 +00:00
|
|
|
references:
|
|
|
|
- https://attack.mitre.org/techniques/T1543/002/
|
2021-07-06 09:39:25 +00:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1543.002/T1543.002.md
|
2019-10-23 18:21:19 +00:00
|
|
|
logsource:
|
|
|
|
product: linux
|
2019-11-29 08:34:08 +00:00
|
|
|
service: auditd
|
2019-10-23 18:21:19 +00:00
|
|
|
detection:
|
2019-11-29 08:34:08 +00:00
|
|
|
selection:
|
|
|
|
type: 'EXECVE'
|
2019-12-02 01:54:13 +00:00
|
|
|
a0|contains: 'systemctl'
|
|
|
|
a1|contains:
|
2019-11-29 08:34:08 +00:00
|
|
|
- 'daemon-reload'
|
|
|
|
- 'start'
|
|
|
|
condition: selection
|
2019-10-23 18:21:19 +00:00
|
|
|
falsepositives:
|
2021-07-06 09:39:25 +00:00
|
|
|
- Installation of legitimate service.
|
|
|
|
- Legitimate reconfiguration of service.
|
2019-10-23 18:21:19 +00:00
|
|
|
level: low
|
2020-09-14 04:03:04 +00:00
|
|
|
tags:
|
|
|
|
- attack.persistence
|
2021-07-06 09:39:25 +00:00
|
|
|
- attack.t1543.002
|