# RedWing MaaS: The Telegram-Based Android Banking Fraud Epidemic Now Renting to Any Criminal


## A New Malware-as-a-Service Platform Is Democratizing Mobile Bank Fraud, Turning Complex Attacks Into Plug-and-Play Crime


A sophisticated Android malware operation called RedWing is being marketed as a ready-made fraud service on Telegram, complete with subscription tiers, referral bonuses, and customer support — all designed to enable even non-technical criminals to steal banking credentials, intercept one-time passcodes, and drain victim accounts. Security researchers at Zimperium's zLabs discovered the operation and identified it as a new variant of Oblivion, a $300-per-month rent-a-malware platform documented earlier this year. The evolution signals a troubling shift in cybercriminal economics: Android mobile fraud is becoming as accessible and commodified as any other software service.


RedWing's sophistication lies not in novel exploitation techniques, but in its complete automation and user-friendly distribution model. A Telegram bot generates customized malicious apps on demand, deploys fake app-store pages tailored to each victim target, and provides operators with live remote access to infected devices. With a substantial portion of samples currently evading detection from conventional antivirus tools, the platform represents a significant threat to Android users globally, with particular focus on Russian financial institutions.


## The Threat: A Complete Mobile Fraud Toolkit


RedWing operates as a subscription service offering multiple tiers and referral incentives — an approach that mirrors legitimate software-as-a-service (SaaS) platforms. What differentiates this business model is that the "product" is a comprehensive mobile fraud suite designed to turn a smartphone into an attacker's tool.


