用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0836-modify-parameter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T0836_modify-parameter |
| description | Adversaries may modify parameters used to instruct industrial control system devices. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0836","impair-process-control"] |
| technique_id | T0836 |
| tactic | impair-process-control |
| all_tactics | ["impair-process-control"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0836 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-400"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may modify parameters used to instruct industrial control system devices. These devices operate via programs that dictate how and when to perform actions based on such parameters. Such parameters can determine the extent to which an action is performed and may specify additional options. For example, a program on a control system device dictating motor processes may take a parameter defining the total number of seconds to run that motor.
An adversary can potentially modify these parameters to produce an outcome outside of what was intended by the operators. By modifying system and process critical parameters, the adversary may cause Impact to equipment and/or control processes. Modified parameters may be turned into dangerous, out-of-bounds, or unexpected values from typical operations. For example, specifying that a process run for more or less time than it should, or dictating an unusually high, low, or invalid value as a parameter.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to Modify Parameter by examining operational technology systems and network architecture.
Review whether mitigations for T0836 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Provide the ability to verify the integrity and authenticity of changes to parameter values.
All field controllers should require that user authenticate for all remote or local management sessions. The authentication mechanisms should also support Account Use Policies, Password Policies, and User Account Management.
All field controllers should restrict the modification of parameter values to only certain users (e.g., engineers, field technician), preferably through implementing a role-based access mechanism. They should also restrict online edits and enable write protection for parameters.
Devices and programs should validate the content of any remote parameter changes, including those from HMIs, control servers, or engineering workstations.
| Finding | Severity | Impact |
|---|---|---|
| Modify Parameter technique applicable | Low | Impair Process Control |
| CWE ID | Title |
|---|---|
| CWE-400 | Uncontrolled Resource Consumption |