MITRE ATT&CK technique
Service Stop detection rulesT1489
Service Stop (T1489) is a MITRE ATT&CK technique in the Impact tactic. This page lists the 20 community-maintained Sigma detection rules in the library mapped to T1489 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, azure, linux.
Delete All Scheduled Tasks
highDetects the usage of schtasks with the delete flag and the asterisk symbol to delete all tasks from the schedule of the local computer, including tasks scheduled by other users.
windows · process_creation
Delete Important Scheduled Task
highDetects when adversaries stop services or processes by deleting their respective scheduled tasks in order to conduct data destructive activities
windows · process_creation
Disable Important Scheduled Task
highDetects when adversaries stop services or processes by disabling their respective scheduled tasks in order to conduct data destructive activities
windows · process_creation
Important Scheduled Task Deleted or Disabled
highDetects when adversaries try to stop system services or processes by deleting or disabling their respective scheduled tasks in order to conduct data destructive activities
windows
Suspicious Windows Service Tampering
highDetects the usage of binaries such as 'net', 'sc' or 'powershell' in order to stop, pause, disable or delete critical or important Windows services such as AV, Backup, etc. As seen being used in some ransomware scripts
windows · process_creation
Azure Application Deleted
mediumIdentifies when a application is deleted in Azure.
azure
Azure Kubernetes Network Policy Change
mediumIdentifies when a Azure Kubernetes network policy is modified or deleted.
azure
Azure Kubernetes RoleBinding/ClusterRoleBinding Modified and Deleted
mediumDetects the creation or patching of potential malicious RoleBinding/ClusterRoleBinding.
azure
Azure Kubernetes Secret or Config Object Access
mediumIdentifies when a Kubernetes account access a sensitive objects such as configmaps or secrets.
azure
Azure Kubernetes Sensitive Role Access
mediumIdentifies when ClusterRoles/Roles are being modified or deleted.
azure
Azure Kubernetes Service Account Modified or Deleted
mediumIdentifies when a service account is modified or deleted.
azure
Disable Or Stop Services
mediumDetects the usage of utilities such as 'systemctl', 'service'...etc to stop or disable tools and services on Linux systems. Attackers may stop or disable security tools and services to evade detection, maintain persistence, or disrupt system operations.
linux · process_creation
Potential Abuse of Linux Magic System Request Key
mediumDetects the potential abuse of the Linux Magic SysRq (System Request) key by adversaries with root or sufficient privileges to silently manipulate or destabilize a system. By writing to /proc/sysrq-trigger, they can crash the system, kill processes, or disrupt forensic analysis—all while bypassing standard logging. Though intended for recovery and debugging, SysRq can be misused as a stealthy post-exploitation tool. It is controlled via /proc/sys/kernel/sysrq or permanently through /etc/sysctl.conf.
linux
Application Uninstalled
lowAn application has been removed. Check if it is critical.
windows
Azure Container Registry Created or Deleted
lowDetects when a Container Registry is created or deleted.
azure
Azure Kubernetes Cluster Created or Deleted
lowDetects when a Azure Kubernetes Cluster is created or deleted.
azure
Process Terminated Via Taskkill
lowDetects execution of "taskkill.exe" in order to stop a service or a process. Look for suspicious parents executing this command in order to hunt for potential malicious activity. Attackers might leverage this in order to conduct data destruction or data encrypted for impact on the data stores of services like Exchange and SQL Server.
windows · process_creation
Stop Windows Service Via Net.EXE
lowDetects the stopping of a Windows service via the "net" utility.
windows · process_creation
Stop Windows Service Via PowerShell Stop-Service
lowDetects the stopping of a Windows service via the PowerShell Cmdlet "Stop-Service"
windows · process_creation
Stop Windows Service Via Sc.EXE
lowDetects the stopping of a Windows service via the "sc.exe" utility
windows · process_creation