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

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
WordPress大学
WordPress大学
爱范儿
爱范儿
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
博客园_首页
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
MyScale Blog
MyScale Blog
IT之家
IT之家
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

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
AI Assistants Used as Covert Command-and-Control Relays
2026-02-18 · via www.infosecurity-magazine.com

AI assistants with web browsing features can be repurposed as covert command-and-control (C2) channels, allowing malicious traffic to blend into routine enterprise communications.

According to new findings from Check Point Research (CPR), platforms including Grok and Microsoft Copilot can be manipulated through their public web interfaces to fetch attacker-controlled URLs and return responses.

In effect, the AI service acts as a proxy, relaying commands to infected machines and sending stolen data back out, without requiring an API key or even a registered account.

This approach shifts AI from a development aid for attackers into an operational component of malware itself.

How The Proxy Technique Works

The method relies on AI assistants that support URL fetching and content summarization. By prompting the assistant to visit a malicious website and summarise its contents, attackers can tunnel encoded data through query parameters and receive embedded commands in the AI's reply.

In a proof-of-concept (PoC), the CPR team set up a benign-looking website and instructed the AI to retrieve specific information from it. The returned output contained commands planted in the site's HTML, which malware could then parse and execute.

Read more on AI-driven malware: Nation-State Hackers Embrace Gemini AI for Malicious Campaigns, Google Finds

To automate the process, the researchers used a WebView2 browser component inside a C++ program, enabling malware to interact with the AI interface invisibly.

The implant gathered basic system data, appended it to a URL and asked the AI to summarise the page. The AI's response delivered instructions back to the infected host.

Key characteristics of the technique include:

  • No authentication or API key required

  • Encrypted or encoded data to bypass safeguards

  • Traffic disguised as legitimate AI web usage

Toward Adaptive AI-Driven Malware

The research also outlined a broader trend: malware that integrates AI into its runtime decision-making. Rather than relying on fixed logic, an implant could send host information to a model and receive guidance on what actions to prioritise, whether to proceed or remain dormant and which files to target.

Such AI-driven campaigns could refine reconnaissance, avoid sandbox environments and selectively encrypt or exfiltrate high-value data, reducing noise and limiting detection. Instead of encrypting 100 GB of files, for example, attackers might focus only on critical assets, shortening execution time to minutes or less.

CPR argued that AI-enabled web features pose a service-abuse risk rather than a software flaw. 

"As AI continues to integrate into everyday workflows, it will also integrate into attacker workflows," the researchers said.

"Understanding how these systems can be misused today is the first step toward hardening them for the future, and ensuring that AI remains more useful to defenders than to the malware that tries to hide behind it."