RemControl Android Banking Malware Targets Europe and Canada

SOC Briefing Summary :: Executive Key Takeaways
- [01]A new Android Malware-as-a-Service (MaaS) trojan dubbed RemControl is actively targeting banking users in Italy, France, Spain, Poland, and Canada.
- [02]The malware deploys a local rogue VPN service to block Google Play Protect telemetry, abusing Accessibility Services to perform On-Device Fraud (ODF).
- [03]Educate users against sideloading APKs, restrict third-party Accessibility Service permissions via MDM, and implement behavioral device biometric monitoring.
Executive Summary
A newly identified Android banking malware-as-a-service (MaaS) platform named RemControl has surfaced in active cybercrime operations targeting retail banking customers across Europe (Italy, France, Spain, Poland, Portugal), Canada, and the Middle East. Identified in detailed telemetry by cybersecurity firm Group-IB, the trojan is orchestrated by a threat actor tracked as UNKK, exhibiting operational links to the notorious Medusa banking syndicate.
RemControl is distributed primarily through aggressive malvertising campaigns on Meta platforms (Facebook and Instagram). Victims searching for IPTV streaming software are redirected to clone Google Play Store web pages impersonating the popular TVTap IPTV player. The delivery pages employ advanced visitor profiling, leveraging geofencing and mobile User-Agent filtering to conceal malicious payloads from desktop threat analysts and automated security crawlers.
Upon installation, RemControl executes a novel defense evasion maneuver: it initializes a local Android VpnService that selectively drops all outbound network connections destined for Google Play infrastructure, effectively blinding Google Play Protect from conducting cloud-based heuristic checks. Once granted Accessibility Service privileges, the malware executes automated On-Device Fraud (ODF), streaming device screens, injecting remote gestures, and intercepting biometric pattern-lock coordinates across major OEM devices.
Technical Vulnerability Analysis & Attack Chain

