Back to stories
Research

Iranian APT Built Malware With AI Mid-War: Check Point Flags MiniFast's LLM Fingerprints

Michael Ouroumis2 min read
Iranian APT Built Malware With AI Mid-War: Check Point Flags MiniFast's LLM Fingerprints

Check Point Research's May 22 report, Fast and Furious – Nimbus Manticore Operations During the Iranian Conflict, documents an IRGC-affiliated threat actor — tracked as Nimbus Manticore, overlapping with UNC1549 and Smoke Sandstorm — using what analysts describe as AI-assisted malware development to build and adapt tooling at operational speed. The group resurfaced during Operation Epic Fury, the US military campaign against Iran launched February 28, 2026, and pushed a previously undocumented backdoor named MiniFast into live operations while the conflict was still active.

The finding matters because it moves AI-generated malware out of the proof-of-concept column and into a nation-state campaign running in real time. It follows Check Point's January analysis of VoidLink, which it called the first documented case of deployment-ready, AI-generated malware. MiniFast is cruder, but it was shipped under wartime tempo against real targets.

The LLM fingerprints

Check Point does not attribute the code to a specific model, but lists four patterns it reads as indicators of machine-generated code: "excessive error handling and defensive programming logic, even around simple API calls"; "repetitive function and method naming patterns containing descriptive or verbose identifiers"; "multiple detailed error-reporting strings and debug-style status messages"; and "modular code organization despite the malware's overall simplicity." Individually, none is conclusive. Together, the report argues, they fit the signature of an operator using an LLM or automated coding assistant to compress development cycles — the same productivity story enterprises sell, turned to offense.

A new backdoor, a quieter delivery chain

MiniFast is a 64-bit Windows PE DLL exposing a single export, CheckForUpdates, as its main entry point. Its command-and-control uses JSON-formatted handshakes with Base64-encoded serialized task structures, opcode-based command handling, and supports file management, process enumeration, DLL loading, and persistence via scheduled tasks.

Delivery is where the campaign got more interesting. Alongside the group's familiar fake-job lures, Check Point observed SEO poisoning for the first time: a spoofed getsqldeveloper[.]com site engineered with keyword stuffing and a network of linking domains to rank for "sql developer" searches and serve trojanized installers to engineers hunting for database tooling. Execution then relies on AppDomain hijacking — planting Trojanized XML .config files next to legitimate apps so a malicious AppDomainManager class loads attacker DLLs at runtime.

What changes for defenders

For security teams, the takeaway is cadence. AI assistance lets a mid-tier actor iterate tooling faster than signature-based defenses refresh, and SEO-poisoned developer-tool downloads put the initial-access risk squarely on engineering workstations. Treat unsigned database and dev-tool installers as a supply-chain surface, monitor for anomalous AppDomainManager config entries, and assume the gap between a published technique and its weaponized variant keeps shrinking as code generation gets cheaper.

Learn AI for Free — FreeAcademy.ai

Take "AI Essentials: Understanding AI in 2026" — a free course with certificate to master the skills behind this story.

More in Research

DeepMind's AlphaProof Nexus Cracks 9 Open Erdős Problems With Lean-Verified Proofs
Research

DeepMind's AlphaProof Nexus Cracks 9 Open Erdős Problems With Lean-Verified Proofs

Google DeepMind's AlphaProof Nexus agent produced Lean-checked proofs for 9 of 353 open Erdős problems and 44 OEIS conjectures at a few hundred dollars each — a milestone for verifier-in-the-loop AI reasoning.

7 hours ago2 min read
Revoked Google API Keys Keep Working for 23 Minutes, Aikido Finds
Research

Revoked Google API Keys Keep Working for 23 Minutes, Aikido Finds

Security firm Aikido found that revoked Google API keys can keep authenticating for up to 23 minutes, letting attackers exfiltrate Gemini files and cached conversation data after the key is supposedly killed.

18 hours ago2 min read
METR: Frontier Labs' Internal Agents Could Already Launch Small 'Rogue Deployments'
Research

METR: Frontier Labs' Internal Agents Could Already Launch Small 'Rogue Deployments'

METR's first Frontier Risk Report finds the internal agents at Anthropic, Google, Meta, and OpenAI could already initiate small 'rogue deployments' but can't yet sustain them — and that a large fraction of agent activity goes unreviewed by any human.

19 hours ago2 min read