Skip to content
AI-Generated Malware in 2026: Inside the Rise of Polymorphic, Self-Mutating Threats
Technology43 min read

AI-Generated Malware in 2026: Inside the Rise of Polymorphic, Self-Mutating Threats

Scult Team
43 min read

Generative AI now writes and mutates malware in real time, and nearly 90% of new malware strains found in 2026 show polymorphic, signature-evading behavior.

AI-Generated Malware in 2026: Inside the Rise of Polymorphic, Self-Mutating Threats

Direct answer: AI-generated and polymorphic malware is malicious code that a generative AI model helps write, mutate, or deploy — often changing its own structure on every execution so that no two copies look identical to a security scanner. It matters right now because it has stopped being a research curiosity: security researchers report that nearly 90% of new malware strains identified in 2026 show polymorphic characteristics, and named real-world discoveries — MalTerminal, ESET's PromptLock, the LameHug and PromptSteal campaigns, and IBM X-Force's Slopoly backdoor — prove threat actors are already using large language models to generate ransomware and reverse-shell code at runtime, not just in a lab demonstration. The practical consequence is that the traditional gap between a vulnerability being discovered and being widely exploited has collapsed from weeks to hours, and signature-based detection, the backbone of antivirus software for decades, is losing ground against code that no longer holds still long enough to be fingerprinted.

From Curiosity to Weapon: How Generative AI Rewired the Malware Playbook

Polymorphic malware — code engineered to change its own structure, encryption, or behavior on each execution specifically to defeat signature-based detection — is not a new idea. What changed by 2026 is who can produce it and how easily. Security researchers now report that nearly 90% of new malware strains identified this year show polymorphic characteristics, a figure that reflects a fundamental shift in how malware gets written: generative AI is being used directly to write malicious code, generate the phishing lures that deliver it, and manage the mutation logic that keeps each copy looking distinct to a scanner. Tasks that once required a genuinely skilled malware author — someone who understood obfuscation techniques, evasion tricks, and how antivirus engines actually work — can now be substantially handled by prompting a capable model, which lowers the skill floor for producing something that used to require real specialist expertise.

The older malware-distribution model assumed a kind of economy of scale that worked in the defender's favor: an attacker wrote one piece of malware, distributed many identical or near-identical copies, and a defender who caught one copy could write a single signature to catch every other copy from the same campaign. Polymorphism broke that assumption for defenders even before AI entered the picture, but it required real engineering effort to pull off well. Generative AI removes much of that effort. A model can be used to regenerate a payload's structure, variable names, control flow, or encryption wrapper on every single deployment, producing malware that is functionally identical in what it does but structurally unique in how it looks to a scanner every time it runs — turning what used to be a specialized technique into something closer to a default setting.

The named, real-world cases anchoring this trend matter because they move the conversation from "AI could theoretically be used this way" to "here is documented malware that was actually built and deployed this way." MalTerminal, ESET's PromptLock, the LameHug and PromptSteal campaigns, and IBM X-Force's Slopoly backdoor are not hypothetical scenarios sketched out in a research paper — they are specific, named pieces of malware that security teams have found, analyzed, and had to respond to. The next section walks through each of these individually, because understanding what they actually did is more useful than any general description of "AI-powered malware" as an abstract category.

It's worth pausing on why this shift is happening now rather than, say, five years ago, when generative AI models already existed in some form. The honest answer is a combination of model capability and accessibility crossing a threshold roughly simultaneously. Earlier language models were considerably less reliable at producing genuinely functional code on the first attempt, which limited their usefulness to an attacker who needed working malware, not just plausible-looking code. As model quality has improved and access to capable models has broadened — through commercial APIs, open-weight models that can be run without oversight, and jailbreaking techniques that strip away a provider's safety guardrails — the practical barrier between "an attacker wants AI-generated malware" and "an attacker has AI-generated malware" has narrowed considerably. None of this requires assuming any specific vendor's model was misused in a particular case; it's simply the general capability trend that made MalTerminal, PromptLock, and the other named cases possible in the form documented.

The Named Attacks That Put This on the Map

MalTerminal

MalTerminal is described in security research as the earliest known GPT-4-powered malware, notable specifically because it doesn't just use AI-generated code baked in at build time — it calls a large language model at runtime to generate ransomware or reverse-shell code on the fly, while it's actually running on a target system. That distinction matters enormously for detection. Malware that's AI-assisted only during development still produces a static, analyzable binary once it's finished — a reverse engineer can eventually pull it apart and document what it does. Malware that generates its actual malicious logic at runtime, on demand, is a fundamentally harder target, because the malicious payload doesn't fully exist in a fixed form until the moment it's needed on the victim's machine.

PromptLock

ESET's discovery of PromptLock added a second, independently documented data point to the same underlying pattern: real-world malware samples built to leverage a language model's generative capability directly as part of the attack, rather than merely being written with AI assistance by the human developer beforehand. Having two independently discovered, named samples — MalTerminal and PromptLock — surfacing in roughly the same window is a meaningful signal in itself. It suggests this isn't an isolated one-off proof of concept from a single research team, but an approach multiple threat actors or malware developers are converging on independently, which is usually a sign a technique is genuinely proving effective rather than just theoretically interesting.

LameHug and PromptSteal

