macOS Shutdown/Reboot Command Execution via /shutdown, /reboot, or /halt Paths

Flags macOS process executions ending with shutdown, reboot, or halt indicating possible host power disruption.

FreeReviewedSigma · Informational · v2
Product
macos
Category
process_creation
Author
Igor Fits, Mikhail Larin, oscd.community (SigmaHQ), DRL 1.1
Published
2020-10-19
Updated
2026-07-31
title: macOS Shutdown/Reboot Command Execution via /shutdown, /reboot, or /halt Paths
id: 441562e4-70c0-4260-8861-61f6ce5e6d86
status: test
description: This rule flags process executions where the process image path ends with /shutdown, /reboot, or /halt on macOS. Attackers can use system restarts or shutdowns to disrupt access to a target host and hinder incident response, or as part of broader impact activities. Telemetry relies on process creation data that includes the executing image path.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1529/T1529.md
  - https://github.com/SigmaHQ/sigma/blob/master/rules/macos/process_creation/proc_creation_macos_system_shutdown_reboot.yml
author: Igor Fits, Mikhail Larin, oscd.community, Huntrule Team
date: 2020-10-19
modified: 2022-11-26
tags:
  - attack.impact
  - attack.t1529
logsource:
  product: macos
  category: process_creation
detection:
  selection:
    Image|endswith:
      - /shutdown
      - /reboot
      - /halt
  condition: selection
falsepositives:
  - Legitimate administrative activity
level: informational
license: DRL-1.1
related:
  - id: 40b1fbe2-18ea-4ee7-be47-0294285811de
    type: derived