| name | T1628.001_suppress-application-icon |
| description | A malicious application could suppress its icon from being displayed to the user in the application launcher. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1628.001","defense-evasion","android","sub-technique"] |
| technique_id | T1628.001 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["Android"] |
| mitre_url | https://attack.mitre.org/techniques/T1628/001 |
| tech_stack | ["android"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1628","T1628.002","T1628.003"] |
| prerequisites | ["T1628"] |
| severity_boost | {"T1628":"Chain with T1628 for deeper attack path","T1628.002":"Chain with T1628.002 for deeper attack path","T1628.003":"Chain with T1628.003 for deeper attack path"} |
T1628.001 Suppress Application Icon
Sub-technique of: T1628
High-Level Description
A malicious application could suppress its icon from being displayed to the user in the application launcher. This hides the fact that it is installed, and can make it more difficult for the user to uninstall the application. Hiding the application's icon programmatically does not require any special permissions.
This behavior has been seen in the BankBot/Spy Banker family of malware.
Beginning in Android 10, changes were introduced to inhibit malicious applications’ ability to hide their icon. If an app is a system app, requests no permissions, or does not have a launcher activity, the application’s icon will be fully hidden. Further, if the device is fully managed or the application is in a work profile, the icon will be fully hidden. Otherwise, a synthesized activity is shown, which is a launcher icon that represents the app’s details page in the system settings. If the user clicks the synthesized activity in the launcher, they are taken to the application’s details page in the system settings.
Kill Chain Phase
Platforms: Android
What to Check
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Suppress Application Icon by examining the target platforms (Android).
Assess Existing Defenses
Review whether mitigations for T1628.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Remediation Guide
M1006 Use Recent OS Version
Android 10 introduced changes to prevent malicious applications from fully suppressing their icon in the launcher.
M1011 User Guidance
Users should be shown what a synthetic activity looks like so they can scrutinize them in the future.
Detection
Detection of Suppress Application Icon
Risk Assessment