The Offensive: AI as a force multiplier for adversaries
Adversaries have never been shy about abusing new technology. While ethical developers spent 2024 and 2025 building guardrails, threat actors spent that same time figuring out how to route around them. The democratization of powerful LLMs has lowered the barrier to entry for complex attacks and turned script kiddies into far more capable operators.
1. Malicious LLMs: From WormGPT to DarkBART-Style Models
The emergence of models like WormGPT and its successors marked a clear shift. These are effectively “jailbroken” LLMs trained on malware code, exploit writeups, and phishing templates—without the ethical constraints of mainstream tools.
Instead of simply helping an attacker write a generic phishing email, malicious LLMs now generate hyper‑personalized, context‑aware lures tuned to a target’s role, region, and internal jargon. They strip out classic red flags (poor grammar, odd phrasing), making it far easier for these messages to bypass traditional secure email gateways (SEGs) and trick even savvy users.
2. AI-Amplified Social Engineering and Deepfakes
We’ve entered the era of technology‑enhanced social engineering. The now‑well‑known Hong Kong “deepfake CFO” case where an employee was tricked into authorizing a large wire transfer during a video call where the “colleagues” were AI‑generated fakes is no longer an outlier. It’s a preview.
Today’s social engineering blends:
Real-time voice cloning to impersonate executives or vendors on calls.
Video synthesis and face swapping to fake presence in meetings.
LLM‑written scripts and emails that sustain long‑running scams with consistent tone and believable detail.
These multi‑modal attacks directly weaponize human trust. For a deeper dive into how deepfakes and GenAI are changing social engineering tradecraft and how verification processes are being inverted. See ourSocial Engineering Guide and our Tradecraft Tuesday recap onAI: Friend or Faux in Cybersecurity?.
3. Polymorphic Malware and Automated Vulnerability Research
Attackers are also using GenAI to automate some of the most labor‑intensive parts of the kill chain.
Polymorphic malware:
As we’ve covered in our guide topolymorphic viruses, polymorphic malware mutates its code or appearance on each execution while keeping its malicious behavior intact. GenAI can now dynamically:Rewrite code structure and encryption routines
Rotate keys and obfuscation strategies
Generate many slightly different variants on demand
This makes simple, signature‑based defenses effectively useless. Detection has to pivot to behavior, telemetry, and human‑guided analysis rather than static hashes.
Automated vulnerability research (“vibe coding” for exploits):
Adversaries are feeding large proprietary codebases into LLMs to identify potential weaknesses at a scale humans can’t match. In some cases, models can propose exploit patterns or proof‑of‑concepts directly, dramatically shortening the time from bug discovery to weaponization. That’s “vibe coding” applied to offensive security.
4. AI Changes the Economics of Attack: The EvilTokens Case Study
One of the clearest signs that Generative AI has changed the economics of attack is not a research paper—it is a product sold on Telegram. In early 2026, Huntress researchers traced a wave of device-code-phishing incidents to EvilTokens, a phishing-as-a-service platform advertised for $1,500 plus a $500 maintenance fee.
During a 16-day surge, EvilTokens affected 344 organizations across five countries by abusing a legitimate Microsoft device-code authentication flow. There was no password to steal, malware to deploy, or MFA mechanism to break. Instead, victims were persuaded to authorize the attacker’s session through a process that looked normal to them.
AI helped make that workflow faster and more scalable. EvilTokens generated role-specific, contextually relevant lures at machine speed, dynamically generated device codes when users reached the phishing page, and used inbox, calendar, and document context to draft convincing follow-on wire-fraud emails in the victim’s voice within minutes of token capture. What previously required hours of work from a skilled social engineer could now be compressed into minutes.
That is the real shift. EvilTokens did not need to invent a new authentication technique. It packaged an existing one with AI-assisted automation, sold it as a service, and lowered the entry cost for running a targeted phishing campaign to roughly $2,000 before other operating expenses. The barrier is no longer only technical skill; it is access to a ready-made platform and the budget to use it.
5. Trust Is Now an Attack Surface
As AI tools become part of daily workflows, attackers are targeting the trust people place in those tools directly—using familiar brands, legitimate domains, and trusted platform features to make malicious actions look routine.
Between July 21 and July 22, 2026, Huntress documented FakeAgent, a malvertising campaign that used sponsored Bing results to direct users to a malicious public Claude Artifact hosted on the legitimate Claude.ai domain. The Artifact redirected users to a fake Claude Desktop download, and the resulting payload was attributed to SectopRAT. At least 29 organizations fell victim to the campaign, and the Artifact received 7,100 page views before it was removed.
In a separate July investigation, Huntress reverse-engineered MacSync, a six-stage macOS stealer and remote access trojan. The victim searched Google for how to install Claude on a Mac, clicked a sponsored result, and reached a weaponized claude.ai/share conversation styled as an Apple Support installation guide. The page instructed the victim to paste a single Terminal command, which launched a chain designed to steal browser data, Keychain secrets, account credentials, cloud and SSH keys, and cryptocurrency-wallet information.
Neither campaign required attackers to break the underlying AI service. Instead, both abused the trust signals surrounding AI tools: legitimate domains, public shares, sponsored search results, and familiar installation flows. As AI platforms become as routine as search engines, attackers will keep counterfeiting that familiarity rather than trying to break the technology underneath it.