Security

Malicious AI Browser Extensions Steal LLM Chats

3 min read

Summary

Microsoft Defender found malicious Chromium browser extensions masquerading as popular AI assistant add-ons that can harvest sensitive ChatGPT and DeepSeek prompts, responses, visited URLs, and internal browsing context, then quietly exfiltrate that data over routine-looking HTTPS traffic. The discovery matters because these extensions reportedly reached about 900,000 installs and appeared across more than 20,000 enterprise tenants, turning trusted browser marketplaces and everyday AI workflows into a significant data-loss risk for organizations.

Need help with Security?Talk to an Expert

Introduction: Why this matters

AI assistant browser extensions are becoming common “productivity” add-ons for knowledge workers, especially for quick access to tools like ChatGPT and DeepSeek. Microsoft Defender’s investigation shows how this convenience can become an enterprise data-loss channel: a look-alike extension installed from a trusted marketplace can continuously collect and exfiltrate sensitive prompts, responses, and internal URLs without behaving like traditional malware.

What’s new / key findings

Microsoft Defender investigated malicious Chromium extensions that:

  • Impersonate legitimate AI assistant extensions using familiar branding and permission prompts (Defender notes imitation of well-known tools such as AITOPIA).
  • Collect LLM chat content and browsing telemetry, including:
    • Full visited URLs (including internal sites)
    • Chat snippets (prompts and responses) from platforms such as ChatGPT and DeepSeek
    • Model identifiers, navigation context, and a persistent UUID
  • Persist like normal extensions (auto-reloading on browser start, storing telemetry in local extension storage).
  • Exfiltrate data periodically via HTTPS POST, which can resemble routine web traffic.

Defender reporting indicates the extensions reached ~900,000 installs, with Defender telemetry confirming activity across 20,000+ enterprise tenants.

How the attack works (high level)

  • Delivery: Published in the Chrome Web Store with AI-themed descriptions. Because Microsoft Edge supports Chrome Web Store extensions, the same listing enables cross-browser reach.
  • Exploitation of trust & permissions: Broad Chromium extension permissions allowed observation of page content and browsing activity. A misleading consent mechanism was used, and updates could re-enable telemetry by default even after users opted out.
  • Command and control: Periodic uploads to attacker-controlled domains such as deepaichats[.]com and chatsaigpt[.]com, clearing local buffers after transmission to reduce artifacts.

Impact on IT administrators and end users

  • Data leakage risk: Prompts often include proprietary code, internal processes, strategy discussions, credentials copied into chats, and other confidential content. Exfiltration of full URLs can reveal internal application structure and sensitive query strings.
  • Compliance and privacy exposure: Captured chat history can contain regulated or personal data, complicating retention, eDiscovery, and data residency obligations.
  • Extension risk becomes “always on”: Unlike a one-time phishing event, a malicious extension can create continuous visibility into user activity across sessions.
  1. Hunt and block known exfiltration endpoints by monitoring outbound HTTPS POST traffic and applying network controls for:
    • *.chatsaigpt.com
    • *.deepaichats.com
    • *.chataigpt.pro
    • *.chatgptsidebar.pro
  2. Inventory and audit browser extensions across managed endpoints, focusing on AI/sidebar tools with broad site permissions.
  3. Tighten extension governance:
    • Use allowlisting for approved extensions
    • Restrict installation sources where possible
    • Review update behaviors and permissions drift
  4. Use Microsoft Defender Vulnerability Management to run Browser extensions assessment, identify risky extensions, and prioritize remediation.
  5. Educate users: treat AI chats like sensitive communications—avoid pasting secrets, tokens, or proprietary content unless the tool and access path are explicitly approved.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Microsoft Defenderbrowser extensionsdata exfiltrationAI securityChromium

Related Posts

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.

Security

Zero Trust for AI: New Microsoft Security Tools

Microsoft has expanded its Zero Trust for AI strategy with new assessment capabilities, a DevSecOps pillar in the Zero Trust Workshop, and practical implementation guidance. The updates help security and platform teams assess AI-related risk, secure AI-assisted development, and build a phased roadmap for adopting Zero Trust controls across AI systems.

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.