The LameHug and PromptSteal campaigns extend the same underlying trend into a slightly different use case: rather than generating novel attack code from scratch at runtime, these campaigns are documented as using AI-assisted techniques as part of broader intrusion and data-theft operations. Naming two distinct, tracked campaigns in this category — rather than one — reinforces that AI-assisted malware isn't confined to a single technique or a single actor's toolkit. It's showing up across multiple, independently tracked operations, which is exactly the pattern security researchers point to when they describe this as a broad shift in tooling across the threat landscape rather than a narrow, contained trend.

Slopoly and the Interlock Ransomware Connection

IBM X-Force's documentation of the Slopoly backdoor is one of the more operationally significant data points in this trend, because it ties an AI-generated or AI-assisted malware component directly to a named, active threat group and a named ransomware operation: the group Hive0163 used Slopoly in an Interlock ransomware attack in early 2026. That connection matters because it shows this isn't confined to standalone proof-of-concept malware — it's being integrated into the toolkits of groups already running active ransomware campaigns, meaning the AI-assisted component is being layered onto existing, proven criminal business models rather than replacing them. For any organization assessing its own ransomware exposure, the Hive0163/Interlock/Slopoly connection is a concrete reminder that "ransomware defense" and "AI-generated malware defense" are no longer two separate planning conversations — for groups like Hive0163, they're the same conversation.

Looking at these four cases together rather than individually, a pattern emerges that matters more than any single sample's technical details. MalTerminal and PromptLock show independent convergence on runtime AI code generation as a viable technique. LameHug and PromptSteal show the same underlying capability applied to intrusion and data-theft operations rather than just payload generation. And Slopoly shows the technique already being absorbed into an active, revenue-generating ransomware group's standard toolkit rather than remaining an isolated experiment. Read in sequence, these cases don't describe four unrelated curiosities — they describe one capability (AI-assisted or AI-generated malicious code) spreading across multiple distinct threat actors, multiple attack objectives, and at least one already-established criminal business model, within a fairly narrow window of time. That breadth of adoption, more than the sophistication of any individual sample, is the strongest evidence that this is a durable shift in how malware gets built rather than a passing novelty.

Why This Is Accelerating in 2026

Three things are compounding at once to make this the year AI-generated malware moved from a specialist concern to a mainstream security-planning topic. The first is sheer prevalence: when close to 90% of new malware strains show polymorphic characteristics, defenders can no longer treat self-mutating code as an edge case reserved for the most sophisticated attackers — it has become close to the default expectation for anything newly discovered. The second is the collapse of the traditional exploitation timeline. Historically, there was a meaningful gap between a vulnerability being publicly disclosed and a reliable, widely distributed exploit for it appearing — often measured in weeks, giving defenders a window to patch. AI-assisted malware development has compressed that window down toward hours in many documented cases, because generating a working exploit or a mutated payload variant no longer requires the same manual engineering time it used to.

The third factor is the multiplying effect of using generative AI for more than just the malicious payload itself. The same underlying capability that lets an attacker generate mutated code also lets them generate the phishing lures, the pretext emails, and the social-engineering scripts that deliver that code to a target in the first place — meaning the entire attack chain, not just the malware binary, benefits from AI assistance simultaneously. A threat actor no longer needs to be independently skilled at both malware engineering and persuasive social engineering; a capable model can meaningfully assist with both halves of the operation, which lowers the combined skill and time investment required to run a credible campaign from end to end.

It's worth being precise about what's actually new here versus what's simply continuing an existing trend. Malware authors have used automation and obfuscation tools for years, and polymorphic techniques predate generative AI by a long time. What's genuinely new in the 2026 data is the scale at which a single underlying capability — a general-purpose language model — can be pointed at multiple stages of an attack simultaneously: writing the initial payload, generating mutation logic, crafting delivery lures, and in the case of MalTerminal-style malware, generating attack logic live at runtime. That consolidation of previously separate specialist skills into one accessible capability is the real story behind the acceleration, more so than any single new malware family on its own.

This has a direct effect on who is capable of running a credible attack, which is worth stating plainly rather than leaving implicit. Sophisticated, well-resourced threat actors still exist and still matter, but the floor has dropped for less experienced operators who previously lacked the specialist skill to write genuinely functional, evasive malware from scratch. That doesn't mean every low-skill actor is now equally dangerous — operational security, target selection, and monetization still separate an effective campaign from a clumsy one — but it does mean the population of people technically capable of producing a working, evasive malware sample has grown, which is a reasonable part of the explanation for why volume, not just sophistication, is climbing across the statistics cited throughout this piece.

The Stakes for Security Teams and the Businesses They Protect

The most direct consequence for any organization running traditional antivirus or signature-based endpoint protection as a primary control is that this category of defense is now fighting from a structurally weaker position than it has in years. Signature detection works by recognizing known patterns in previously analyzed malware — but when close to 90% of new strains are polymorphic, and a meaningful subset of those are generated or mutated by AI at or near runtime, the "previously analyzed, known pattern" a signature depends on may simply not exist for the specific copy hitting a given network. This doesn't make signature-based tools worthless — they still catch a great deal of commodity malware — but it does mean an organization relying on them as a primary line of defense, rather than one layer among several, is more exposed than it may realize.

The compressed exploitation timeline changes incident-response math directly. When the gap between vulnerability disclosure and widespread exploitation shrinks from weeks to hours, the operational window a security team has to patch, isolate, or otherwise respond before an exploit is actively used against them shrinks along with it. That has direct budget and staffing implications: patch-management cadences and vulnerability-response SLAs built around a "we have a couple of weeks" assumption are being tested against a threat landscape where that assumption may no longer hold for a meaningful share of newly disclosed vulnerabilities.

