System Shutdown/Reboot - Linux
Description
Adversaries may shutdown/reboot systems to interrupt access to, or aid in the destruction of, those systems.
Query · sigma
execve: type: EXECVE shutdowncmd: - shutdown - reboot - halt - poweroff init: - init - telinit initselection: - 0 - 6 condition: execve and (shutdowncmd or (init and initselection))
Known false positives
- Legitimate administrative activity