- How do SOC analysts detect System Shutdown/Reboot?
- Detection centers on SIEM, XDR telemetry for the impact phase of the attack. Monitor for unauthorized shutdown and reboot commands executed via command line or scripts, particularly those targeting multiple systems simultaneously or using force flags that override user sessions. Alert on shutdown events initiated from remote sessions or by processes that do not normally perform system shutdown operations, correlating with prior suspicious activity to assess whether it is part of an attack chain.
- What does a System Shutdown/Reboot alert look like?
- A representative SIEM detection is "Mass System Shutdown Command Executed" (critical severity): WMI used to execute shutdown /s /f /t 0 on 156 systems simultaneously across all network segments. The command was issued by a compromised domain admin account from an external IP address using PowerShell remoting. The simultaneous shutdown of 156 systems including all file servers, application servers, and workstations represents a significant business disruption event consistent with a coordinated destructive attack.
- Which tools detect System Shutdown/Reboot, and how can I practice?
- System Shutdown/Reboot (T1529) is best surfaced with SIEM, XDR telemetry, which exposes the impact signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.