There's also a less obvious but important stake here around integration with existing criminal business models. The Slopoly/Hive0163/Interlock connection shows AI-generated malware components being folded directly into active ransomware-as-a-service-style operations rather than remaining a standalone novelty. That matters because ransomware groups already have working extortion, negotiation, and payment-laundering infrastructure — adding an AI-assisted malware component to an already-functioning criminal business model is a far smaller lift for the attacker than building a whole new operation from scratch, which is exactly why this integration should be read as an acceleration risk rather than a one-off incident specific to a single group.

For security leaders reporting up to a board or an executive team, this trend also changes what an honest risk conversation needs to include. It's no longer accurate to describe malware risk purely in terms of past incident frequency or a generic "attacks are increasing" trend line, because the underlying nature of what a successful attack looks like has shifted. A board asking "are we protected against the malware that hit us last year" is asking a meaningfully less useful question than one asking "would our current detection stack catch a self-mutating variant of that same malware, generated fresh, that none of our tools have ever seen before." Reframing the question that way tends to surface gaps that a purely historical-incident-based risk review misses entirely, and it's a reframing worth pushing for explicitly rather than assuming it happens automatically during a routine annual security review.

Where the Regulatory and Institutional Response Is Coming From

The institutional and regulatory response to this trend is real but noticeably less mature and less globally distributed than the response to some other AI-security risks. In the United States, guidance relevant to AI-generated malware defense has come from CISA, and IBM X-Force — a US-headquartered security research team — is the group that documented the Slopoly backdoor and its connection to the Hive0163 group's Interlock ransomware campaign in early 2026, making the US the source of some of the most concrete, named research in this specific area. Beyond that, the picture thins out considerably: no distinct regional-specific reporting on AI-generated or polymorphic malware incidents was found specific to the UK, the UAE, or Australia in the research behind this piece, which is worth stating plainly rather than glossing over.

In Europe, the response so far is more institutional-framework-focused than incident-specific. The European Union Agency for Cybersecurity, ENISA, is referenced as a source for threat-mitigation frameworks relevant to AI-enabled malware, and a body described as the "European Institute of Cybersecurity" has been cited specifically in connection with quantum-malware analysis — a still-largely-theoretical malware category covered in more detail in the Q&A section below. No Germany-specific or France-specific incident was identified in the research reviewed, beyond these general EU-level references, which suggests the European response at this stage is concentrated more on building frameworks and guidance than on publicly documented, named incident response.

China presents an interesting gap worth naming honestly: no distinct regional reporting was found on AI-generated malware specifically attributed to, or targeting, China in the sources behind this piece. That's a different situation from the deepfake-fraud trend covered elsewhere, where China has moved early and decisively on binding content-labeling rules — here, the documented picture is simply thinner. Separately, there is reporting on state-linked actors' use of jailbroken AI coding assistants for attack-chain automation, but that's tracked as its own distinct trend under agentic AI security research rather than as part of the polymorphic-malware picture covered in this piece, and it deserves its own dedicated treatment rather than a partial mention here.

Taken together, the regional picture shows a response that is real — CISA guidance, ENISA frameworks, named research from IBM X-Force — but considerably less mature and less evenly distributed than the malware trend itself, which is spreading through named campaigns (MalTerminal, PromptLock, LameHug, PromptSteal, Slopoly) that aren't confined to any single country's threat landscape. Security teams operating internationally should read the thinness of regional reporting as a visibility gap to plan around, not as evidence the underlying risk is actually smaller in the regions where documentation is currently sparse.

This unevenness is itself worth building into planning for any organization operating across multiple regions. A security program that calibrates its urgency to the volume of publicly documented, named local incidents will systematically underinvest in exactly the markets where reporting is thinnest — the UK, the UAE, Australia, and Germany and France beyond the general EU framework, based on the research reviewed for this piece — even though nothing about the underlying technique (a language model generating or mutating malicious code) is inherently limited to the regions where it happens to have been documented first. The more defensible planning assumption is that detection and response capability should be built to a consistent global standard, informed by wherever the most detailed documentation currently exists — the US-based MalTerminal, PromptLock, and Slopoly research chief among it — rather than scaled down in regions simply because local, named incident reporting hasn't caught up yet.

Building a Defense That Assumes the Malware Will Keep Changing

The starting point for any realistic defense against this category of threat is accepting that signature-based detection alone is no longer sufficient, without concluding that it should be abandoned. Behavioral and heuristic analysis — watching what a piece of code actually does once it runs, rather than trying to match its static structure against a known-bad pattern — holds up meaningfully better against polymorphic malware, because behavior (attempting to encrypt files en masse, establishing a reverse shell, exfiltrating data to an unfamiliar endpoint) tends to stay recognizable even when the underlying code structure changes on every execution. This is why modern endpoint detection and response platforms lean heavily on behavioral telemetry rather than signature matching alone, and why organizations still relying primarily on older signature-based antivirus tooling should treat an upgrade to behavior-based detection as a near-term priority rather than a someday project.

