Imported from node011/Bounty-Reaper (
.bountyreper/skill/mitre_attack_mobile/TA0030_defense-evasion/T1628_hide-artifacts/SKILL.md). Install upstream withnpx skills add node011/Bounty-Reaper --skill T1628_hide-artifacts. Copyright stays with the author.
T1628 Hide Artifacts
High-Level Description
Adversaries may attempt to hide artifacts associated with their behaviors to evade detection. Mobile operating systems have features and developer APIs to hide various artifacts, such as an application’s launcher icon. These APIs have legitimate usages, such as hiding an icon to avoid application drawer clutter when an application does not have a usable interface. Adversaries may abuse these features and APIs to hide artifacts from the user to evade detection.
Kill Chain Phase
- Defense Evasion (TA0030)
Platforms: Android
What to Check
- Identify if Hide Artifacts technique is applicable to target mobile environment
- Check Android devices for indicators of Hide Artifacts
- Assess detection coverage (1 detection strategies)
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Hide Artifacts by examining the target platforms (Android).
Assess Existing Defenses
Review whether mitigations for T1628 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 Hide Artifacts
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Hide Artifacts technique applicable | Low | Defense Evasion |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |