AI Security AI安全 8h ago Updated 1h ago 更新于 1小时前 44

Cruciferra Crypter Uses BYOVD and Process Ghosting to Hide Windows Malware Cruciferra 加密器使用 BYOVD 和进程幽灵技术隐藏 Windows 恶意软件

Cruciferra is a sophisticated crypter service used by various cybercriminal threat clusters to deliver remote access trojans (RATs) and information stealer malware. It employs numerous techniques to evade detection, including indirect system calls, API unhooking, BYOVD-based EDR tampering, and Process Ghosting. The crypter supports custom encryption routines that are dynamically derived from established cryptographic algorithms, complicating static analysis and signature-based detections. Crucif Cruciferra 是一款由犯罪集团开发的高级加密服务,利用 BYOVD 和 Process Ghosting 技术隐藏 Windows 恶意软件。 该工具通过动态生成的加密算法和多态性混淆来规避静态分析和签名检测。 主要攻击手段包括钓鱼邮件、DLL side-loading 以及绕过 UAC 提权等。 针对金融、医疗、政府等行业进行针对性攻击,目标群体广泛且数量庞大。 其模块化设计和高度定制化的防御逃避能力使其成为当前最具威胁的加密工具之一。

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

Analysis 深度分析

TL;DR

  • Cruciferra is a sophisticated crypter service used by various cybercriminal threat clusters to deliver remote access trojans (RATs) and information stealer malware.
  • It employs numerous techniques to evade detection, including indirect system calls, API unhooking, BYOVD-based EDR tampering, and Process Ghosting.
  • The crypter supports custom encryption routines that are dynamically derived from established cryptographic algorithms, complicating static analysis and signature-based detections.
  • Cruciferra has been advertised on the cybercrime underground as the "most lethal crypter" for $450 to $2,000 a month, with campaigns targeting financial services, healthcare, government, education, and manufacturing sectors.
  • The tool is executed via DLL side-loading and uses advanced evasion techniques such as hiding console windows, unhooking Windows API functions, and abusing the "GoFlyDrv.sys" driver in BYOVD attacks.

Why It Matters

The use of advanced crypters like Cruciferra highlights the evolving sophistication of cybercriminal tactics, making it increasingly challenging for security professionals to detect and mitigate threats. Understanding these techniques is crucial for developing more robust defense mechanisms and improving incident response strategies. Additionally, the modular design and varied approach to payload protection in Cruciferra underscore the need for adaptive and dynamic cybersecurity measures.

Technical Details

  • Evasion Techniques: Cruciferra uses indirect system calls, API and Import Address Table (IAT) unhooking, and Bring-Your-Own-Vulnerable-Driver (BYOVD)-based EDR tampering to evade detection.
  • Process Ghosting: A customized implementation of Process Ghosting is used to execute payloads while minimizing forensic artifacts, making it difficult for security products to scan for malicious files.
  • Custom Encryption: The crypter supports various custom encryption routines that are dynamically derived from well-known hashing, PRNG, and cipher algorithms, introducing significant variability between samples.
  • Persistence Mechanisms: Cruciferra establishes persistence by writing to the registry Software\Microsoft\Windows\CurrentVersion\Run key with a default value of 'putty,' ensuring it runs after system reboots.
  • Privilege Escalation: If not running with Administrator privileges, Cruciferra attempts to elevate its privileges by bypassing User Account Control (UAC) using the COM Elevation Moniker.

Industry Insight

  • Enhanced Security Measures: Organizations should implement advanced endpoint detection and response (EDR) solutions that can identify and mitigate the use of sophisticated crypters and evasion techniques.
  • Threat Intelligence Sharing: Collaboration and sharing of threat intelligence among organizations and security firms can help in quickly identifying and responding to new crypter variants and their associated campaigns.
  • User Awareness Training: Regular training programs for employees on recognizing phishing lures and suspicious emails can significantly reduce the initial access vectors exploited by cybercriminal groups using tools like Cruciferra.

TL;DR

  • Cruciferra 是一款由犯罪集团开发的高级加密服务,利用 BYOVD 和 Process Ghosting 技术隐藏 Windows 恶意软件。
  • 该工具通过动态生成的加密算法和多态性混淆来规避静态分析和签名检测。
  • 主要攻击手段包括钓鱼邮件、DLL side-loading 以及绕过 UAC 提权等。
  • 针对金融、医疗、政府等行业进行针对性攻击,目标群体广泛且数量庞大。
  • 其模块化设计和高度定制化的防御逃避能力使其成为当前最具威胁的加密工具之一。

为什么值得看

这篇文章详细介绍了当前网络安全领域中出现的一种新型恶意软件加密工具——Cruciferra,它不仅展示了攻击者如何利用最新的技术手段来躲避安全产品的检测,还揭示了其在实际攻击中的应用场景和技术细节。对于从事信息安全工作的专业人士来说,了解此类新兴威胁有助于更好地制定防护策略并提升整体安全性。同时,这也反映了网络犯罪组织日益专业化的趋势,提醒我们需要持续关注并加强相关领域的研究与应对措施。

技术解析

  1. 加密与混淆技术:Cruciferra 使用多种自定义加密例程,这些例程基于已知的哈希函数、伪随机数生成器(PRNG)及密码学算法动态组合而成,使得每个样本都呈现出不同的特征,从而增加了静态分析和基于签名的检测难度。
  2. 反取证措施:采用 Process Ghosting 变种将最终载荷加载到内存中执行,在删除临时文件前不留下任何磁盘痕迹,有效避开了传统文件扫描机制;此外还会修补 ZwQueryVirtualMemory Hook 并尝试篡改 NtManageHotPatch Routine 以进一步掩盖操作痕迹。
  3. 权限提升与持久化:检查自身是否具有管理员权限,若无则通过 COM Elevation Moniker 绕过用户账户控制(UAC)实现特权升级;并通过修改注册表项 Software\Microsoft\Windows\CurrentVersion\Run 确保重启后自动运行。
  4. 隐蔽通信与控制:支持从本地存储或远程服务器下载加密后的负载内容,结合钓鱼邮件等方式诱导受害者打开附件,进而植入后门程序如 Agent Tesla、AsyncRAT 等进行后续操控。
  5. 驱动滥用与 EDR 干扰:借助 Bring Your Own Vulnerable Driver (BYOVD) 方法调用脆弱驱动程序 GoFlyDrv.sys 来终止安全进程,干扰 Endpoint Detection and Response (EDR) 系统的正常工作状态。

行业启示

  1. 强化终端安全防护体系:鉴于 Cruciferra 所展现出的强大抗查杀能力和复杂行为模式,企业应加大对端点设备上的监控力度,引入更先进的威胁情报平台及行为分析引擎,以便及时发现异常活动并采取相应处置措施。
  2. 提高员工安全意识培训频率:由于大部分初始访问都是依靠社会工程学手段完成的,因此定期开展针对全体员工的安全教育课程显得尤为重要,特别是对于那些容易受到欺诈信息影响的关键岗位人员更要重点关照。
  3. 建立快速响应机制:面对如此 sophisticated 的攻击框架,组织内部必须有一套完善的 Incident Response Plan (IRP),确保一旦发生类似事件能够迅速启动应急预案,最大限度地减少损失并尽快恢复正常运营秩序。

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

Security 安全