Files
blue-team-tools/rules/linux/macos/process_creation/macos_system_shutdown_reboot.yml
T
2021-11-27 11:33:14 +01:00

26 lines
695 B
YAML

title: 'System Shutdown/Reboot'
id: 40b1fbe2-18ea-4ee7-be47-0294285811de
status: test
description: 'Adversaries may shutdown/reboot systems to interrupt access to, or aid in the destruction of, those systems.'
author: 'Igor Fits, Mikhail Larin, oscd.community'
references:
- hhttps://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1529/T1529.md
date: 2020/10/19
modified: 2021/11/27
logsource:
product: macos
category: process_creation
detection:
selection:
Image|endswith:
- '/shutdown'
- '/reboot'
- '/halt'
condition: selection
falsepositives:
- 'Legitimate administrative activity'
level: informational
tags:
- attack.impact
- attack.t1529