# Threat Actors Weaponize ChatGPT Share Links to Deliver Malware via Fake Outage Pages
Cybercriminals are exploiting OpenAI's legitimate content-sharing features to conduct targeted malware campaigns with sophisticated social engineering tactics. The "LLMShare" campaign, recently uncovered by Push Security, demonstrates how AI platform vulnerabilities can be weaponized at scale when combined with advertising infrastructure and cloaking techniques.
## The Threat
The LLMShare campaign represents a novel approach to delivering malware by leveraging trusted infrastructure. Threat actors are using Google paid search advertisements to redirect users searching for ChatGPT toward malicious shared ChatGPT pages hosted directly on OpenAI's domain (chatgpt.com/s/). When victims click these ads, they arrive at what appears to be a legitimate ChatGPT URL displaying an official-looking outage notice.
The fake outage message reads: *"We're experiencing high traffic right now. Our website is temporarily unavailable due to a large number of users. Download our desktop app to continue."*
This social engineering approach exploits two human vulnerabilities simultaneously: trust in familiar domains and urgency during service disruptions. Users seeing an outage message from chatgpt.com are far more likely to comply with download instructions than if the same message appeared on an unfamiliar domain.
When users click the download button, they are redirected to openew[.]app, a spoofed OpenAI download portal that distributes malware for both Windows and macOS systems. The malware payloads remain unconfirmed, though previous similar campaigns have distributed infostealers and other credential-theft malware.
## Background and Context
This campaign exemplifies a broader trend of threat actors exploiting AI platform sharing features. Push Security's research reveals that malicious actors have systematically abused content-sharing capabilities across multiple AI services:
Earlier in 2026, a separate campaign used Google advertisements to direct users searching for Claude downloads to fraudulent shared conversations containing malware installation steps. The consistent pattern suggests threat actors view AI platform sharing features as high-trust distribution channels that bypass traditional email and web filtering controls.
The key advantage of these platforms: content is rendered from legitimate domains with legitimate security certificates, making traditional URL reputation filters largely ineffective.
## Technical Details
### The Rendering Attack
The LLMShare campaign's technical sophistication lies in how it exploits ChatGPT's HTML rendering capabilities. Rather than hosting a phishing page on attacker-controlled infrastructure, the threat actors created a custom HTML page and published it through ChatGPT's share feature (chatgpt.com/s/links).
When visitors access these links, they see a rendered HTML page—complete with CSS styling and interactive elements—served directly from OpenAI's domain. The page includes visible ChatGPT interface elements like "Show code" and "Remix with ChatGPT" buttons, providing plausible deniability that the content is user-generated rather than a phishing attack.
### Cloaking Evasion
The download site at openew[.]app employs cloaking technology to evade automated security scanning. When security platforms like URLScan attempt to analyze the URL, they receive a benign AR/VR company website instead of the malware portal. This selective content delivery ensures that:
The Windows malware variant, analyzed on Any.Run, executes reconnaissance commands to determine whether the infected device is:
This detection evasion ensures the malware only executes fully on real victim systems, further reducing detection rates.
### Attack Chain Summary
| Stage | Mechanism | Trust Signal |
|-------|-----------|--------------|
| Discovery | Google paid search ads | Legitimate ad network |
| Landing | ChatGPT share link (chatgpt.com/s/) | OpenAI domain, HTTPS |
| Social Engineering | Fake outage notice with urgency | Rendered from legitimate platform |
| Payload Delivery | Spoofed download site (openew[.]app) | Domain typosquatting, cloaking |
| Execution | Platform-specific malware installers | VM detection, evasion |
## Implications for Organizations and Users
### Immediate Risk Factors
Individual Users:
Organizations:
### Broader Implications
This campaign highlights a critical gap in AI platform security: content-sharing features lack sufficient abuse prevention mechanisms. While these features provide legitimate utility for users and developers, they simultaneously create distribution channels for malware that:
1. Bypass email-based phishing filters
2. Evade domain reputation systems
3. Leverage trust in legitimate service providers
4. Can be rapidly deployed and modified without traditional hosting infrastructure
The abuse of AI artifacts and shared conversations is likely to expand as threat actors recognize the advantages of platform-based distribution over traditional phishing infrastructure.
## Recommendations
### For Platform Providers (OpenAI, Anthropic, Others)
### For Organizations and SOC Teams
### For Individual Users
---
## HackWire Analysis
The LLMShare campaign succeeds because it exploits a fundamental trust asymmetry: users trust domains more than they scrutinize content. When that trusted domain (chatgpt.com) serves a message claiming service unavailability, skepticism evaporates. This pattern will likely define attack campaigns throughout 2026.
What's particularly notable here is the normalization of AI platform abuse. We've gone from isolated campaigns abusing individual shared conversations to systematic weaponization of entire features. Push Security's discovery of similar tactics across ChatGPT, Claude Artifacts, and Grok suggests threat actors now view AI sharing capabilities as standard malware distribution infrastructure—as reliable and routine as compromised WordPress blogs or malicious ads.
The cloaking layer adds another dimension: these attacks are designed to *fail gracefully* in sandboxes and security environments. When a malware operator sees that automated tools visiting openew[.]app get harmless content, they've gained valuable intelligence. The malware only activates for real users, meaning detection rates stay low and campaigns can run longer.
Organizations should update their incident response playbooks: outage announcements are now a social engineering vector. When ChatGPT, Claude, or any critical cloud service goes down, staff will naturally search for workarounds. Threat actors will be waiting in that search traffic. The defense isn't perfect verification protocols (too cumbersome during actual outages)—it's teaching teams to use *official status pages* as their sole source of truth, bookmarked and referenced before any download occurs.
For defenders, the deeper lesson is this: you can't filter or block your way out of trusted-domain attacks. A ChatGPT share link is a legitimate ChatGPT share link. The malice is in the content, not the infrastructure. That means the responsibility for abuse prevention shifts entirely to platform vendors. OpenAI and Anthropic need to make sharing features significantly harder to weaponize—rate limiting, review mechanisms, and behavioral heuristics to flag suspicious content patterns—or expect these features to become standard malware vectors.
— HackWire Editorial
---
## Related Coverage