Iran’s Cyber Arsenal Evolved During War: Nimbus Manticore’s AI-Powered Malware Campaign Alarms Security Experts + Video

Listen to this Post

Featured ImageA New Era of Cyber Warfare Emerged During Operation Epic Fury

When the United States launched Operation Epic Fury against Iran in February 2026, many intelligence observers assumed Iranian cyber units would shift into defensive mode. Instead, the exact opposite happened. A sophisticated Iran-linked threat group known as Nimbus Manticore used the geopolitical chaos as an opportunity to aggressively expand its offensive cyber operations.

According to researchers at Check Point Software Technologies, the group rapidly evolved its malware infrastructure, experimented with new delivery techniques, and even appeared to embrace AI-assisted malware development to accelerate cyber espionage campaigns across multiple continents.

The findings reveal how modern cyber warfare is no longer separated from physical conflict. Instead, both now operate simultaneously, feeding into each other in real time. While missiles and military operations dominated headlines, another battle unfolded quietly inside corporate networks, aviation systems, software companies, and developer environments.

The campaign exposed how state-linked hacking groups are becoming more adaptive, more automated, and far more dangerous than previous generations of cyber actors.

Nimbus Manticore Expanded Beyond Traditional Phishing Operations

For years, Nimbus Manticore has primarily focused on espionage targeting aviation, telecommunications, and defense sectors. The group became notorious for highly convincing career-themed phishing operations that impersonated recruiters, airlines, or job placement agencies.

Employees at major companies were tricked into opening fake interview invitations, downloading malicious files disguised as employment documents, or engaging with fraudulent hiring portals.

However, the 2026 campaign demonstrated a dramatic evolution in operational sophistication.

Researchers identified three distinct operational waves that unfolded between February and April. Each wave introduced increasingly advanced tactics, suggesting the group was adapting in real time during active geopolitical conflict.

The First Wave Quietly Introduced a New Malware Delivery Technique

The initial attacks began before military escalation officially started.

Employees working in aviation and software firms across Saudi Arabia and Australia received fake job offers containing ZIP archives hosted through OnlyOffice infrastructure. At first glance, the files appeared legitimate.

Inside the archive was a Microsoft-signed executable paired with a malicious configuration file. The attackers abused a technique called AppDomain hijacking, which manipulates the .NET runtime environment to silently load malicious DLL files while hiding behind trusted software processes.

This technique allowed attackers to bypass security tools that normally trust Microsoft-signed applications.

The payload delivered an upgraded version of the group’s known MiniJunk backdoor, a malware family already associated with Iranian intelligence operations.

What made this phase particularly dangerous was its stealth. The malware relied heavily on trusted processes and legitimate application behavior, making detection significantly harder for enterprise security systems.

Operation Epic Fury Triggered a More Aggressive Cyber Escalation

As military operations intensified, Nimbus Manticore accelerated its cyber activities.

The second wave revealed that the group was no longer relying solely on fake recruitment campaigns. Researchers discovered a trojanized installer pretending to be the popular video conferencing software Zoom.

Unlike poorly designed fake installers often used by cybercriminals, this malware demonstrated a deep understanding of Zoom’s legitimate installation process.

The malicious installer monitored the creation of scheduled tasks normally generated during authentic Zoom installations. It then silently hijacked those tasks to establish persistence on infected systems without raising obvious security warnings.

This indicated a level of operational maturity rarely seen outside advanced state-sponsored threat actors.

More importantly, this phase introduced an entirely new malware strain named MiniFast.

MiniFast Revealed Signs of AI-Assisted Malware Development

MiniFast quickly became the centerpiece of the campaign.

The malware functions as a fully featured remote access trojan capable of file manipulation, privilege escalation, DLL injection, process management, and persistent system compromise.

However, the technical capabilities were not the most alarming discovery.

Researchers found strong evidence suggesting that portions of the malware were developed using AI-assisted coding tools.

Several characteristics stood out immediately:

Excessive Error Handling Raised Suspicion

The malware contained unusually verbose defensive programming logic surrounding even basic API calls like GetUserName. This kind of excessive error checking is increasingly common in AI-generated code.

Function Naming Patterns Appeared Artificial

The code included highly descriptive function names and modular structures that felt overengineered compared to the malware’s actual complexity.

Debug Messages Reflected AI Coding Habits

Verbose debugging strings and unusually structured comments suggested the developers may have relied on AI coding assistants during development.

This represents a major turning point in cyber warfare.

Instead of requiring large teams of experienced malware developers, threat actors can now leverage AI tools to rapidly generate code, test modules, patch bugs, and accelerate malware evolution during active operations.

In practical terms, AI lowers the barrier for sophisticated cyber operations while dramatically increasing development speed.

SEO Poisoning Became the Most Dangerous Tactical Shift

The third wave introduced perhaps the campaign’s most important innovation.

Rather than directly targeting victims through phishing emails, Nimbus Manticore shifted toward SEO poisoning.

Attackers created a fake software download website impersonating Oracle’s SQL Developer platform. The malicious domain, getsqldeveloper[.]com, was aggressively promoted using search engine manipulation techniques.

Dozens of supporting domains were registered to artificially boost the fake site’s search ranking in Bing and DuckDuckGo results.

Developers searching for legitimate SQL Developer downloads unknowingly encountered the malicious page near the top of search results.

Instead of sending phishing emails, the attackers simply waited for victims to come to them naturally.

This approach fundamentally changes the threat landscape.

