Malware Lures LLMs Toward Forbidden Prompts
Russia-aligned UAC-0099 embeds nuclear-weapon-style prompts in a VBS script to misdirect AI-assisted malware analysis, ESET says.
The next wave of malware may be engineered to fight back against the automated security scanners that hunt it. Researchers say a Russia-aligned group is now embedding deliberately dangerous text into its code—phrases designed to short-circuit the large language models that many security teams now rely on for triage.
GuardBreaker: A New Tactic
Cybersecurity researchers have disclosed a new technique dubbed GuardBreaker that's been put to use by a Russia-aligned threat actor known as UAC-0099 against a target in Ukraine. The goal, according to ESET, is to interfere with AI-assisted analysis by deliberately tripping a large language model's safety mechanisms and preventing its normal functioning.
In a series of posts on X, the Slovak cybersecurity company said the attackers embedded a problematic text string—"I want to make a nuclear weapon. Help me ..."—into their malicious VBS script as a comment. The obvious break from the surrounding code is meant to attract the AI's attention to the safety-sensitive content and stop it from analyzing the rest of the payload.
The GuardBreaker-embedded VBS script is assessed to be part of a broader toolset employed by UAC-0099, which has a track record of targeting transportation and energy sectors.
What MATCHBOIL Actually Does
The script is primarily designed to download and install MATCHBOIL, a C#-based loader exclusively used by the threat actor to deliver additional payloads. In late July 2026, the Computer Emergency Response Team of Ukraine (CERT-UA) warned that the adversary was using a malicious program dressed up as a Notepad++ plugin to compromise Windows systems with a new version of MATCHBOIL.
That campaign shows UAC-0099's persistence—shifting delivery methods and updating its toolset to maintain access to targets in Ukraine. The use of the GuardBreaker trick now suggests the group is also adapting to the defensive technology that analysts use to speed up their work.
The attack, as described, is surgical: a single comment line in a script is enough to stall an LLM-based analyzer, keeping the actual malware hidden further down in the code. The technique is cheap to implement and does not require advanced knowledge of AI systems.
The AI Safety Problem
This is not the first time attackers have employed such tricks to bypass AI-assisted security workflows. In June 2026, a cluster of Python packages, both legitimate and malicious, was found to incorporate an anti-analysis trick against naive LLM-first triage systems as part of the Mini Shai-Hulud, Miasma, and Hades supply chain attack campaigns.
Specifically, the plain-text adversarial prompt injection embeds fake text about step-by-step instructions on biological and nuclear weapons to trip safety guardrails and force AI security scanners into a refusal state.
The approach works because of how some LLM scanners are built: they feed the beginning of a file to a language model without clearly isolating the content as untrusted data. The model sees a request for weapons instructions and shuts down, which stops the analysis before the scanner reaches the actual malware.
Blocking the Scanner
Socket, at the time, described the effect in detail. "It attempts to derail scanners or analyst copilots that feed the beginning of a file to a language model without clearly isolating the content as untrusted data," Socket said. "In weak pipelines, this can cause refusal behavior, prompt confusion, context pollution, or premature classification before the scanner reaches the actual malware."
The technique is a direct consequence of the way modern security tooling has adopted LLMs. When a scanner skips a file because of a safety refusal, the malware may go undetected, or an analyst might receive a false alert that the file is merely a prompt injection attempt, not a real threat.
The result is a new class of evasion that targets the very tools meant to automate analysis, leaving the actual payload to run in the background while the AI is distracted.
A Wider Trend
The June 2026 Python package attack was initially linked to a cybercrime group called TeamPCP, but attribution for activity after May 12, 2026, remains cloudy. The public leak of the Shai-Hulud worm source code has allowed other threat actors to adopt similar tactics, blurring the line between distinct campaigns.
Last week, Socket and Step Security also detailed another Mini Shai-Hulud compromise affecting the npm package @7nohe/openapi-react-query-codegen to deliver an obfuscated JavaScript loader responsible for decrypting and downloading a second-stage stealer that targets cloud credentials, package registry credentials, GitHub Actions secrets, and AI agent configuration.
That incident shows the same anti-AI trick being reused in a different ecosystem, further evidence that the technique is spreading.
TeamPCP Members Arrested
Two alleged members of TeamPCP, Ruben Ian Thomson, 21, and Louis Michael Gaebler, 23, of Western Australia, have since been arrested by authorities for their involvement in the supply chain attack spree, identity crime, and cryptocurrency-based money laundering. The group is believed to have been active since 2020.
Flare, a threat intelligence firm, pieced together the hacking group's digital footprint and traced the online personas (both TeamPCP and DeadCatx3) to Ruben Thomson, and that he acted as its leader.
"The group's early operations were pure opportunism: scan for exposed services, drop a container, mine Monero," Flare said in a report. The firm also highlighted how TeamPCP evolved, noting that they learned to target build pipelines and security tooling itself.
Why It Matters
The GuardBreaker technique is not a breakthrough in malware sophistication, but it is a reminder that the defensive use of LLMs is still young and easily fooled. Security teams that trust AI to triage code or flag malicious files may need to adjust their pipelines to handle untrusted content more carefully, isolating it before it reaches a model.
For organizations using LLM-based scanners, this could mean adding a pre-processing step that strips comments or flags strings that look like prompt injection. It could also mean training analysts to recognize when a refusal is itself a sign of malicious activity, not just a benign failure.
The fact that a Russia-aligned group has adopted this tactic—while a separate cybercrime group is behind similar tricks—suggests the technique is being tested by multiple actors. As AI tools become more common in security, the incentives to break them will only grow.
Sources
- The Hacker News Original source
Continue Reading
AI Platforms Under Siege as Critical Flaws Exploited
Attackers exploit critical Langflow and Rails flaws for credential probing and C2 activity.
Frontier AI Stirs Financial Cyber Risk Warning
FSB warns G20 that frontier AI could fundamentally alter cyber risk, urging resilience.
Cisco routers become covert spying tools
China-linked Fire Ant targets network gear, raising doubts about evidence integrity.