Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Oppo Find N6 shown globally with ‘least noticeable foldable crease’

    Motorola to deliver privacy-focused phones by offering GrapheneOS as alternative to Android

    TCL unveils Nxtpaper 70 Pro smartphone with a flicker-free, paper-like display to help minimize headaches and eye strain

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      What the polls say about how Americans are using AI

      February 27, 2026

      Tensions between the Pentagon and AI giant Anthropic reach a boiling point

      February 21, 2026

      Read the extended transcript: President Donald Trump interviewed by ‘NBC Nightly News’ anchor Tom Llamas

      February 6, 2026

      Stocks and bitcoin sink as investors dump software company shares

      February 4, 2026

      AI, crypto and Trump super PACs stash millions to spend on the midterms

      February 2, 2026
    • Business

      These ultra-budget laptops “include” 1.2TB storage, but most of it is OneDrive trial space

      March 1, 2026

      FCC approves the merger of cable giants Cox and Charter

      February 28, 2026

      Finding value with AI and Industry 5.0 transformation

      February 28, 2026

      How Smarsh built an AI front door for regulated industries — and drove 59% self-service adoption

      February 24, 2026

      Where MENA CIOs draw the line on AI sovereignty

      February 24, 2026
    • Crypto

      Bitcoin Bear Market Could Get Worse Despite the Latest Relief Rally

      March 1, 2026

      Crypto Scammers Have Been Quiet in February, Hacks Fall by 90%

      March 1, 2026

      Vitalik Buterin Signals Major Ethereum Wallet Overhaul

      March 1, 2026

      Why is Hyperliquid Price Rallying Amid the US-Iran War

      March 1, 2026

      Arbitrum Price Under Pressure: 60 Million ARB Whale Sale Sparks ATL Fear

      March 1, 2026
    • Technology

      Oppo Find N6 shown globally with ‘least noticeable foldable crease’

      March 2, 2026

      Motorola to deliver privacy-focused phones by offering GrapheneOS as alternative to Android

      March 2, 2026

      TCL unveils Nxtpaper 70 Pro smartphone with a flicker-free, paper-like display to help minimize headaches and eye strain

      March 2, 2026

      Qi2.2 charging boost

      March 2, 2026

      What if the real risk of AI isn’t deepfakes — but daily whispers?

      March 1, 2026
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Business Technology»New VoidLink malware framework targets Linux cloud servers
    Business Technology

    New VoidLink malware framework targets Linux cloud servers

    TechAiVerseBy TechAiVerseJanuary 14, 2026No Comments4 Mins Read3 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    New VoidLink malware framework targets Linux cloud servers
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    New VoidLink malware framework targets Linux cloud servers

    A newly discovered advanced cloud-native Linux malware framework named VoidLink focuses on cloud environments, providing attackers with custom loaders, implants, rootkits, and plugins designed for modern infrastructures.

    VoidLink is written in Zig, Go, and C, and its code shows signs of a project under active development, with extensive documentation, and likely intended for commercial purposes.

    Malware analysts at cybersecurity company Check Point say that VoidLink can determine if it runs inside Kubernetes or Docker environments and adjust its behavior accordingly.

    However, no active infections have been confirmed, which supports the assumption that the malware was created “either as a product offering or as a framework developed for a customer.”

    The researchers note that VoidLink appears to be developed and maintained by Chinese-speaking developers, based on the interface locale and optimizations.

    VoidLink builder panel
    Source: Check Point

    VoidLink capabilities

    VoidLink is a modular post-exploitation framework for Linux systems that enables hackers to control compromised machines while staying hidden, extend functionality with plugins, and adapt behavior to specific cloud and container environments.

    Once the implant is activated, it checks whether it is running in Docker or Kubernetes, and queries cloud instance metadata for providers such as AWS, GCP, Azure, Alibaba, and Tencent, with plans to add Huawei, DigitalOcean, and Vultr.

    The framework collects system details such as the kernel version, hypervisor, processes, and network state, and scans for EDRs, kernel hardening, and monitoring tools.

    All the information and a risk score calculated based on installed security solutions and hardening measures are delivered to the operator, allowing them to adjust module behavior, like slower port scanning and longer beaconing intervals.

    The implant communicates with the operator using multiple protocols (HTTP, WebSocket, DNS tunneling, ICMP), wrapped in a custom encrypted messaging layer called ‘VoidStream’, which camouflages traffic to resemble normal web or API activity.

    VoidLink’s operational overview
    Source: Check Point

    VoidLink’s plugins are ELF object files loaded directly into memory and call framework APIs via syscalls.

    According to Check Point’s analysis, current VoidLink versions use 35 plugins in the default configuration:

    • Reconnaissance (system, users, processes, network)
    • Cloud and container enumeration and escape helpers
    • Credential harvesting (SSH keys, Git credentials, tokens, API keys, browser data)
    • Lateral movement (shells, port forwarding and tunneling, SSH-based propagation)
    • Persistence mechanisms (dynamic linker abuse, cron jobs, system services)
    • Anti-forensics (log wiping, history cleaning, timestomping)
    Selecting plugins for activation
    Source: Check Point

    To ensure these operations stay undetected, VoidLink uses a set of rootkit modules that hide processes, files, network sockets, or the rootkit itself.

    Depending on the host’s kernel version, the framework uses LD_PRELOAD (older versions), LKMs (loadable kernel modules), or eBPF-based rootkits.

    Additionally, VoidLink can detect debuggers in the environment, uses runtime code encryption, and performs integrity checks to detect hooks and tampering, all advanced anti-analysis mechanisms.

    If tampering is detected, the implant self-deletes, and the anti-forensic modules erase logs, shell history, login records, and securely overwrite all files dropped on the host, minimizing exposure to forensic investigations.

    Check Point researchers say that VoidLink is developed with stealth in mind, as it “aims to automate evasion as much as possible” by thoroughly profiling the targeted environment before choosing the best strategy.

    They note that the new framework “is far more advanced than typical Linux malware” and is the work of developers with “a high level of technical expertise” and very skilled in multiple programming languages.

    “The sheer number of features and its modular architecture show that the authors intended to create a sophisticated, modern and feature-rich framework,” the researchers say.

    Check Point provides in the report today a set of indicators of compromise along with technical details about the modules and a list of discovered plugins.


    Secrets Security Cheat Sheet: From Sprawl to Control

    Whether you’re cleaning up old keys or setting guardrails for AI-generated code, this guide helps your team build securely from the start.

    Get the cheat sheet and take the guesswork out of secrets management.

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleThe Download: sodium-ion batteries and China’s bright tech future
    Next Article Ethereum Loses Out On $116 Million, But Price Remains Steady Above $3,000
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    These ultra-budget laptops “include” 1.2TB storage, but most of it is OneDrive trial space

    March 1, 2026

    FCC approves the merger of cable giants Cox and Charter

    February 28, 2026

    Finding value with AI and Industry 5.0 transformation

    February 28, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025701 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025284 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 2025164 Views

    6 Best MagSafe Phone Grips (2025), Tested and Reviewed

    April 6, 2025124 Views
    Don't Miss
    Technology March 2, 2026

    Oppo Find N6 shown globally with ‘least noticeable foldable crease’

    Oppo Find N6 shown globally with ‘least noticeable foldable crease’ – NotebookCheck.net News ⓘ OppoThe…

    Motorola to deliver privacy-focused phones by offering GrapheneOS as alternative to Android

    TCL unveils Nxtpaper 70 Pro smartphone with a flicker-free, paper-like display to help minimize headaches and eye strain

    Qi2.2 charging boost

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    Oppo Find N6 shown globally with ‘least noticeable foldable crease’

    March 2, 20262 Views

    Motorola to deliver privacy-focused phones by offering GrapheneOS as alternative to Android

    March 2, 20262 Views

    TCL unveils Nxtpaper 70 Pro smartphone with a flicker-free, paper-like display to help minimize headaches and eye strain

    March 2, 20262 Views
    Most Popular

    7 Best Kids Bikes (2025): Mountain, Balance, Pedal, Coaster

    March 13, 20250 Views

    VTOMAN FlashSpeed 1500: Plenty Of Power For All Your Gear

    March 13, 20250 Views

    Best TV Antenna of 2025

    March 13, 20250 Views
    © 2026 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.