Detectionmediumtest

Time Machine Backup Deletion Attempt Via Tmutil - MacOS

Detects deletion attempts of MacOS Time Machine backups via the native backup utility "tmutil". An adversary may perform this action before launching a ransonware attack to prevent the victim from restoring their files.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Pratinav ChandraCreated Wed May 29452df256-da78-427a-866f-49fa04417d74macos
Log Source
macOSProcess Creation
ProductmacOS← raw: macos
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection_img:
        - Image|endswith: '/tmutil'
        - CommandLine|contains: 'tmutil'
    selection_cmd:
        CommandLine|contains: 'delete'
    condition: all of selection_*
False Positives

Legitimate activities

Rule Metadata
Rule ID
452df256-da78-427a-866f-49fa04417d74
Status
test
Level
medium
Type
Detection
Created
Wed May 29
Path
rules/macos/process_creation/proc_creation_macos_tmutil_delete_backup.yml
Raw Tags
attack.impactattack.t1490
View on GitHub