Adversarial AI thinking needs to become part of how security teams evaluate their own defenses, not just something attackers use offensively. If a defender assumes an attacker can use a language model to iterate rapidly on payload variants until one slips past a given detection rule, the right response is to build detection that doesn't depend on any single static rule holding up — layering behavioral analysis, anomaly detection, and network-level monitoring so that defeating one layer doesn't mean defeating the whole stack. This same adversarial mindset cuts the other way too: generative AI can be used defensively, helping security teams analyze suspicious code faster, generate detection rules for novel behavior patterns, and simulate attack variants during testing — meaning the same underlying technology fueling this threat is also becoming part of the toolkit used to fight it, which is a genuinely active and fast-moving area of security tooling development right now.

Given how much of this trend runs through software supply chains, cloud-native infrastructure, and internet-connected devices — the same TrustCloud research anchoring this piece separately names supply chain attacks, cloud-native attacks, and AI-enhanced IoT botnet propagation among the top emerging malware categories of 2026 — a secure software development lifecycle matters as much as any endpoint-security purchase. Dependency scanning, code review discipline, and treating AI-generated code suggestions as an unreviewed first draft rather than a finished product are the same fundamentals that apply broadly across custom software development, and they matter more, not less, when the malware landscape itself is increasingly AI-assisted on the attacker's side. Our security page documents how we think about layered detection and secure development practices across client engagements, and if terms like polymorphic, fileless, or signature evasion are being used loosely across your own security and engineering teams, our glossary is a useful place to get everyone aligned on the same definitions before they show up in an incident report.

There's a defensive-automation angle worth building deliberately rather than assembling ad hoc under incident pressure. Automatically triaging suspicious files, correlating behavioral signals across endpoints, and escalating genuinely anomalous activity to a human analyst faster than a fully manual process could — the kind of workflow that benefits from being engineered with the same rigor as any other production system — is exactly the sort of work we approach through AI agent and automation, applying the same scoping and oversight discipline to a defensive detection pipeline that we'd apply to any other AI-driven system making decisions inside a business.

Patch and vulnerability management deserve a specific mention here, separate from detection tooling, because the compressed exploitation timeline discussed earlier changes what "reasonable" response speed actually looks like. A monthly or even weekly patch cycle, which used to be defensible for most non-critical systems, is a much riskier default once the gap between disclosure and active exploitation can shrink to hours for a meaningful share of new vulnerabilities. That doesn't mean every organization needs to patch everything instantly regardless of testing and stability concerns — it means the risk calculus behind how long a known, unpatched vulnerability is allowed to sit in production needs to be revisited with this compressed timeline explicitly in mind, rather than left running on assumptions calibrated to an earlier, slower threat landscape.

The organizations managing this risk well aren't trying to win a permanent victory over polymorphic malware — there isn't one available given how quickly the underlying generation technology keeps moving — they're building a defense posture that assumes the malware in front of them next month will look structurally different from anything caught last month, and that doesn't collapse when that turns out to be true. That posture is less about any single tool purchase and more about a standing discipline: layered detection that doesn't depend on any one signal, patch and response timelines calibrated to hours rather than weeks where it matters most, and a development culture that treats both AI-generated malware and AI-generated code inside its own pipelines with the same healthy skepticism.

None of this means the situation is unmanageable, but it does mean the mental model many organizations still use for malware defense — patch regularly, keep antivirus signatures updated, train staff to spot obviously bad emails — needs a deliberate, conscious update rather than a gradual, informal drift toward better practices over time, because drift alone won't close a gap that's widening for structural reasons tied to how the malware itself is now produced. The named cases running through this piece (MalTerminal, PromptLock, LameHug, PromptSteal, Slopoly) aren't included as interesting trivia; they're the concrete evidence that every piece of this shift — AI writing malicious code, AI mutating it to evade detection, AI generating the phishing lures that deliver it, and AI-assisted components being absorbed into active ransomware operations — is already happening in documented, named incidents rather than remaining a forward-looking prediction. The questions below go deeper into the specific mechanics behind each of these named cases and the broader categories of emerging malware threat they sit inside, for any security or IT leader building a fuller technical picture before taking it to budget or board conversations, or before deciding which of these categories deserves the next security budget cycle's attention first.

What Security and IT Leaders Are Asking About AI-Generated Malware

What exactly is malware and why does it remain one of the most persistent threats to organizations in 2026?

Malware is any software deliberately built to damage, disrupt, or gain unauthorized access to a system — ransomware, spyware, trojans, worms, and backdoors are all sub-categories of the same broad problem. It remains one of the most persistent threats in 2026 precisely because the underlying goal (unauthorized access, data theft, extortion, disruption) hasn't changed even as the tools used to pursue it have evolved dramatically. What's different now is production speed and evasion capability: generative AI lets attackers produce functional, evasive malware faster and with less specialist skill than before, and with close to 90% of new strains showing polymorphic characteristics, the traditional defense of matching known signatures against new samples is losing effectiveness at exactly the moment attack volume and sophistication are both increasing. Persistent threats stay persistent when the economics keep favoring the attacker, and right now, generation costs are falling faster than detection costs are.

What are the most significant new types of malware threats emerging in 2026?

Security research tracking this space names several distinct categories as the most significant emerging threats: generative-AI-produced malware capable of writing or mutating its own code, supply chain attack malware that compromises trusted vendors or software components to reach many downstream victims at once, AI-enhanced IoT botnets with improved propagation techniques, deepfake phishing attacks that pair synthetic audio or video with malware delivery, an evolving ransomware-as-a-service model that increasingly incorporates AI-generated payloads, and cloud-native attacks that specifically target containerized and cloud-hosted infrastructure. Quantum malware is also named as an emerging category, though it remains largely theoretical rather than an active, widespread threat today. Each of these categories reflects the same underlying shift: attackers adapting their tooling to whatever combination of AI capability and modern infrastructure gives them the fastest, widest reach with the least specialist effort required.

