AI Security AI安全 1d ago Updated 1d ago 更新于 1天前 41

Manic Android Malware Exfiltrates Data From Offline Phones via Nearby Infected Devices Manic安卓恶意软件通过附近感染设备从离线手机窃取数据

Manic is a novel Android malware combining banking fraud capabilities with spyware features, actively targeting Ukrainian and European financial, government, and military communication services since February 2026 It introduces a unique Wi-Fi mesh store-and-forward relay mechanism that enables data exfiltration from offline/air-gapped devices by hopping through nearby infected peers using Wi-Fi Direct, Bluetooth RFCOMM, or BLE GATT (up to four hops) The malware abuses Android accessibility servi Manic是一种新型Android恶意软件,结合银行欺诈与间谍软件功能,主要针对乌克兰、俄罗斯及欧洲金融机构、政府服务和加密货币平台 创新性地引入Wi-Fi网状网络中继技术,使离线设备的数据可通过附近受感染设备转发至C2服务器,突破传统网络隔离限制 监控169个应用包ID,覆盖银行、支付、加密货币钱包、政府身份认证和消息应用,利用无障碍服务捕获锁屏密码和PIN码 通过伪装成系统更新应用(如tech.intel.dialer.updater、org.honor.secure.helper等)的钓鱼网站和dropper应用分发 具备屏幕监控、位置跟踪、文件收集、远程设备控制等功能,支持最多四跳多跳

58
Hot 热度
65
Quality 质量
52
Impact 影响力

Analysis 深度分析

TL;DR

  • Manic is a novel Android malware combining banking fraud capabilities with spyware features, actively targeting Ukrainian and European financial, government, and military communication services since February 2026
  • It introduces a unique Wi-Fi mesh store-and-forward relay mechanism that enables data exfiltration from offline/air-gapped devices by hopping through nearby infected peers using Wi-Fi Direct, Bluetooth RFCOMM, or BLE GATT (up to four hops)
  • The malware abuses Android accessibility services as a "UI keylogger," captures PINs via transparent overlays that replicate taps on real keypads, and monitors 169 package IDs across banking, crypto, messaging, and government apps
  • Distribution occurs through phishing sites and dropper apps impersonating legitimate utilities (e.g., tech.intel.dialer.updater, org.honor.secure.helper, org.lenovo.storage.processor, dev.huawei.media.helper)
  • The threat actor demonstrated operational sophistication with a development pause (late June to mid-July 2026), followed by a second deployment featuring stronger anti-analysis checks and lock screen secret phishing capabilities

Why It Matters

Manic represents a significant evolution in mobile threat actor capabilities, particularly in its ability to exfiltrate data from devices that are offline or lack internet connectivity — a scenario previously considered relatively safe. For security practitioners and mobile app developers, this underscores the growing importance of understanding peer-to-peer wireless protocols (Wi-Fi Direct, BLE, Bluetooth RFCOMM) as potential attack vectors, not just traditional network-based C2 channels. The blend of financial fraud and surveillance also reflects a broader trend of hybrid malware families designed for maximum data harvest across geopolitical conflict zones.

Technical Details

  • Wi-Fi Mesh Relay Mechanism: Data is staged in an encrypted local queue; the malware discovers nearby infected peers via Wi-Fi Direct, Bluetooth RFCOMM, or BLE GATT. Packages are relayed hop-by-hop (default max four hops) toward a C2 server. If no peer is found, data remains queued for retry every 10–15 minutes via background workers and alarms.
  • PIN Capture via Transparent Overlay: Manic renders a transparent overlay atop legitimate numeric keypads, records the exact tap coordinates and nearby UI element, then temporarily disables touch interception and replicates the tap on the real keypad using the accessibility services API — capturing the PIN without displaying any fake interface.
  • Accessibility Service Abuse: The malware leverages Android accessibility services as a "UI keylogger" to classify and record text input along with the originating app (if on its 169-target list), and also uses them for remote screen monitoring via WebRTC, lock screen locking, and Google Play Protect disabling via UI automation.
  • Surveillance & Data Exfiltration Capabilities: Includes location tracking with timestamps, screenshots, contact/SMS/notification/call history export, file collection and deletion, remote SMS sending, bogus notification display, and launcher removal for stealth.
  • Persistence & Anti-Analysis: Relies on background workers, alarms, and accessibility/notification services for C2 communication and mesh synchronization. The second deployment iteration (post-July 2026) incorporated stronger anti-analysis checks to resist sandboxing and reverse engineering.

