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

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

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
VoidLink Malware Exhibits Multi-Cloud Capabilities and AI...
2026-02-09 · via www.infosecurity-magazine.com

A Linux-based command-and-control (C2) framework capable of long-term intrusion across cloud and enterprise environments has been further analyzed in new research.

Known as VoidLink, the malware generates implant binaries designed for credential theft, data exfiltration and stealthy persistence on compromised systems.

The new analysis, published by Ontinue on Febrary 9, focused on the VoidLink agent, the component deployed on victim machines.

While technically advanced, the implant contains unusual development artefacts suggesting it was produced using a large language model (LLM) coding agent with limited human review.

The researchers point to structured "Phase X:" labels, verbose debug logs and documentation left inside the production binary as key indicators.

A Multi-Cloud Targeting Implant

VoidLink combines multi-cloud targeting with container and kernel awareness in a single Linux implant.

It fingerprints environments across Amazon Web Services (AWS), Google Cloud Platform, Microsoft Azure, Alibaba Cloud and Tencent Cloud, then adjusts its behaviour based on what it finds. This adaptive approach allows the malware to select suitable stealth and persistence techniques for each host.

The implant harvests credentials from environment variables, configuration files and metadata APIs. It also profiles security controls, kernel versions and container runtimes before activating additional modules.

According to Ram Varadarajan, CEO at Acalvio, "Defenses against modular frameworks, like VoidLink, can be built by deploying AI-aware honeypots that serve as cognitive traps — tripwires — for the AI itself."

Core Capabilities Observed

VoidLink employs a modular plugin-based architecture that loads functionality as needed. Key features identified include:

  • Credential harvesting from cloud variables, local SSH keys, shell history and Kubernetes secrets

  • Environment fingerprinting via cloud metadata endpoints and container detection

  • Container escape and Kubernetes privilege escalation plugins

  • Kernel-level stealth using eBPF, loadable kernel modules or userland hooking, depending on kernel version

C2 traffic is encrypted using AES-256-GCM over HTTPS and designed to resemble normal web activity, following patterns similar to established red team frameworks.

Read more on cloud malware: New Chinese-Made Malware Framework Targets Linux-Based Cloud Environments

Varadarajan said deception-based defenses aim to exploit weaknesses in AI-generated implants.

"We seed environments with synthetically generated vulnerabilities and fake system metadata specifically designed to trigger an LLM's tendency to hallucinate, follow false reasoning paths and engage in model-based behavior," he said.

Indicators of AI-Assisted Development

Beyond its capabilities, VoidLink stands out for how it appears to have been built. The binary includes an incomplete and duplicated phase numbering system, excessive logging and formal status messages.

Such features are typically removed by experienced malware developers to reduce exposure during forensic analysis.

The research concludes that VoidLink is not a proof-of-concept but an operational implant with live infrastructure.

Its existence highlights how AI-assisted development is lowering the barrier to producing functional, modular and hard-to-detect malware.

"We can force the malware's agentic core to reveal its presence through predictable, non-human interaction patterns," Varadarajan noted.