Files
blue-team-tools/rules/linux/process_creation/at_command.yml
T

24 lines
583 B
YAML
Raw Normal View History

2020-10-07 00:07:30 +03:00
title: Scheduled Task/Job At
2020-10-06 23:48:25 +03:00
id: d2d642d7-b393-43fe-bae4-e81ed5915c4b
status: stable
description: Detects the use of at/atd
2020-10-07 22:22:31 +03:00
author: Ömer Günal, oscd.community
2020-10-06 23:48:25 +03:00
date: 2020/10/06
references:
2020-10-16 10:56:06 +03:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1053.001/T1053.001.md
2020-10-06 23:48:25 +03:00
logsource:
product: linux
2020-10-16 22:49:40 +03:00
category: process_creation
2020-10-06 23:48:25 +03:00
detection:
2020-10-07 22:23:48 +03:00
selection:
2021-10-15 15:46:59 -04:00
Image|endswith:
2020-10-16 22:49:40 +03:00
- '/at'
- '/atd'
2020-10-07 22:23:48 +03:00
condition: selection
2020-10-06 23:48:25 +03:00
falsepositives:
- Legitimate administration activities
level: low
tags:
- attack.persistence
2020-10-07 22:22:31 +03:00
- attack.t1053.001