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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
量子位
S
SegmentFault 最新的问题
博客园 - 聂微东
博客园 - 【当耐特】
J
Java Code Geeks
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
V
V2EX
人人都是产品经理
人人都是产品经理
博客园 - Franky
罗磊的独立博客
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
Apple Machine Learning Research
Apple Machine Learning Research

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.