Oblivion RAT - An Android Spyware Platform With a Built-In A...#2028
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
Oblivion RAT - An Android Spyware Platform With a Built-In A...#2028carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://iverify.io/blog/oblivion-rat-android-spyware-analysis Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting -> Android Applications Pentesting (Accessibility Services Abuse / Social engineering install flows) and/or Basic Forensic Methodology -> Specific Software/File-Type Tricks (ZIP/APK tricks, anti-analysis via ZIP flags, manual DEX extraction)". 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
Title/Context
Oblivion RAT is an Android Remote Access Trojan (RAT) sold as a Malware-as-a-Service (MaaS). The post describes a “production-ready” ecosystem that includes: (1) a web-based APK builder for generating the implant, (2) a separate dropper builder that generates realistic fake Google Play “update” pages, and (3) a command-and-control (C2) panel that provides real-time control of infected devices.
Pricing / commercialization
Advertised pricing: $300/mo...
🔧 Technical Details
Three-page sideloading lure embedded in a dropper APK: Ship a stage-1 dropper that bundles (a) a compressed stage-2 implant (e.g.,
payload.apk.xz) and (b) multiple fully self-contained HTML pages (inline CSS, no external resources) that mimic a trusted app-store update flow. Use the pages to (1) build trust with fake “security scan” messaging, (2) present a fake store listing and trigger Android’s install capability (e.g.,REQUEST_INSTALL_PACKAGES), and (3) provide step-by-step instructions (including screenshots) to convince the user to enable “Allow from this source,” completing sideloading.AccessibilityService phishing + UI automation to suppress prompts and grant permissions: Present a pixel-perfect clone of Android’s Accessibility settings screen (operator-controlled strings for title/sections/button text). After the victim enables the malicious AccessibilityService, use Accessibility APIs to programmatically navigate Settings and ...
🤖 Agent Actions
Summary:
src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.md.src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.md.Tests: Not run (not requested).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.