用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1406-002-software-packing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1406.002_software-packing |
| description | Adversaries may perform software packing to conceal their code. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1406.002","defense-evasion","ios","android","sub-technique"] |
| technique_id | T1406.002 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["iOS","Android"] |
| mitre_url | https://attack.mitre.org/techniques/T1406/002 |
| tech_stack | ["ios","android"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1406","T1406.001"] |
| prerequisites | ["T1406"] |
| severity_boost | {"T1406":"Chain with T1406 for deeper attack path","T1406.001":"Chain with T1406.001 for deeper attack path"} |
Sub-technique of: T1406
Adversaries may perform software packing to conceal their code. Software packing is a method of compressing or encrypting an executable. Packing an executable changes the file signature in an attempt to avoid signature-based detection. Most decompression techniques decompress the executable code in memory.
Utilities used to perform software packing are called packers. An example packer is FTT. A more comprehensive list of known packers is available, but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.
Platforms: iOS, Android
Determine if the target mobile environment is susceptible to Software Packing by examining the target platforms (iOS, Android).
Review whether mitigations for T1406.002 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
No specific mitigations documented for this technique.
| Finding | Severity | Impact |
|---|---|---|
| Software Packing technique applicable | Low | Defense Evasion |
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |