Suspicious Time Machine Backup Disabled Through Tmutil - MacOS (via process_creation)

This rule detects disabling of Time Machine (Apple's automated backup utility software) via the native macOS backup utility "tmutil". An adversary can use this to prevent backups from occurring.

SigmamediummacOSv1
sigma
title: Suspicious Time Machine Backup Disabled Through Tmutil - MacOS (via process_creation)
id: b869d9a7-22ba-51f8-a1c3-add68ff1f13a
status: stable
description: This rule detects disabling of Time Machine (Apple's automated backup utility software) via the native macOS backup utility "tmutil". An adversary can use this to prevent backups from occurring.
references:
    - https://attack.mitre.org/techniques/T1490/
    - https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-12---disable-time-machine
    - https://www.loobins.io/binaries/tmutil/
author: Huntrule Team
date: 2026-05-03
tags:
    - attack.impact
    - attack.t1490
logsource:
    category: process_creation
    product: macos
detection:
    selection_img:
        - Image|endswith: '/tmutil'
        - CommandLine|contains: 'tmutil'
    selection_cmd:
        CommandLine|contains: 'disable'
    condition: all of selection_*
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.