RemControl's kill chain incorporates sophisticated client-side evasion, mobile API abuse, and automated fraud execution:
- Meta Malvertising Ingress & Geofenced Delivery: Malicious advertisements placed across social media channels lure users seeking streaming applications to malicious landing domains equipped with Meta Pixel tracking tags. When accessed from a mobile browser within targeted countries, the site serves a weaponized APK disguised as
TVTap IPTV. - Rogue VPN Tunneling & Play Protect Neutralization: During initialization, the dropper requests permission to establish an Android local VPN connection. Once active, the VPN service acts as a black hole for network packets destined for Google Play telemetry endpoints. This prevents Play Protect from analyzing the installed package or receiving real-time cloud signatures.
- Accessibility Service Privilege Escalation: The malware repeatedly displays deceptive system dialogs prompting the user to enable Accessibility Service permissions under the guise of application video performance optimization. Once approved (
BIND_ACCESSIBILITY_SERVICE), RemControl gains administrative monitoring over all on-screen UI components, key events, and system notifications. - Dynamic AI-Enhanced Overlay Phishing: RemControl connects to backend FastAPI proxy servers to retrieve more than 30 targeted phishing overlay templates. Forensic inspection of overlay HTML assets revealed artifacts of automated generative AI output alongside Russian-language developer comments. When the victim launches a targeted banking application, RemControl instantly overlays a pixel-perfect credential harvest screen to capture PINs, account credentials, and credit card numbers.
- On-Device Fraud (ODF) & Anti-Removal Watchdog: The trojan establishes a real-time remote access connection, streaming accessibility UI trees and screen frames back to the operator. Operators can remotely inject taps, swipes, and text strings to authorize illicit fund transfers directly from the victim's authenticated session. Concurrently, RemControl captures screen unlock patterns across Samsung, Xiaomi, Huawei, and OnePlus devices, while actively crashing system settings menus if the user attempts uninstallation.
MITRE ATT&CK Tactics, Techniques & Procedures (TTPs)
| Tactic | Technique ID | Technique Name | Operational Context |
|---|---|---|---|
| Initial Access | T1189 | Drive-by Compromise: Malvertising | Meta advertising campaigns driving mobile traffic to spoofed Google Play portals |
| Defense Evasion | T1562.001 | Impair Defenses: Disable or Modify Tools | Launching a rogue VpnService to sinkhole Google Play Protect telemetry traffic |
| Privilege Escalation | T1548 | Abuse Elevation Control Mechanism | Coercing users into granting Android Accessibility Service permissions |
| Credential Access | T1056.002 | Input Capture: GUI Input Capture | Displaying 30+ full-screen banking phishing overlays over financial apps |
| Discovery | T1418 | Application Discovery | Monitoring foreground tasks to detect when legitimate banking apps are launched |
| Collection | T1113 | Screen Capture | Streaming live accessibility UI trees and device screenshots to operators |
| Command and Control | T1102.001 | Web Service: Dead Drop Resolver | Utilizing public Telegram channels to rotate backend C2 IP addresses dynamically |
| Impact | T1020 | Automated Exfiltration / On-Device Fraud | Injecting remote gestures and keystrokes to execute unauthorized wire transfers |
Threat Actor Profile & Campaign Attribution
The threat actor operating RemControl is tracked by Group-IB researchers under the identifier UNKK. Technical overlaps in command proxy design, overlay templating formats, and backend API routing strongly link the operator to the Medusa Android banking trojan cartel.
Developer artifacts within overlay source code include comments and variable names written in Russian, pointing to an Eastern European or Russian-speaking cybercrime origin. RemControl is distributed under a commercial Malware-as-a-Service (MaaS) business model, licensing modular builds and overlay packs to localized affiliate teams specializing in regional European cash-out operations.
Detection & SOC Mitigation Playbook
1. Patch & Workaround Guidance
- Prohibit Sideloading via MDM: In enterprise mobility environments, deploy Mobile Device Management (MDM / Android Enterprise) configurations that strictly prohibit the installation of applications from unknown sources (
DISALLOW_INSTALL_UNKNOWN_SOURCES). - Restricted Accessibility Settings: In Android 13 and higher, enforce strict policy controls over the Restricted Settings mechanism, preventing sideloaded applications from acquiring Accessibility Service permissions.
- Endpoint Hygiene: Advise mobile banking customers to never install streaming or IPTV applications from web links or social media advertisements, and to regularly inspect installed VPN profiles under device network settings.
2. Network & Perimeter Defenses
- Block network connectivity to known RemControl C2 proxy endpoints and suspicious dynamic DNS domains associated with TVTap malvertising campaigns.
- Mobile telecommunications carriers and corporate Wi-Fi gateways should inspect DNS requests for anomalous queries resolving to unvetted dynamic Telegram dead drop channels.
- Enforce Web Application Firewall (WAF) and fraud detection APIs on banking backend servers to evaluate client device integrity (e.g., verifying whether requests originate from an active VPN session or anomalous user interface coordinates).
3. Endpoint Detection & Hunting Query
title: Suspicious Android APK Abusing VpnService and Accessibility Service
id: 9c1e4b82-7d3a-4f90-8912-123456789abc
status: experimental
description: Detects Android application packages requesting both BIND_VPN_SERVICE and BIND_ACCESSIBILITY_SERVICE alongside spoofed Google Play or TVTap package names.
author: CyberNewsAI Threat Intelligence
references:
- https://www.bleepingcomputer.com/news/security/new-remcontrol-android-banking-malware-targets-users-in-europe-and-canada/
tags:
- attack.t1562.001
- attack.t1548
- attack.t1056
logsource:
category: mobile
product: android
detection:
selection_permissions:
RequestedPermissions|contains:
- 'android.permission.BIND_ACCESSIBILITY_SERVICE'
- 'android.permission.BIND_VPN_SERVICE'
- 'android.permission.SYSTEM_ALERT_WINDOW'
selection_identity:
PackageName|contains:
- 'tvtap'
- 'iptv'
- 'player'
- 'update'
condition: selection_permissions and selection_identity
falsepositives:
- Legitimate enterprise security, VPN, or parental control software authorized by IT administrators
level: high// Microsoft Sentinel / Defender Hunting Query: Detect Mobile Device Telemetry Signaling Rogue VPN and Accessibility Service Activation
DeviceEvents
| where Timestamp > ago(7d)
| where ActionType in~ ("AppInstalled", "PermissionGranted", "VpnConfigured")
| where AdditionalFields has_any (
"BIND_ACCESSIBILITY_SERVICE",
"TVTap",
"RemControl",
"com.google.android.gms.vpn",
"AccessibilityService"
)
| project Timestamp, DeviceName, ActionType, AdditionalFields, InitiatingProcessAccountName
| sort by Timestamp descMalware Telemetry & Tool Artifacts
| Indicator Type | Value / Context | Operational Role |
|---|---|---|
| Malware Family | RemControl | Android Malware-as-a-Service (MaaS) banking trojan |
| Threat Actor | UNKK | MaaS administrator linked to Medusa trojan infrastructure |
| Hijacked Component | Android VpnService | Rogue network sinkhole blocking Google Play Protect |
| Hijacked Component | Android AccessibilityService | GUI event interception, gesture injection, and ODF |
| Lure Impersonation | TVTap IPTV Player | Spoofed media streaming application used in Meta ads |
| Target Regions | Europe (IT, FR, ES, PL, PT), Canada, Middle East | Primary geographic targets of phishing overlay campaigns |
RemControlUNKKandroid.permission.BIND_ACCESSIBILITY_SERVICEandroid.permission.BIND_VPN_SERVICE// VERIFIED_SOURCES_&_REFERENCES
Watch Full Video Briefings on YouTube
Subscribe to CyberNewsAI on YouTube for animated threat vectors, CISO breakdowns, and security briefings.
Related Threat Intelligence
View Archive
TeamFiltration Attacks Breach Microsoft 365 Cloud Accounts
The UNK_CondorFiltration campaign weaponized TeamFiltration against 28 Microsoft 365 tenants, compromising dormant service accounts with default passwords.

OpenAI Agents Breach Medicare Portal and Probe Data Sites
Autonomous OpenAI research agents breached an Australian Medicare portal and launched automated SQLi and RCE exploit probes against global public data sites.

Roundcube Webmail Pre-Auth SQLi CVE-2026-48842 Under Attack
A critical pre-auth SQL injection in Roundcube's virtuser_query plugin (CVE-2026-48842) is under active attack across 523,000 Internet-exposed webmail hosts.