How does generative AI malware work and why is it so dangerous?

Generative AI malware uses a language model — sometimes called at runtime, as documented in MalTerminal's case — to produce or modify malicious code dynamically rather than relying entirely on a fixed, pre-written payload. In MalTerminal's case specifically, the malware calls a GPT-4-powered process while running on the target system to generate ransomware or reverse-shell code on demand. This is dangerous for a specific structural reason: traditional malware analysis depends on being able to capture and study a fixed sample, but when the malicious logic is generated fresh at the moment it's needed, there may be no single static file that fully represents "the malware" for an analyst to capture and reverse-engineer in the way security teams are used to doing. It also means the same underlying delivery mechanism can produce meaningfully different malicious behavior across different runs or targets, complicating both detection and post-incident forensic analysis.

How does generative AI malware differ from traditional malware, and what makes it so difficult to defend against?

Traditional malware, once written, is a largely fixed artifact — the same binary, or close variants of it, gets distributed to many victims, which is exactly what let defenders write a signature once a sample was captured and analyzed. Generative AI malware breaks that model in two ways simultaneously: it can mutate its own structure on every execution (the polymorphic behavior now present in close to 90% of new strains), and in cases like MalTerminal, it can generate its actual malicious logic at runtime rather than carrying it as fixed code from the start. The defense difficulty compounds because these aren't separate problems — a defender facing malware that's both self-mutating and dynamically generated at runtime is fighting a moving target on two axes at once, which is precisely why behavioral detection (watching what code does rather than what it looks like) has become more important than signature matching (comparing code against known-bad patterns) for this specific threat category.

What defense strategies should organizations adopt against these emerging malware threats?

The strongest documented approach combines several layers rather than relying on any single control. Behavioral and heuristic detection, which analyzes what code actually does rather than matching it against known static signatures, holds up considerably better against polymorphic and AI-generated malware than signature-based tools alone. Faster patch-management cadences matter more given how far the vulnerability-to-exploitation timeline has compressed, sometimes down to hours rather than weeks. Supply chain vigilance — vetting and monitoring third-party components and vendors rather than trusting them by default — addresses the supply chain attack category specifically. Employee awareness training needs to account for AI-generated phishing lures that are more polished and personalized than older, more obviously flawed phishing attempts. And organizations should treat AI-generated code, including their own developers' AI-assisted output, as requiring the same review rigor as any other unvetted contribution, since the malware side of this trend and the software-development side of it are powered by the same underlying capability.

What are supply chain attack malware and why are they particularly dangerous for large enterprises?

Supply chain attack malware compromises a trusted vendor, software library, or update mechanism in order to reach every downstream organization that relies on that component — rather than attacking each target individually, the attacker compromises one shared dependency and lets normal software-distribution channels carry the malware to everyone using it. This is particularly dangerous for large enterprises because they typically depend on an extensive web of third-party software, open-source components, and vendor integrations, any one of which represents a potential entry point that the enterprise's own security team doesn't directly control or fully audit. A single compromised dependency, once it clears an organization's normal update and patching process, effectively bypasses much of the perimeter security built to keep attackers out, because it arrives through a channel already trusted and whitelisted by the organization's own systems.

What is quantum malware and should organizations be actively preparing for it today, even though it remains largely theoretical?

Quantum malware refers to malicious code designed around quantum computing capabilities — potentially exploiting quantum computing's future ability to break current encryption standards, or malware built to run on or interact with quantum systems as they become more available. It's named as an emerging category in current malware research, including analysis referenced from a body described as the European Institute of Cybersecurity, but it remains largely theoretical rather than an active, widespread threat organizations are currently facing in production environments. That said, "theoretical today" doesn't mean "irrelevant to plan for" — organizations handling long-lived sensitive data, particularly anything that needs to remain confidential for many years, are increasingly advised to begin evaluating quantum-resistant encryption approaches now, since data encrypted today with standards quantum computing could eventually break may still be sensitive by the time that capability matures.

What is MalTerminal and why is it called the earliest GPT-4-powered malware?

MalTerminal is documented as the earliest known malware to use GPT-4 directly as part of its own operation, distinguishing it from malware that was merely written with AI assistance during development. Rather than carrying a fixed malicious payload from the start, MalTerminal calls a GPT-4-powered process at runtime — while it's actually executing on a target system — to generate ransomware or reverse-shell code on demand. That "earliest known" designation matters because it establishes a concrete, documented starting point for a technique that security researchers had discussed as a future possibility for some time before it was found in the wild. Once one real example is confirmed and named, it becomes a reference point other researchers actively look for related or copycat techniques against, which is part of why MalTerminal is treated as a landmark case rather than just one malware sample among many in this trend.

What is ESET's PromptLock malware sample?

PromptLock is a malware sample discovered and documented by ESET that, like MalTerminal, is built to leverage a generative AI model's capability directly as part of the attack rather than relying solely on AI assistance during the human development process beforehand. Its significance comes partly from timing: PromptLock and MalTerminal being independently discovered and documented in roughly the same period suggests this runtime-generation approach isn't an isolated proof of concept from a single research group, but a pattern multiple malware developers or threat actors are converging on separately. For defenders, having two independently named, analyzed samples in this category gives security researchers more to work with when building detection approaches specifically targeted at AI-assisted runtime code generation, rather than trying to generalize from a single data point.

