用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0857-system-firmware命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T0857_system-firmware |
| description | System firmware on modern assets is often designed with an update feature. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0857","persistence","inhibit-response-function"] |
| technique_id | T0857 |
| tactic | persistence |
| all_tactics | ["persistence","inhibit-response-function"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0857 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-276"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
System firmware on modern assets is often designed with an update feature. Older device firmware may be factory installed and require special reprograming equipment. When available, the firmware update feature enables vendors to remotely patch bugs and perform upgrades. Device firmware updates are often delegated to the user and may be done using a software update package. It may also be possible to perform this task over the network.
An adversary may exploit the firmware update feature on accessible devices to upload malicious or out-of-date firmware. Malicious modification of device firmware may provide an adversary with root access to a device, given firmware is one of the lowest programming abstraction layers.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to System Firmware by examining operational technology systems and network architecture.
Review whether mitigations for T0857 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Perform integrity checks of firmware before uploading it on a device. Utilize cryptographic hashes to verify the firmware has not been tampered with by comparing it to a trusted hash of the firmware. This could be from trusted data sources (e.g., vendor site) or through a third-party verification service.
Devices that allow remote management of firmware should require authentication before allowing any changes. The authentication mechanisms should also support Account Use Policies, Password Policies, and User Account Management.
Protocols used for device management should authenticate all network messages to prevent unauthorized system changes.
Devices should verify that firmware has been properly signed by the vendor before allowing installation.
Use host-based allowlists to prevent devices from accepting connections from unauthorized systems. For example, allowlists can be used to ensure devices can only connect with master stations or known management/engineering workstations.
The encryption of firmware should be considered to prevent adversaries from identifying possible vulnerabilities within the firmware.
All devices or systems changes, including all administrative functions, should require authentication. Consider using access management technologies to enforce authorization on all management interface access attempts, especially when the device does not inherently provide strong authentication and authorization functions.
Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification. Use Trusted Platform Module technology. Move system's root of trust to hardware to prevent tampering with the SPI flash memory. Technologies such as Intel Boot Guard can assist with this.
Segment operational network and systems to restrict access to critical system functions to predetermined management systems.
Patch the BIOS and EFI as necessary.
Authenticate connections fromsoftware and devices to prevent unauthorized systems from accessing protected management functions.
The encryption of firmware should be considered to prevent adversaries from identifying possible vulnerabilities within the firmware.
Filter for protocols and payloads associated with firmware activation or updating activity.
| Finding | Severity | Impact |
|---|---|---|
| System Firmware technique applicable | High | Persistence |
| CWE ID | Title |
|---|---|
| CWE-276 | Incorrect Default Permissions |