mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
29 lines
684 B
YAML
29 lines
684 B
YAML
title: Scheduled Task/Job At
|
|
id: d2d642d7-b393-43fe-bae4-e81ed5915c4b
|
|
status: stable
|
|
description: Detects the use of at/atd
|
|
author: Ömer Günal, oscd.community
|
|
date: 2020/10/06
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1053/001/
|
|
logsource:
|
|
product: linux
|
|
detection:
|
|
keywords:
|
|
- keys|contains:
|
|
- ' at '
|
|
- keys2|contains:
|
|
- ' atd '
|
|
- enumeration|contains:
|
|
- 'which atd'
|
|
- 'which at'
|
|
- 'systemctl status atd'
|
|
- 'service atd status '
|
|
condition: keywords
|
|
falsepositives:
|
|
- Legitimate administration activities
|
|
level: low
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1053.001
|