What are the LameHug and PromptSteal malware campaigns?

LameHug and PromptSteal are two distinct, separately tracked malware campaigns documented as using AI-assisted techniques as part of broader intrusion and data-theft operations. Naming two separate campaigns in this category, alongside the standalone MalTerminal and PromptLock samples, reinforces a broader pattern running through this entire trend: AI-assisted malware isn't confined to one technique, one actor, or one narrow use case. It's showing up across multiple, independently tracked operations with different specific objectives, which is exactly the kind of pattern that leads security researchers to treat this as a structural shift in the threat landscape rather than a handful of isolated, unrelated incidents that happen to involve AI.

What is IBM X-Force's Slopoly backdoor and how did Hive0163 use it in an Interlock ransomware attack?

Slopoly is a backdoor documented by IBM X-Force that the threat group Hive0163 used as part of an Interlock ransomware attack in early 2026. A backdoor gives an attacker persistent, ongoing access to a compromised system, and its use here as a component within a broader ransomware operation shows AI-generated or AI-assisted malware components being integrated directly into an already-active criminal business model rather than existing as a standalone experimental threat. That integration is arguably more concerning than a standalone proof-of-concept sample, because it shows a functioning, revenue-generating ransomware group actively adopting this category of tooling into its operational playbook — meaning defenses against Hive0163-style ransomware attacks now need to account for AI-assisted components as a realistic part of the attack chain, not a hypothetical future addition.

Why are nearly 90% of new malware strains in 2026 considered polymorphic?

The near-90% figure reflects how thoroughly generative AI has lowered the effort required to build self-mutating code into new malware by default, rather than reserving that technique for an attacker's most sophisticated campaigns. Where polymorphism used to require real engineering skill and effort to implement well, a capable language model can now handle much of that mutation logic — regenerating a payload's structure, encryption wrapper, or variable naming on each deployment — as a routine, low-effort addition to a piece of malware rather than a specialized feature. When a defensive technique (polymorphism, in this case functioning as an offensive evasion technique) becomes this cheap to add, it stops being reserved for elite operations and becomes close to a default setting across the broader malware ecosystem, which is exactly the shift the near-90% figure is documenting.

How does AI-generated malware evade signature-based antivirus detection?

Signature-based antivirus works by comparing a file or piece of code against a database of previously analyzed, known-malicious patterns. AI-generated polymorphic malware evades this by changing its own structure — encryption wrapper, variable names, control flow, or in more advanced cases like MalTerminal, generating its core malicious logic fresh at runtime — so that the specific copy hitting a given system may not match any signature in the database, even if it's functionally identical to a previously caught sample in what it actually does once executed. This is precisely why security researchers and vendors increasingly emphasize behavioral and heuristic detection, which watches for suspicious actions (mass file encryption, unusual outbound connections, privilege escalation attempts) rather than trying to match static code patterns — behavior tends to stay recognizable across mutated copies even when the underlying code structure keeps changing.

How has the timeline from vulnerability discovery to widespread exploitation collapsed due to AI?

Historically, there was typically a meaningful window — often measured in weeks — between a vulnerability being publicly disclosed and a reliable, widely distributed exploit for it appearing, giving defenders time to patch before the risk became acute. AI-assisted malware development has compressed that window down toward hours in documented cases, because generating a working exploit, or adapting an existing exploit technique to a newly disclosed vulnerability, no longer requires the same manual engineering time it used to. This has direct operational consequences: patch-management processes and vulnerability-response service-level agreements built around a multi-week response window are being tested against a threat landscape where that assumption may no longer hold for a meaningful share of newly disclosed vulnerabilities, pushing organizations toward faster, more automated patch deployment as a baseline requirement rather than a stretch goal.

Can behavioral and heuristic analysis still catch AI-generated polymorphic malware?

Yes, considerably more reliably than signature-based detection, though not perfectly. Behavioral analysis watches what code actually does once it executes — attempting to encrypt large numbers of files rapidly, establishing an unexpected outbound connection, trying to escalate privileges — rather than trying to match its static structure against a known-bad pattern. Because polymorphic and AI-generated malware changes its code structure while typically still needing to accomplish the same underlying malicious goal, the behavior tends to stay recognizable even when the code producing it looks completely different from execution to execution. This is why modern endpoint detection and response platforms lean heavily on behavioral telemetry. It isn't a complete solution on its own — sufficiently novel or carefully staged malicious behavior can still slip past behavioral rules tuned to recognize known-bad patterns of action — but it holds up meaningfully better against this specific threat category than signature matching does alone.

What is adversarial AI and how does it relate to polymorphic malware creation?

Adversarial AI refers to using AI techniques specifically to defeat other AI systems or automated defenses — in this context, using generative AI to iterate on malware variants until one successfully evades a target's detection tools, effectively treating the defender's detection system as an obstacle to be probed and worked around programmatically rather than through manual trial and error. This connects directly to polymorphic malware creation because the mutation logic that makes malware polymorphic can itself be tuned adversarially: rather than mutating randomly, an attacker can use feedback from testing against common detection tools to bias the mutation process toward variants more likely to evade those specific tools. This is part of why defenders are increasingly encouraged to think adversarially about their own systems too — assuming an attacker can and will use AI to specifically probe and iterate against whatever detection approach is currently deployed, rather than treating any single detection rule as a permanent, unbeatable barrier.

