Albiriox Exposed A New RAT Mobile Malware Targeting Global F... #1618
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 & threat model
Albiriox is a newly identified Android Remote Access Trojan (RAT) and banking malware promoted as a Malware-as-a-Service (MaaS). First seen in September 2025 in a private Telegram beta and then publicly advertised on Russian-speaking cybercrime forums in October 2025, it is explicitly designed for On-Device Fraud (ODF): threat actors (TAs) remotely drive the victim’s legitimate banking/crypto apps from the compromised device, bypassing traditional ser...
🔧 Technical Details
Two‑stage Android dropper chain with JSONPacker and fake system update
The attack uses a first‑stage decoy APK (e.g.,
com.example.myapplication“PENNY”) distributed via fake Google Play pages and promotions hosted on attacker domains. This dropper is packed with JSONPacker so the real malware code is only unpacked at runtime. On first launch it shows a fake System Update UI to pressure the user into granting the “Install Unknown Apps” permission. After this permission is granted, the dropper sideloads the second‑stage payload APK (e.g.,com.nmz.nmz) from attacker infrastructure, installing the actual RAT while static detectors mostly see only the obfuscated dropper.Phishing infrastructure with geo‑filtered phone validation and Telegram exfiltration
The phishing kit implements a multi‑step lure (select provider → spin “wheel” → enter phone number) instead of direct APK downloads. Client‑side JavaScript (e.g., an 🤖 Agent Actions
Summary:
android-app-pentesting/accessibility-services-abuse.mdwith a detailed Albiriox case study covering its geo-targeted dropper chain (JSONPacker-protected PENNY app, fake system update flow, AppInfos targeting list), dual AC VNC/VNC streaming to bypass FLAG_SECURE, JSON-over-TCP command set for ODF automation, overlay-driven concealment, and Golden Crypt builder-based evasion techniques.Tests: Not run (not applicable).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.