Industry Insight

  • Mobile security solutions must expand threat detection beyond traditional network-based C2 channels to include local wireless protocol monitoring (Wi-Fi Direct, BLE, Bluetooth RFCOMM), as these are now proven exfiltration pathways for offline device compromise.
  • The transparent overlay PIN-capture technique bypasses many existing overlay-detection defenses; app developers and security vendors should implement integrity verification of UI touch event chains and consider hardware-backed input validation for sensitive fields.
  • The hybrid banking-spyware model targeting conflict-zone infrastructure suggests state-adjacent or financially motivated threat actors are increasingly investing in resilient, multi-vector mobile malware; organizations operating in or transacting with Eastern Europe should prioritize mobile device monitoring, restrict accessibility service permissions, and enforce strict app installation policies.

TL;DR

  • Manic是一种新型Android恶意软件,结合银行欺诈与间谍软件功能,主要针对乌克兰、俄罗斯及欧洲金融机构、政府服务和加密货币平台
  • 创新性地引入Wi-Fi网状网络中继技术,使离线设备的数据可通过附近受感染设备转发至C2服务器,突破传统网络隔离限制
  • 监控169个应用包ID,覆盖银行、支付、加密货币钱包、政府身份认证和消息应用,利用无障碍服务捕获锁屏密码和PIN码
  • 通过伪装成系统更新应用(如tech.intel.dialer.updater、org.honor.secure.helper等)的钓鱼网站和dropper应用分发
  • 具备屏幕监控、位置跟踪、文件收集、远程设备控制等功能,支持最多四跳多跳路由和加密队列存储

为什么值得看

Manic代表了Android恶意软件的新趋势——将金融欺诈能力与全面设备监控相结合,同时创新性地利用网状网络中继技术突破离线设备的通信限制。这对移动安全防御、金融机构风控和地缘政治威胁情报具有重要参考价值。

技术解析

  • 网状网络中继架构:Manic采用创新的store-and-forward中继机制,当感染设备无法直接连接C2服务器时,通过Wi-Fi Direct、蓝牙RFCOMM或BLE GATT寻找附近受感染的设备,将加密数据队列转发至有网络连接的节点,最终送达C2服务器。支持最多四跳多跳路由,数据加密存储后定期重试。
  • 无障碍服务滥用:利用Android无障碍服务作为"UI键盘记录器",分类记录文本和应用信息。通过透明覆盖层捕获PIN码——记录用户点击位置后,短暂关闭触摸拦截,利用无障碍服务API在真实键盘上复制点击,使目标应用正常运行同时窃取密码。
  • 持久化与反分析:通过后台工作进程、闹钟和辅助/通知服务维持持久性,每10-15分钟周期性执行。具备更强的反分析检查,尝试通过UI自动化禁用Google Play Protect,并从启动器移除植入物。
  • 应用监控范围:监控169个包ID,包括银行、P2P支付、BNPL服务、加密货币钱包和交易所、消息应用、政府/eID服务、浏览器、验证器和电子邮件客户端。主要针对乌克兰,但也覆盖俄罗斯、中欧、西欧和英国。
  • 分发与伪装:通过钓鱼网站和伪装成实用程序的dropper应用分发,使用tech.intel.dialer.updater、org.honor.secure.helper、org.lenovo.storage.processor、dev.huawei.media.helper等包名伪装成系统应用。活动始于2026年2月,5月底出现植入物,7月中旬第二版部署。

行业启示

  • 移动威胁融合趋势:Manic模糊了银行恶意软件和间谍软件的界限,表明攻击者正将金融欺诈与全面设备监控结合,形成更强大的威胁组合。安全厂商需要重新评估移动威胁分类和检测策略。
  • 网状网络攻击面扩展:Wi-Fi网状中继技术使恶意软件能够突破网络隔离限制,即使离线设备也能参与数据外泄。这要求移动安全解决方案考虑设备间通信监控,并加强对蓝牙/Wi-Fi Direct的异常行为检测。
  • 地缘政治威胁持续升级:Manic主要针对乌克兰及欧洲金融机构和军事通信,反映了持续的地缘政治网络威胁。金融机构和政府部门需要加强移动设备安全监控,特别是针对高价值目标的定制化恶意软件威胁。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全