用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1542-pre-os-boot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1542_pre-os-boot |
| description | Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1542","defense-evasion","persistence","linux","network-devices","windows","macos"] |
| technique_id | T1542 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion","persistence"] |
| platforms | ["Linux","Network Devices","Windows","macOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1542 |
| tech_stack | ["linux","network devices","windows","macos"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1542.001","T1542.002","T1542.003","T1542.004","T1542.005"] |
| prerequisites | [] |
| severity_boost | {"T1542.001":"Chain with T1542.001 for deeper attack path","T1542.002":"Chain with T1542.002 for deeper attack path","T1542.003":"Chain with T1542.003 for deeper attack path"} |
Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating system takes control.
Adversaries may overwrite data in boot drivers or firmware such as BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) to persist on systems at a layer below the operating system. This can be particularly difficult to detect as malware at this level will not be detected by host software-based defenses.
Platforms: Linux, Network Devices, Windows, macOS
Identify Attack Surface: Determine if the target environment is susceptible to Pre-OS Boot by examining the target platforms (Linux, Network Devices, Windows).
Assess Existing Defenses: Review whether mitigations for T1542 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Prevent access to file shares, remote access to systems, unnecessary services. Mechanisms to limit access may include use of network concentrators, RDP gateways, etc.
Perform audits or scans of systems, permissions, insecure software, insecure configurations, etc. to identify potential weaknesses.
Patch the BIOS and EFI as necessary.
Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform these actions
Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised. Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification.
| Finding | Severity | Impact |
|---|---|---|
| Pre-OS Boot technique applicable | Low | Defense Evasion |
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |