| 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"} |
T1406.002 Software Packing
Sub-technique of: T1406
High-Level Description
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.
Kill Chain Phase
Platforms: iOS, Android
What to Check
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Software Packing by examining the target platforms (iOS, Android).
Assess Existing Defenses
Review whether mitigations for T1406.002 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Remediation Guide
No specific mitigations documented for this technique.
Detection
Detection of Software Packing
Risk Assessment
| Finding | Severity | Impact |
|---|
| Software Packing technique applicable | Low | Defense Evasion |
CWE Categories
| CWE ID | Title |
|---|
| CWE-693 | Protection Mechanism Failure |
References