Octagon A New Android Bot Targeting Crypto Wallets and Banki... - #2703
Open
carlospolop wants to merge 4 commits into
Open
Octagon A New Android Bot Targeting Crypto Wallets and Banki...#2703carlospolop wants to merge 4 commits into
carlospolop wants to merge 4 commits into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://iverify.io/blog/octagon-android-bot-crypto-wallets-banking-apps Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse". 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
Published on August 13, 2026, the research analyzes Octagon, a previously undocumented Android on-device fraud bot identified by iVerify in June 2026. The malware is sold as malware-as-a-service for $1,400 per month by the Russian-speaking actor
AndroidKitKat, cybercrime-forum member ID221700. The first sales evidence dates to June 1, 2026, and version1.2was announced on June ...🔧 Technical Details
Accessibility-driven on-device fraud: A malicious sideloaded Android application registers an accessibility service and socially engineers the victim into enabling it. The service can inspect foreground-package UI trees, read displayed data, enumerate interactive nodes, launch applications, and automate clicks, swipes, text input, and global Android actions. Transactions performed through the victim's real device may inherit its trusted-device reputation and existing authenticated sessions.
Package-specific HTML overlay phishing: Malware monitors the active package through accessibility and overlays the legitimate application with attacker-controlled HTML in a
WebView. The fake interface collects passwords, PINs, wallet seed phrases, or other secrets. Submitted values cross a JavaScript/native bridge such asOctagonBridge, are serialized into records such asWardGateAnswer, and are sent to C2. Templa...🤖 Agent Actions
Updated:
src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.mdAdded concise technical coverage of:
Validation passed for diff formatting, references, code fences, duplicate content, forbidden sources, and link reachability.
mdbookwas unavailable locally.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.