Detectionmediumtest
Time Machine Backup Disabled Via Tmutil - MacOS
Detects disabling of Time Machine (Apple's automated backup utility software) via the native macOS backup utility "tmutil". An attacker can use this to prevent backups from occurring.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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: 'disable'
condition: all of selection_*False Positives
Legitimate administrator activity
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
2c95fa8a-8b8d-4787-afce-7117ceb8e3da
Status
test
Level
medium
Type
Detection
Created
Wed May 29
Author
Path
rules/macos/process_creation/proc_creation_macos_tmutil_disable_backup.yml
Raw Tags
attack.impactattack.t1490