Traditional phishing requires identifying targets and actively engaging them. SEO poisoning scales almost infinitely. Anyone searching for software can become a victim without ever receiving suspicious emails.

For software developers, system administrators, and IT professionals, this creates an especially dangerous environment because downloading development tools is part of normal daily workflow.

Cyber Warfare Is Becoming Faster, Smarter, and More Automated

The broader significance of this campaign goes beyond one Iranian threat group.

Nimbus Manticore demonstrated how cyber actors can evolve rapidly during wartime conditions. Military conflict appears to have accelerated experimentation, innovation, and deployment cycles.

The group targeted organizations across Europe, the Middle East, Africa, and increasingly the United States aviation sector.

Researchers believe the operations align closely with intelligence-gathering objectives associated with Iran’s Islamic Revolutionary Guard Corps.

The combination of AI-assisted malware development, stealth persistence techniques, trusted application abuse, and SEO poisoning creates a dangerous blueprint likely to be copied by other nation-state actors.

The cyber battlefield is no longer limited to espionage emails or suspicious attachments.

Now it includes manipulated search engines, weaponized installers, AI-generated malware modules, and passive infection systems that blend seamlessly into normal internet activity.

What Undercode Say:

Modern Cyber Warfare No Longer Resembles Traditional Hacking

The most important takeaway from this campaign is not the malware itself. It is the operational philosophy behind it.

Nimbus Manticore behaved less like a conventional hacking group and more like a rapidly adaptive software startup operating during wartime conditions.

That shift matters enormously.

Historically, nation-state malware campaigns often took months or years to evolve. Attack infrastructure was relatively static, malware families remained consistent, and operational methods changed slowly.

This campaign shows that timeline collapsing dramatically.

AI-assisted development appears to be shortening malware iteration cycles in the same way AI accelerates commercial software engineering.

Threat actors can now prototype malware features faster, automate debugging, and rapidly deploy improved variants during live operations.

That changes defensive cybersecurity completely.

Security Teams May Struggle to Match AI-Speed Threat Evolution

Most enterprise security programs still operate on slow response cycles.

Patching schedules, detection engineering, threat intelligence sharing, and internal approval processes often take weeks.

Meanwhile, AI-assisted threat actors can potentially modify malware behavior daily.

This asymmetry heavily favors attackers.

Traditional antivirus signatures become less useful when malware evolves continuously. Behavioral detection becomes harder when attackers rapidly adapt operational techniques.

The use of AppDomain hijacking also demonstrates another troubling trend: attackers increasingly abuse trusted software ecosystems rather than relying on obviously malicious binaries.

This blurs the line between legitimate and malicious activity.

SEO Poisoning Could Become the Dominant Infection Method

The SEO poisoning component may ultimately become more impactful than the malware itself.

Why?

Because it weaponizes user trust in search engines.

Most cybersecurity awareness training focuses on phishing emails, suspicious attachments, or malicious links received through messages.

Very little training teaches employees to distrust software search results.

Yet developers routinely search for tools, libraries, updates, SDKs, database clients, and open-source utilities every single day.

Attackers understand this behavior perfectly.

By manipulating search rankings, cyber groups can create infection chains that feel completely natural to victims.

The user believes they independently found trusted software.

Psychologically, that is far more convincing than receiving an unsolicited phishing email.

AI Will Likely Democratize Advanced Malware Development

One of the biggest long-term concerns is accessibility.

Advanced malware engineering once required elite technical expertise.

AI changes that equation.

A smaller team with moderate technical skill can potentially build sophisticated malware frameworks using AI coding assistants.

This does not mean AI independently creates cyber weapons. Human operators still direct campaigns. But AI dramatically accelerates productivity and lowers development barriers.

That means more actors will gain advanced offensive capabilities.

Criminal ransomware gangs, espionage groups, hacktivists, and regional intelligence units could all benefit from the same acceleration effect.

Defensive Security Models Need Radical Change

Organizations cannot rely purely on reactive security anymore.

Security teams must increasingly focus on:

Behavioral Detection

Monitoring suspicious runtime behavior instead of static signatures.

Zero Trust Architectures

Assuming compromise is possible and limiting lateral movement aggressively.

Software Verification

Validating software authenticity beyond simple download trust.

Search Hygiene Awareness

Training users to verify domains carefully before downloading tools.

AI-Assisted Defense

Using AI internally to accelerate detection and incident response.

The future of cybersecurity will likely become an AI-versus-AI battlefield.

That future is no longer theoretical.

Nimbus Manticore already demonstrated it in practice.

Fact Checker Results

✅ Check Point researchers did document a three-wave campaign tied to Nimbus Manticore during Operation Epic Fury.
✅ Evidence strongly suggests the malware contained AI-assisted development patterns and advanced persistence mechanisms.
⚠️ Direct attribution to Iran’s IRGC is based on threat intelligence assessments rather than public judicial proof.

Prediction

🔮 SEO poisoning campaigns targeting developers and IT professionals will sharply increase over the next two years.
🔮 AI-assisted malware development will become standard practice among advanced persistent threat groups worldwide.
🔮 Cybersecurity vendors will begin integrating AI-driven behavioral analysis as a primary defense layer against rapidly evolving malware families.

▶️ Related Video (80% Match):

🕵️‍📝Let’s dive deep and fact‑check.

References:

Reported By: securityaffairs.com
Extra Source Hub (Possible Sources for article):
https://www.instagram.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2
Bing

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube