用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0873-project-file-infection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | T0873_project-file-infection |
| description | Adversaries may attempt to infect project files with malicious code. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0873","persistence"] |
| technique_id | T0873 |
| tactic | persistence |
| all_tactics | ["persistence"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0873 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-276"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may attempt to infect project files with malicious code. These project files may consist of objects, program organization units, variables such as tags, documentation, and other configurations needed for PLC programs to function. Using built in functions of the engineering software, adversaries may be able to download an infected program to a PLC in the operating environment enabling further Execution and Persistence techniques.
Adversaries may export their own code into project files with conditions to execute at specific intervals. Malicious programs allow adversaries control of all aspects of the process enabled by the PLC. Once the project file is downloaded to a PLC the workstation device may be disconnected with the infected project file still executing.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to Project File Infection by examining operational technology systems and network architecture.
Review whether mitigations for T0873 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Ensure permissions restrict project file access to only engineer and technician user groups and accounts.
When at rest, project files should be encrypted to prevent unauthorized changes.
Review the integrity of project files to verify they have not been modified by adversary behavior. Verify a cryptographic hash for the file with a known trusted version, or look for other indicators of modification (e.g., timestamps).
Allow for code signing of any project files stored at rest to prevent unauthorized tampering. Ensure the signing keys are not easily accessible on the same system.
| Finding | Severity | Impact |
|---|---|---|
| Project File Infection technique applicable | Low | Persistence |
| CWE ID | Title |
|---|---|
| CWE-276 | Incorrect Default Permissions |