The attack chain begins with a phishing link directing users to a fake app-store interface. The malware's dropper builder can convincingly replicate:


  • Google Play Store
  • Samsung Galaxy Store
  • Huawei AppGallery
  • Fully custom store pages — complete with fabricated user ratings, reviews, and download counts

  • Once clicked, the page pressures users to install the app from "outside the official store," a critical step that bypasses the security protections of official app marketplaces.


    ### Permission Escalation and Abuse


    RedWing employs a deliberate permission-request strategy that avoids triggering user suspicion. Rather than requesting all permissions upfront, the malware stages permission requests one screen at a time, framing each as routine:


  • Disable battery optimization limits
  • Set the app as the default SMS handler
  • Enable notifications
  • Activate Android's Accessibility Service — the crown jewel of the attack

  • The Accessibility Service permission is the linchpin. While designed to assist users with disabilities, it grants malware the ability to:


  • Read screen content in real-time
  • Control phone functions programmatically
  • Monitor and intercept UI interactions
  • Capture sensitive data as it displays on screen

  • ## How RedWing Steals Banking Access


    Once Accessibility Service is enabled, RedWing has broad control of the infected device. The malware's capabilities include:


    | Capability | Method | Impact |

    |-----------|--------|--------|

    | Login credential theft | Fake overlay screens over legitimate banking apps | Attacker gains account credentials |

    | One-time passcode interception | Reads SMS messages + uses Accessibility to capture codes as they appear | Defeats second-factor authentication |

    | Call forwarding hijacking | Activates hidden carrier code (*21*) to redirect incoming calls | Disables phone-based fraud verification and bank checks |

    | Live remote operation | Real-time screen streaming and keylogging | Attacker can watch and control the phone during transactions |

    | Device exploitation | Camera/microphone activation, file theft, location tracking | Complete privacy breach |

    | Botnet abuse | Pooling infected phones to launch DDoS attacks | Amplified denial-of-service capability |


    The on-device overlay technique is particularly insidious. When a victim opens their banking app, a fake login screen appears indistinguishable from the legitimate interface. The victim enters their credentials into the attacker's fake form, believing they are authenticating to the bank. The malware captures these credentials and can use them immediately or sell them to other criminals.


    ## Targeting and Geographic Focus


    Zimperium's analysis identified 82 targeted financial institutions across multiple sectors. The evidence overwhelmingly points to a Russian-market focus:


  • Samples include fake pages mimicking RuStore, Russia's homegrown app marketplace
  • Geographic clustering of targeted banks suggests Russian-speaking operators
  • The operation's infrastructure and command-and-control patterns align with known Russian threat actor behavior

  • However, researchers note that the targeting list is dynamic and can shift without notice, suggesting that RedWing's operators may expand beyond Russian institutions as the service matures and demand grows.


    ## Background: A Trend Within the Trend


    RedWing does not emerge in a vacuum. It represents an escalation in a broader criminal movement toward on-device fraud — a technique where attackers operate *inside* a victim's legitimate banking session rather than compromising an account from the outside.


    Comparable operations discovered in recent months:


  • Fantasy Hub — a near-identical Russian-market malware rental kit documented last year
  • Albiriox — targets over 400 financial and cryptocurrency applications with similar on-device attack techniques
  • Klopatra — used hidden remote control and fake overlays to silently drain bank accounts while victims slept

  • The technical convergence of these platforms suggests either code reuse among Russian cybercriminal groups or an evolution in industry-standard attack methodology. Either way, defenders are facing a coordinated threat ecosystem where the tooling, techniques, and distribution methods are being actively shared and refined.


    ## Why RedWing Works: The Permission Model's Weakness


    RedWing's continued success hinges on a fundamental design choice in Android: the permission system is not granular enough to protect against sophisticated use cases. Users must choose between granting broad permissions or losing app functionality. The Accessibility Service, in particular, was designed with good intentions — to aid users with disabilities — but provides no practical mechanism for users to understand what an app actually does with that access.


    A malicious app with Accessibility Service enabled can:

  • Monitor every keystroke
  • Read every piece of text displayed on screen
  • Intercept all user interactions
  • Control the phone's functions silently

  • An ordinary user has no way to distinguish between a legitimate accessibility app and a malicious one because the permission itself is binary: grant it or don't.


    ## Implications for Organizations and Individuals


    ### For Banking and Financial Institutions


  • Account takeover risk has escalated — traditional credentials and SMS-based 2FA are now vulnerable to on-device attacks
  • Customer support costs will increase — fraud dispute handling and account recovery will surge
  • Geographic vulnerability varies — Russian banks face immediate threats; others should prepare for expansion
  • Notification is a critical defense — banks must alert customers immediately if access patterns change

  • ### For Mobile Security Teams


  • Detection evasion is a primary feature — substantial portions of RedWing samples evade conventional antivirus tools
  • The MaaS model enables rapid iteration — when a variant is detected, updated versions deploy quickly
  • The subscription model incentivizes 24/7 operation — unlike one-off campaigns, RedWing's economics reward continuous operation

  • ### For Individual Users


    The threat is immediate and personal. Any Android user can become a target.


    ## Recommendations: Defense Strategies


    ### For Individuals


  • Install apps exclusively from official stores — Google Play Store offers security scanning that side-loaded apps bypass
  • Treat all links with suspicion — unexpected "update" notifications via link or SMS are often phishing attempts
  • Never enable "Unknown Sources" — this setting should remain disabled; there is no legitimate reason to enable it
  • Audit app permissions — review Accessibility Service permissions in Settings > Accessibility and revoke any apps that should not need them
  • Use bank-provided apps only — if you receive an app link from anywhere other than the official store or bank's official website, ignore it
  • Enable biometric authentication — face/fingerprint recognition on banking apps adds friction to account takeover

  • ### For Banking Apps and Developers


  • Implement certificate pinning — detect when overlay screens attempt to intercept network traffic
  • Deploy anomaly detection — flag unusual account access patterns (IP geography, device type, transaction velocity)
  • Require app attestation — use Google Play Integrity API to verify apps are running on legitimate devices
  • Add authentication friction — require step-up authentication (additional verification) for sensitive operations like fund transfers
  • Monitor Accessibility Service — apps can detect when Accessibility Service is active and warn users

  • ### For Security Teams and IT Leaders


  • Educate users continuously — phishing links are RedWing's entry point; user awareness is the first defense
  • Monitor for credential stuffing — RedWing captures credentials; watch for brute-force attempts against your organization
  • Implement mobile device management (MDM) — corporate-managed Android devices can restrict installation from unknown sources and disable Accessibility Service except for approved apps
  • Threat hunt on user devices — look for infected apps, especially those with unusual permission grants

  • ---


    ## HackWire Analysis


    RedWing represents a critical inflection point in Android malware economics: the convergence of technical sophistication with business-model accessibility. The platform's genius is not a novel exploit — RedWing requires no zero-day, no Android vulnerability. Instead, it weaponizes the *permission system itself* and combines that with social engineering so refined that the user installation experience feels almost legitimate.


    What makes RedWing particularly dangerous is the MaaS subscription model. Malware has always been sold; what's new is the systematization. A Russian-speaking cybercriminal with no programming skills can now rent RedWing for a monthly fee, receive a Telegram bot that builds custom apps on demand, and operate a complete fraud operation without ever touching code. This is industrialization of crime. It mirrors the exact arc that happened with ransomware-as-a-service (RaaS) platforms like REvil and DarkSide — first a technical innovation, then a service model, then rapid mainstream adoption and law enforcement crackdowns.


    The timing matters: RedWing emerges at a moment when defenders are already overwhelmed. The overlap with Fantasy Hub, Albiriox, and Klopatra is not coincidence — it suggests either a unified Russian cybercriminal ecosystem sharing code, or copycat operators cloning proven techniques. Either way, the financial incentive is aligned: banks hold money, and on-device fraud bypasses many modern defenses (tokenization, real-time fraud detection, geographic velocity checks) because the attacker operates *inside* the victim's session using the victim's device.


    Banks have largely moved past SMS-based 2FA for high-value customers, but millions of consumers still rely on SMS codes or app-based TOTP tokens. RedWing's Accessibility Service abuse turns both into useless theater — the attacker sees the code before the user does, or operatess the banking app in real-time while the user watches their account drain in near-real-time.


    The distribution strategy via phishing links and fake app stores is also telling. RedWing requires user install — no exploit — which means it depends entirely on social engineering. This is both a weakness (user education can prevent infection) and a strength (there is no technical patch that can stop it; it's a human problem).


    Organizations should assume that if their employees are Android users, some fraction of them *will* be targeted by RedWing or a similar operation. The defense is layered: app-store-only installation, Accessibility Service audits, anomaly detection on the bank side, and continuous user education. No single control stops this threat.


    HackWire Editorial


    ---


    ## Related Coverage


  • Read more in our [Malware](https://www.hackwire.news/category/malware) coverage
  • Cross-reference with [Mobile Security](https://www.hackwire.news/category/mobile-security) and [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)