Manic A Blend of Android Banking Malware and Spyware - #2736
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://threatfabric.com/blogs/manic-blend-between-banking-malware-and-spyware Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse; optionally cross-reference Generic Hacking > Exfiltration for Wi-Fi Direct/Bluetooth multi-hop relay exfiltration". 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
Overview
Manic is an actively distributed Android malware family that combines banking-trojan, spyware, data-stealing, and Device Takeover (DTO) capabilities. It does not exploit a documented CVE; instead, it relies on malicious installation, social engineering, and abuse of legitimate Android features—especially Accessibility Services, notification access, overlays, MediaProjection, and broad file permissions.
The malware monitors 169 package IDs🔧 Technical Details
Transparent interception of a legitimate numeric keypad: Malware with Accessibility and overlay access can identify numeric keypad nodes inside a target application, calculate their combined screen bounds, and place a touch-intercepting layer only over that area. For each victim tap, it records the coordinates and nearby UI element, temporarily disables interception, and reproduces the tap at the same position through Accessibility. The legitimate application receives the expected input and behaves normally, while the malware reconstructs the PIN without presenting a fake banking interface.
Semantic keylogging through Accessibility: Accessibility events can expose text and UI context from other applications. Malware can classify captured values as device lock input, four-to-six-digit OTPs, passwords, email logins, long messages, ordinary text, or possible cryptocurrency recovery phrases. Recording the source package, timestamp, manual-versus-A...
🤖 Agent Actions
Updated:
src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.mdAdded concise sections covering:
Validation passed with
git diff --check; no forbidden sources were introduced. Full mdBook build was unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.