用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0806-brute-force-io命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
macOS post-exploitation for credential harvesting, DTrace monitoring, TCC bypass, and stealth operations via native tools
Windows userland post-exploitation for credential harvesting, monitoring, AMSI/ETW bypass, and stealth operations
Kubernetes post-exploitation for container escape, secret extraction, RBAC abuse, and cluster persistence
基于 SOC 职业分类
正在显示 SKILL.md
| name | T0806_brute-force-io |
| description | Adversaries may repetitively or successively change I/O point values to perform an action. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0806","impair-process-control"] |
| technique_id | T0806 |
| tactic | impair-process-control |
| all_tactics | ["impair-process-control"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0806 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-400"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
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.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to Brute Force I/O by examining operational technology systems and network architecture.
Review whether mitigations for T0806 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
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.
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.
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.
Devices should authenticate all messages between master and outstation assets.
| Finding | Severity | Impact |
|---|---|---|
| Brute Force I/O technique applicable | High | Impair Process Control |
| CWE ID | Title |
|---|---|
| CWE-400 | Uncontrolled Resource Consumption |