EXPLORE
← Back to Explore
sigmamediumHunting

Modifying Crontab

Detects suspicious modification of crontab file.

MITRE ATT&CK

privilege-escalationexecutionpersistence

Detection Query

keywords:
  - REPLACE
condition: keywords

Author

Pawel Mazur

Created

2022-04-16

Data Sources

linuxcron

Platforms

linux

Tags

attack.privilege-escalationattack.executionattack.persistenceattack.t1053.003
Raw Content
title: Modifying Crontab
id: af202fd3-7bff-4212-a25a-fb34606cfcbe
status: test
description: Detects suspicious modification of crontab file.
references:
    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1053.003/T1053.003.md
author: Pawel Mazur
date: 2022-04-16
tags:
    - attack.privilege-escalation
    - attack.execution
    - attack.persistence
    - attack.t1053.003
logsource:
    product: linux
    service: cron
detection:
    keywords:
        - 'REPLACE'
    condition: keywords
falsepositives:
    - Legitimate modification of crontab
level: medium