# T0881_service-stop

> Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.

- Skill: `cyberstrikeus/t0881-service-stop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t0881-service-stop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t0881-service-stop/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cyberstrikeus (https://skillmd.com/u/cyberstrikeus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberstrikeus/t0881-service-stop

---


# T0881 Service Stop

## High-Level Description

Adversaries may stop or disable services on a system to render those services unavailable to legitimate users. Stopping critical services can inhibit or stop response to an incident or aid in the adversary's overall objectives to cause damage to the environment. Services may not allow for modification of their data stores while running. Adversaries may stop services in order to conduct Data Destruction.

## Kill Chain Phase

- Inhibit Response Function (TA0107)

**Platforms:** ICS

## What to Check

- [ ] Identify if Service Stop technique is applicable to target ICS environment
- [ ] Check ICS/SCADA systems for indicators of Service Stop
- [ ] Verify mitigations are bypassed or absent (4 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target ICS/SCADA environment is susceptible to Service Stop by examining operational technology systems and network architecture.

### Assess Existing Defenses

Review whether mitigations for T0881 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.

## Remediation Guide

### M0918 User Account Management

Limit privileges of user accounts and groups so that only authorized administrators can change service states and configurations.

### M0924 Restrict Registry Permissions

Ensure proper registry permissions are in place to inhibit adversaries from disabling or interfering with critical services.

### M0922 Restrict File and Directory Permissions

Ensure proper process and file permissions are in place to inhibit adversaries from disabling or interfering with critical services.

### M0930 Network Segmentation

Segment operational network and systems to restrict access to critical system functions to predetermined management systems.

## Detection

### Detection of Service Stop

## Risk Assessment

| Finding                           | Severity | Impact                    |
| --------------------------------- | -------- | ------------------------- |
| Service Stop technique applicable | High     | Inhibit Response Function |

## CWE Categories

| CWE ID  | Title                             |
| ------- | --------------------------------- |
| CWE-400 | Uncontrolled Resource Consumption |

## References

- [Enterprise ATT&CK](https://attack.mitre.org/techniques/T1489/)
- [MITRE ATT&CK ICS - T0881](https://attack.mitre.org/techniques/T0881)