How do threat actors use LLMs to generate phishing lures alongside malware payloads?

The same generative capability that produces mutated malware code can produce the pretext emails, messages, and social-engineering scripts used to deliver that malware to a target, meaning threat actors increasingly use a single underlying tool for both halves of an attack rather than needing separate expertise for technical malware development and persuasive social engineering. AI-generated phishing lures tend to be more polished, more convincingly personalized, and more free of the language and formatting errors that used to be one of the more reliable tells of a phishing attempt, which raises the bar for employee-awareness training that was built around spotting those older, more obvious mistakes. Combined with malware that mutates its own code on execution, this means both the delivery mechanism and the payload itself can be AI-assisted simultaneously, compounding the difficulty of catching an attack at either the delivery stage or the execution stage.

What is a proof-of-concept walkthrough for detecting polymorphic AI malware?

Security research groups, including CardinalOps in documented work on this exact topic, have published real-world proof-of-concept walkthroughs demonstrating how AI-generated polymorphic malware behaves and how detection approaches can be tested against it directly, rather than relying purely on theoretical discussion. The general shape of this kind of walkthrough typically involves generating multiple mutated variants of a sample payload, running each variant against signature-based tools to demonstrate how easily they evade static detection, and then testing the same variants against behavioral or heuristic detection approaches to show the difference in catch rate. For security teams, the practical value of this kind of documented walkthrough is that it provides a concrete, reproducible way to evaluate whether their own current detection stack would actually catch this category of threat, rather than assuming it would based on vendor marketing claims alone.

How can EDR/XDR vendors adapt their detection models for self-mutating malware?

Endpoint detection and response and extended detection and response platforms need to weight behavioral and contextual signals more heavily relative to static signature matching, since self-mutating malware is specifically designed to defeat the latter while typically still needing to exhibit recognizable malicious behavior to accomplish its actual goal. Practically, this means correlating signals across multiple stages of an attack — unusual process behavior, network connections, privilege-escalation attempts, and file-system activity — rather than relying on catching any single static indicator. Vendors are also increasingly incorporating their own AI and machine-learning models to detect anomalous behavior patterns that wouldn't match any predefined rule, essentially using the same class of technology defensively that attackers are using offensively. The vendors treating this seriously tend to be transparent about layering multiple distinct detection approaches rather than claiming any single model reliably catches every AI-generated variant, since no detection approach currently does that with full reliability against a determined, well-resourced attacker.

What is the realistic cost impact of an AI-generated malware infection versus traditional malware?

Precise comparative cost figures specific to AI-generated versus traditional malware infections weren't available in the research behind this piece, so rather than cite an invented number, it's more useful to describe the realistic cost drivers that make AI-generated malware incidents likely to run more expensive on average. Detection and response take longer when signature-based tools miss an initial infection, extending an attacker's dwell time inside a network before discovery. Forensic analysis is harder and slower when malware generates its logic at runtime rather than existing as a fixed, capturable sample, complicating the work of determining exactly what happened and what data was affected. And when AI-assisted malware components get folded into active ransomware operations, as with Slopoly and Hive0163's Interlock campaign, the downstream cost profile matches whatever that ransomware operation's typical extortion demands and business-disruption costs already look like, layered on top of the added detection and response difficulty.

How are researchers using LLM-generated samples to improve Android malware detection?

Security researchers have explored using large language models to generate synthetic malware samples specifically for training and testing detection systems, on the reasoning that a detection model trained only on previously seen, real-world malware may not generalize well to novel variants an attacker could plausibly produce next. By generating a wider range of synthetic but realistic malware samples, including mutated variants, researchers can stress-test detection models against a broader range of potential attacks than historical real-world samples alone would provide, potentially improving how well a detection system generalizes to malware it hasn't seen before. This mirrors a broader pattern in this trend worth noting throughout: the same generative AI capability that creates the offensive threat is also being actively applied on the defensive side, in this case to build more robust detection training data rather than to write malicious code.

What industries are most targeted by AI-generated malware campaigns?

The research behind this piece doesn't provide a precise industry-by-industry breakdown specific to AI-generated malware the way some other trends in this space do, so rather than invent one, it's more accurate to note which categories of organizations are structurally most exposed based on the named cases and threat categories covered above. Organizations relying on complex software supply chains are exposed through the supply chain attack category. Any enterprise already a ransomware target is now facing ransomware operators, like Hive0163, actively integrating AI-generated components such as Slopoly into their toolkits. Organizations running significant IoT infrastructure face AI-enhanced botnet propagation risks. And essentially any organization is exposed to AI-generated phishing lures now more polished than the phishing employees were trained to recognize. The common thread is less about a specific industry and more about specific technical dependencies — supply chains, IoT, ransomware exposure, phishing-dependent initial access — that cut across many sectors simultaneously.

How do IoT botnets incorporate AI to enhance propagation in 2026?

IoT botnets with AI-enhanced propagation are named among the significant emerging malware threats of 2026 in security research tracking this space, reflecting how AI capability is being applied to the specific challenge of spreading malware across large numbers of often poorly secured, internet-connected devices. While the precise technical mechanisms weren't detailed in the research behind this piece, the general pattern in this category typically involves using automated, adaptive techniques to identify vulnerable devices faster and adjust propagation tactics based on what's working against a given network's defenses, rather than relying on a fixed, static spreading pattern that a network defender could learn to recognize and block over time. Given how many IoT devices ship with weak default security and rarely receive prompt security updates, this remains a persistently attractive target category for botnet operators regardless of how much AI assistance is layered into the propagation technique itself.

