用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1127-003-jamplus命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1127.003_jamplus |
| description | Adversaries may use `JamPlus` to proxy the execution of a malicious script. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1127.003","defense-evasion","windows","sub-technique"] |
| technique_id | T1127.003 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1127/003 |
| tech_stack | ["windows"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1127","T1127.001","T1127.002"] |
| prerequisites | ["T1127"] |
| severity_boost | {"T1127":"Chain with T1127 for deeper attack path","T1127.001":"Chain with T1127.001 for deeper attack path","T1127.002":"Chain with T1127.002 for deeper attack path"} |
Sub-technique of: T1127
Adversaries may use JamPlus to proxy the execution of a malicious script. JamPlus is a build utility tool for code and data build systems. It works with several popular compilers and can be used for generating workspaces in code editors such as Visual Studio.
Adversaries may abuse the JamPlus build utility to execute malicious scripts via a .jam file, which describes the build process and required dependencies. Because the malicious script is executed from a reputable developer tool, it may subvert application control security systems such as Smart App Control.
Platforms: Windows
Identify Attack Surface: Determine if the target environment is susceptible to JamPlus by examining the target platforms (Windows).
Assess Existing Defenses: Review whether mitigations for T1127.003 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.
Consider blocking or restricting JamPlus if not required.
JamPlus may not be necessary within a given environment and should be removed if not used.
| Finding | Severity | Impact |
|---|---|---|
| JamPlus technique applicable | Medium | Defense Evasion |
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |