OverlayPhantom The Android Banking Trojan Hiding in Plain Si...#2289
Open
carlospolop wants to merge 1 commit into
Open
OverlayPhantom The Android Banking Trojan Hiding in Plain Si...#2289carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://cyble.com/blog/overlayphantom-android-banking-trojan/ Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse / Mobile Phishing Malicious Apps". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
OverlayPhantom is a previously undocumented Android banking trojan analyzed by Cyble Research and Intelligence Labs (CRIL) and published on May 27, 2026. The malware has reportedly been active since early May 2025 and is distributed in the wild through malicious/phishing URLs that impersonate trusted applications.
Initial access and lures: CRIL first found a malicious APK hosted at
hxxps://bitlrewards-app[.]com/api/download/IDAustria, masqueradin...🔧 Technical Details
Accessibility-based overlay phishing: A malicious Android app with Accessibility Service permission can monitor the foreground package name and compare it against a target list. When a matching banking, finance, or cryptocurrency app is opened, the malware can load a fake HTML page from APK resources, render it in a
WebView, and display it above the legitimate app. This causes the victim to type credentials or card details into the attacker-controlled overlay while believing they are interacting with the real application.Social-engineered permission escalation: Instead of relying on a technical CVE, Android malware can use a dropper that impersonates a trusted update, such as a Google Play service update, and provides step-by-step instructions to make the victim enable Accessibility Service. Once granted, Accessibility provides enough UI automation power to observe app launches, click buttons, enter text, read UI nodes, manipulate navigation, and as...
🤖 Agent Actions
Done.
Updated:
src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.mdAdded concise technical content for:
pinj,notif,blankScreen, clipboard injection, gesture replay)VirtualDisplay+ImageReader+acquireLatestImage()JPEG streaming workflow with retry logicAlso added the blog to the file’s
## References:Validation:
mdbook buildcould not be executed becausemdbookis not installed in this environment (mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.