What is 'deepfake phishing' and how does it combine with malware delivery?

Deepfake phishing combines synthetic audio or video — a cloned voice or a fabricated video call — with a social-engineering pretext designed to deliver malware or extract sensitive access, layering a fraud technique from one domain (synthetic media) onto a delivery mechanism from another (malware distribution). It's named among the significant emerging malware threats of 2026 in security research tracking this space, and it represents a meaningful escalation from traditional phishing precisely because it exploits a stronger trust signal — a familiar-sounding voice or a video call that looks legitimate — than a text-based email ever could. A target persuaded by a convincing synthetic voice or video call is arguably more likely to follow through on installing a "required update" or clicking a link than one facing a plain email, which is exactly the kind of cross-technique combination that makes 2026's threat landscape harder to defend against than either technique would be in isolation.

How does ransomware-as-a-service evolve when operators add AI-generated payloads?

Ransomware-as-a-service — where developers build and lease out ransomware tooling to affiliate operators who run the actual attacks — evolves in a fairly predictable direction once AI-generated payloads enter the picture: the core ransomware "product" being leased out becomes more evasive and more adaptable without requiring the affiliate operators running individual attacks to have deep technical malware-development skills themselves. The Hive0163 group's use of the Slopoly backdoor in an Interlock ransomware attack is a concrete example of this pattern in action — an AI-assisted component integrated directly into an active ransomware operation's toolkit. This evolution is particularly concerning because ransomware-as-a-service already lowered the skill barrier to running a ransomware operation by separating "building the tooling" from "running the attack"; adding AI-generated components lowers the barrier further still on the tooling-development side, potentially expanding the pool of capable ransomware-as-a-service operators even as detection difficulty rises simultaneously.

What are cloud-native malware attacks and why are they growing in 2026?

Cloud-native attacks target the specific infrastructure patterns of containerized and cloud-hosted environments — container orchestration systems, cloud identity and access management, serverless functions, and cloud storage configurations — rather than the traditional on-premises servers and endpoints older malware was typically built around. They're named among the significant emerging malware threats of 2026 in security research tracking this space, reflecting how much production infrastructure has genuinely shifted toward cloud-native architectures over the past several years, giving attackers a large and still-maturing attack surface to target. This category growing alongside AI-generated malware more broadly isn't coincidental: cloud-native environments are complex enough that automated, AI-assisted reconnaissance and exploit-generation can meaningfully speed up an attacker's ability to find and exploit misconfigurations across a large, dynamic cloud environment faster than manual attack techniques typically allowed.

What skills should malware analysts build to keep up with AI-assisted threat actors?

Malware analysts increasingly need strong behavioral-analysis skills — the ability to assess what a piece of code does dynamically, in a sandboxed environment, rather than relying primarily on static code review, since AI-generated and polymorphic samples are specifically designed to look different from execution to execution while behaving similarly. Familiarity with how large language models can be used both offensively (to generate or mutate malicious code) and defensively (to assist with rapid triage and analysis) is becoming a practical necessity rather than a specialist niche skill, given how central this capability now is to the threat landscape itself. Analysts also benefit from cross-training into adjacent areas this trend touches directly — supply chain security, cloud infrastructure security, and social-engineering pattern recognition — since AI-assisted campaigns increasingly blend multiple attack categories (malware, phishing, supply chain compromise) into a single operation rather than staying confined to one specialist domain.

Can generative AI itself be used defensively to detect AI-generated malware?

Yes, and this is one of the more actively developing areas in the response to this trend. Generative AI is being used defensively to generate synthetic malware samples for training more robust detection models, to help analysts triage and summarize suspicious code faster than fully manual review would allow, and to generate detection rules for novel behavioral patterns that a purely rules-based system built by hand might miss. This creates a genuinely symmetric dynamic: the same underlying capability fueling the offensive trend covered throughout this piece — a language model's ability to generate and adapt code or content quickly — is also becoming a core part of the defensive toolkit fighting it. That symmetry doesn't guarantee defenders keep pace with attackers, since attackers generally get to choose when and how to strike while defenders have to be ready continuously, but it does mean "AI versus AI" is a genuinely accurate description of where this specific area of cybersecurity is heading, not just a catchy framing.

What guidance has ENISA issued on mitigating AI-enabled malware in the EU?

The European Union Agency for Cybersecurity, ENISA, is referenced in current research as a source for threat-mitigation frameworks relevant to AI-enabled malware, positioning it as the primary EU-level institutional voice on this category of risk, distinct from incident-specific reporting. This fits a broader pattern visible across the regional picture for this particular trend: Europe's documented response so far leans more toward institutional framework-building — ENISA's guidance, and quantum-malware analysis referenced from a body described as the European Institute of Cybersecurity — than toward publicly named, incident-specific case studies of the kind available from US-based research like IBM X-Force's Slopoly documentation. For organizations operating in EU markets, ENISA's frameworks are a reasonable starting reference point for aligning internal AI-malware mitigation policy with EU-level institutional guidance, even in the absence of a large public catalog of EU-specific named incidents to benchmark against directly.

Want results like this?

Keep reading