Linux Cron Abuse via crontab Executed with /tmp/ File Paths

Identifies crontab usage on Linux where /tmp/ is present in the command line, suggesting cron job staging for persistence or execution.

FreeReviewedSigma · Medium · v2
Product
linux
Category
process_creation
Author
Alejandro Ortuno, oscd.community (SigmaHQ), DRL 1.1
Published
2020-10-06
Updated
2026-07-31
title: Linux Cron Abuse via crontab Executed with /tmp/ File Paths
id: 4357788b-54a3-49dd-ae19-31a3646aaa81
status: test
description: This rule flags Linux process executions of crontab where the command line includes a /tmp/ path, suggesting cron job content may be staged from temporary storage. Attackers often use cron for initial execution or recurring persistence by scheduling malicious commands through crontab. The detection relies on process creation telemetry capturing the executed image name and full command line.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1053.003/T1053.003.md
  - https://github.com/SigmaHQ/sigma/blob/master/rules/linux/process_creation/proc_creation_lnx_schedule_task_job_cron.yml
author: Alejandro Ortuno, oscd.community, Huntrule Team
date: 2020-10-06
modified: 2022-11-27
tags:
  - attack.execution
  - attack.persistence
  - attack.privilege-escalation
  - attack.t1053.003
logsource:
  category: process_creation
  product: linux
detection:
  selection:
    Image|endswith: crontab
    CommandLine|contains: /tmp/
  condition: selection
falsepositives:
  - Legitimate administration activities
level: medium
license: DRL-1.1
related:
  - id: 6b14bac8-3e3a-4324-8109-42f0546a347f
    type: derived