# T0806_brute-force-io

> Adversaries may repetitively or successively change I/O point values to perform an action.

- Skill: `cyberstrikeus/t0806-brute-force-io` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t0806-brute-force-io`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t0806-brute-force-io/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/t0806-brute-force-io

---


# T0806 Brute Force I/O

## High-Level Description

Adversaries may repetitively or successively change I/O point values to perform an action. Brute Force I/O may be achieved by changing either a range of I/O point values or a single point value repeatedly to manipulate a process function. The adversary's goal and the information they have about the target environment will influence which of the options they choose. In the case of brute forcing a range of point values, the adversary may be able to achieve an impact without targeting a specific point. In the case where a single point is targeted, the adversary may be able to generate instability on the process function associated with that particular point.

Adversaries may use Brute Force I/O to cause failures within various industrial processes. These failures could be the result of wear on equipment or damage to downstream equipment.

## Kill Chain Phase

- Impair Process Control (TA0106)

**Platforms:** ICS

## What to Check

- [ ] Identify if Brute Force I/O technique is applicable to target ICS environment
- [ ] Check ICS/SCADA systems for indicators of Brute Force I/O
- [ ] 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 Brute Force I/O by examining operational technology systems and network architecture.

### Assess Existing Defenses

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

## Remediation Guide

### M0807 Network Allowlists

Utilize network allowlists to restrict unnecessary connections to network devices (e.g., comm servers, serial to ethernet converters) and services, especially in cases when devices have limits on the number of simultaneous sessions they support.

### M0930 Network Segmentation

Segment operational assets and their management devices based on their functional role within the process. Enabling more strict isolation to more critical control and operational information within the control environment.

### M0937 Filter Network Traffic

Allow/denylists can be used to block access when excessive I/O connections are detected from a system or device during a specified time period.

### M0813 Software Process and Device Authentication

Devices should authenticate all messages between master and outstation assets.

## Detection

### Detection of Brute Force I/O

## Risk Assessment

| Finding                              | Severity | Impact                 |
| ------------------------------------ | -------- | ---------------------- |
| Brute Force I/O technique applicable | High     | Impair Process Control |

## CWE Categories

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

## References

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

