AI Security AI安全 7h ago Updated 2h ago 更新于 2小时前 48

Flying Eagle Android RAT Traces Found on 170 Servers as Source Code Circulates 飞鹰Android RAT踪迹在170个服务器上被发现,源代码正在传播

Source code for the Flying Eagle Android remote access trojan (RAT) framework is circulating in criminal Telegram channels, posing a significant threat to Android users. Researchers traced 170 internet servers linked to the Flying Eagle framework, highlighting its widespread distribution and potential impact on device security. The framework supports various malicious activities, including payment-password capture, keystroke logging, screen recording, camera access, and phishing prompts, making 犯罪Telegram渠道开始传播名为“Flying Eagle”的Android远程访问木马(RAT)框架源代码。 该木马伪装成中国官方“公安一网通办”应用,具备键盘记录、屏幕录制及金融钓鱼功能。 安全研究人员通过指纹识别追踪到170台关联服务器,但源码流通与具体感染数量间无直接因果证据。 攻击者利用AES加密和大量JSON填充混淆APK文件,以规避安全检测并提升隐蔽性。 同一犯罪团伙还推出了名为“Night Dragon”的独立新工具包,提供现金提取等黑产服务。

75
Hot 热度
65
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Source code for the Flying Eagle Android remote access trojan (RAT) framework is circulating in criminal Telegram channels, posing a significant threat to Android users.
  • Researchers traced 170 internet servers linked to the Flying Eagle framework, highlighting its widespread distribution and potential impact on device security.
  • The framework supports various malicious activities, including payment-password capture, keystroke logging, screen recording, camera access, and phishing prompts, making it a versatile tool for cybercriminals.

Why It Matters

This news is crucial for AI practitioners and cybersecurity professionals as it underscores the evolving tactics of cybercriminals and the need for robust defense mechanisms against sophisticated malware. The circulation of such source code can lead to increased attacks, particularly targeting sensitive data and financial information, necessitating proactive measures to protect user devices and data integrity.

Technical Details

  • Source Code Distribution: The Flying Eagle RAT source code is distributed through criminal Telegram channels, specifically in a 388 MB archive named "中国龙.zip" (Chinese Dragon), which includes a full Docker deployment with nginx, PHP, MySQL, a Node.js WebSocket server, Android build tools, phishing templates, and a default Transport Layer Security certificate.
  • Control Panel Features: The control panel allows operators to customize app names, icons, lure texts, and C2 addresses, generating signed APKs from two templates. The builder randomizes package and class names, encrypts embedded C2 URLs using AES-128-CBC, and adds low-entropy JSON padding to resemble legitimate SDK configuration data.
  • Server Identification: Hunt.io identified 158 servers through AdminPro page titles, HTTPS redirect behavior, and matching response headers, and an additional 12 servers through a default certificate packaged with Flying Eagle. The total count of 170 servers is likely conservative due to excluded similar servers that did not return the expected 302 redirect.
  • Malicious Capabilities: The framework supports various malicious functions, including payment-password and keystroke capture, screen recording, camera access, and phishing prompts for financial, adult-content, and government-service applications.

Industry Insight

  • Enhanced Threat Detection: Organizations should enhance their threat detection systems to identify and block the use of Flying Eagle and similar RAT frameworks. This involves monitoring for unusual network traffic patterns and suspicious application behaviors.
  • User Education and Awareness: Educating users about the risks of downloading applications from untrusted sources and the importance of keeping their devices updated with the latest security patches can help mitigate the impact of such threats.
  • Collaborative Efforts: Collaboration between cybersecurity firms, law enforcement agencies, and technology companies is essential to track and dismantle the infrastructure supporting these malicious activities, thereby reducing the overall threat landscape.

TL;DR

  • 犯罪Telegram渠道开始传播名为“Flying Eagle”的Android远程访问木马(RAT)框架源代码。
  • 该木马伪装成中国官方“公安一网通办”应用,具备键盘记录、屏幕录制及金融钓鱼功能。
  • 安全研究人员通过指纹识别追踪到170台关联服务器,但源码流通与具体感染数量间无直接因果证据。
  • 攻击者利用AES加密和大量JSON填充混淆APK文件,以规避安全检测并提升隐蔽性。
  • 同一犯罪团伙还推出了名为“Night Dragon”的独立新工具包,提供现金提取等黑产服务。

为什么值得看

本文揭示了当前针对中国用户的移动网络犯罪生态正在向“模块化、SaaS化”转变,展示了恶意软件即服务的完整产业链运作模式。对于安全从业者而言,理解此类基于Docker容器化部署的自动化攻击框架及其混淆技术,是构建有效防御体系的关键参考。

技术解析

  • 基础设施架构:Flying Eagle是一个完整的Docker部署套件,内置Nginx、PHP、MySQL以及Node.js WebSocket服务器,支持一键式搭建C2控制面板。
  • APK生成与混淆机制:构建器允许自定义应用名称、图标和诱饵文本,生成的签名APK会随机化包名和类名;同时使用AES-128-CBC加密C2 URL,并嵌入2.8MB至3.5MB的低熵JSON数据作为伪装配置块。
  • 权限获取方式:样本被检测为SpyNote变种,主要通过滥用Android无障碍服务(Accessibility Service)实现提权及手势注入,从而绕过系统限制执行恶意操作。
  • 溯源分析方法:研究团队结合AdminPro页面标题特征、HTTPS重定向行为及响应头匹配发现158个节点,另凭默认TLS证书锁定12个节点,指出实际规模可能因过滤标准而低估。
  • 衍生威胁情报:SQLRCE0频道推出的“Night Dragon”虽属独立开发版本,但共享分发渠道,其暴露的控制面板显示有数十设备在线,反映了同类工具的迭代速度。

行业启示

  • 移动政务应用需强化防篡改机制:鉴于攻击者精准模仿政府服务界面,相关部门应加强对官方App的数字签名验证与渠道管控,防止仿冒品扩散。
  • 关注暗网/社交平台的恶意代码商品化趋势:RAT框架以压缩包形式在Telegram公开售卖并附带运维支持,表明黑产正趋向专业化分工,企业需监控相关社群动态以提前预警。
  • 终端安全策略应侧重异常行为检测:由于传统特征码难以应对高度混淆且动态加载的恶意载荷,建议引入基于行为分析的移动端威胁防护方案,重点监测非授权的设备管理员权限申请和网络通信模式。

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

Security 安全 Research 科学研究