惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
小众软件
小众软件
S
SegmentFault 最新的问题
GbyAI
GbyAI
量子位
爱范儿
爱范儿
L
LangChain Blog
Vercel News
Vercel News
A
About on SuperTechFans
腾讯CDC
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
V
Visual Studio Blog
美团技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
TrickMo Variant Routes Android Trojan Traffic Through TON
Alessandro Mascellino · 2026-05-11 · via www.infosecurity-magazine.com

A new variant of the TrickMo Android banking trojan has moved its primary command-and-control (C2) transport onto The Open Network (TON) Blockchain, routing communications through the decentralized overlay's .adnl identities to make traditional domain takedowns largely ineffective.

The variant, identified by ThreatFabric and labeled TrickMo C, was tracked between January and February 2026 in active campaigns against banking and wallet users in France, Italy and Austria, according to new analysis from the firm's Mobile Threat Intelligence Team.

Telemetry indicated the variant was progressively replacing its predecessor across operator campaigns, with TikTok-themed lures circulated via Facebook ads.

TrickMo is a device-takeover trojan that abuses Android's accessibility service to give operators a real-time interactive view of the compromised handset.

Its capabilities include credential phishing via WebView overlays, keylogging, screen streaming, full bidirectional remote control and silent suppression of one-time-password (OTP) notifications.

A Decentralized C2 Built on TON

The single largest change in the variant is the network layer. ThreatFabric said the host APK starts an embedded native TON proxy on a loopback port at process launch and wires the bot's HTTP client through it, so every C2 request is addressed to an .adnl hostname and resolved within the TON overlay rather than through public DNS.

The handful of clearnet lookups the bot still performs are routed through a public DNS-over-HTTPS endpoint, so even those queries never reach the device's local resolver.

The researchers said the design makes traditional domain takedowns largely ineffective, since operator endpoints exist as TON identities resolved inside the decentralized network. At the network edge, traffic appears indistinguishable from any other TON-enabled application's output.

The Open Network is a legitimate decentralized platform originally built for Telegram, and ThreatFabric stressed that its use by TrickMo's operators reflects abuse by a third party rather than any involvement by the TON project.

Devices Recast as Programmable Network Pivots

The variant also introduces a network-operative subsystem that turns infected handsets into programmable pivots.

Five operator commands run curl, dnslookup, ping, telnet and traceroute primitives from the device's vantage point, giving the operator a shell-equivalent for reconnaissance inside any corporate or home network the handset is attached to.

Read more on similar Android trojans: Mirax Android Trojan Turns Devices Into Residential Proxy Nodes

A second set of commands provides socket-level tunneling through an embedded SSH client and an on-device SOCKS5 proxy with username and password authentication.

Chained together, ThreatFabric said the result is an authenticated programmable network exit on the victim's device whose outbound traffic appears to originate from the victim's IP, defeating IP-based fraud detection.

The variant also declares full NFC permissions and bundles the Pine hooking framework, although neither is exercised in the current code. ThreatFabric assessed both as reserved capabilities, provisioned in the host for runtime delivery later.