System Shutdown and Reboot
System Shutdown and Reboot is a sub-technique of Service Disruption within the Impact phase of an attack. In this approach, adversaries deliberately initiate system-level commands that trigger an abrupt shutdown or reboot of target systems to cause immediate operational disruption. Unlike more sophisticated denial of service attacks, this technique leverages legitimate system administration functions available in most operating systems (such as shutdown
, reboot
, poweroff
in Linux/Unix environments or their equivalents like shutdown /r
or shutdown /s
in Windows). The technique is particularly effective in disrupting availability when adversaries have already achieved privileged access, as these commands typically require administrator or root-level permissions to execute. The impacts are immediate and can range from temporary service unavailability requiring manual intervention to restore operations, to more severe consequences such as data corruption, incomplete transactions, or undefined application states if systems are terminated without proper shutdown procedures. Attackers may strategically time these actions to coincide with critical business operations or use them as a distraction technique while conducting other malicious activities elsewhere in the environment.