900,000
AI skills analyzed by ESET H1 2026
3,000+
confirmed malicious AI skills active in the wild
2x
increase in ClickFix social engineering detections H2 2025 to H1 2026
100+
active EDR killers documented blocking security tools

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

PromptSpy, the first Android malware confirmed to weaponize Google's Gemini generative AI model at runtime, can intercept your device's lock screen PIN, record your screen activity as video, and block its own uninstallation -- all without any hardcoded behavior that mobile security signatures can detect. ESET researchers disclosed the malware in February 2026 after identifying samples uploaded to VirusTotal from Hong Kong and Argentina.

ESET's H1 2026 Threat Report, published July 29, 2026, frames PromptSpy as the leading edge of a broader confirmed shift. Between March and May 2026, ESET analyzed nearly 900,000 AI agent skills from public repositories and found more than 3,000 confirmed malicious instances. Those skills embedded real offensive tools -- Mimikatz for credential dumping, Impacket for lateral movement -- inside AI agent packaging that enterprise teams increasingly deploy without the security review applied to traditional software packages.

PromptSpy distributed through a dedicated phishing domain (m-mgarg[.]com) impersonating JPMorgan Chase Argentina. Once installed, the malware queries Gemini with a live XML dump of whatever the target device currently displays, receives JSON action instructions in return, and executes them through Android's Accessibility Service. The AI determines persistence, lock screen navigation, and data exfiltration paths without the attacker needing to know the target device's specific UI layout in advance.

Generative AI malware is a category change, not a technique variation. The attacker no longer codes for a specific device or OS version. The AI adapts on-device to whatever it encounters, making this class of threat substantially more resilient to the signature-based mobile detection that protects most enterprise Android fleets today.

How Does Generative AI Malware Work? The PromptSpy Architecture

PromptSpy reached its victims through a dedicated distribution chain. The campaign registered m-mgarg[.]com as a phishing site impersonating JPMorgan Chase Argentina under the app name "Morgan Argentina." The site directed victims to download the malicious APK from the infrastructure domain mgardownload[.]com. Once installed, the app requested Android Accessibility Service permissions -- a standard request for banking apps in the region -- which gave PromptSpy unrestricted access to every UI element displayed on the device.

The Gemini integration operates as a runtime query loop. PromptSpy captures the current screen state as an XML file listing every visible UI element: text labels, class types, button coordinates, and scroll positions. It sends this XML plus a task instruction to Google's Gemini API. Gemini analyzes the current screen and returns a JSON response specifying which element to tap, which gesture to perform, or which text to enter. PromptSpy executes that instruction through the Accessibility Service and repeats the loop until the task is confirmed complete.

ESET confirmed the primary use of this loop was achieving persistence in the Android Recent Apps list -- pinning PromptSpy so the OS memory manager could not terminate it. Traditional Android malware hardcodes UI element IDs for this operation, which break across Android versions and device manufacturers. PromptSpy bypasses that limitation entirely by asking Gemini to read whatever screen state currently exists and determine the correct action for that specific device.

With persistence established, PromptSpy activates a VNC module enabling full remote device control. Exfiltrated data includes the installed application list, lock screen PINs and pattern-unlock sequences recorded as video, screenshots on demand, and the currently active foreground application. To prevent removal, the malware overlays invisible transparent rectangles over UI buttons labeled "stop," "end," "clear," and "Uninstall" -- redirecting user taps to inert screen areas.

Machine learning models were previously used by Android malware to analyze screenshots for ad fraud. PromptSpy is the first confirmed deployed case of Android malware integrating generative AI directly into its real-time execution flow, as documented by ESET Research in February 2026.

1

Phishing Distribution via Fake Banking App

Victim encounters m-mgarg[.]com, a phishing site impersonating JPMorgan Chase Argentina. The site offers a download link for MorganArg (Morgan Argentina) served from mgardownload[.]com. The app is presented as a legitimate banking client requiring Accessibility Service access for its features.

2

Accessibility Service Permission Grant

Victim installs the app and grants Accessibility Service permissions, a trusted permission request for banking apps in Argentina. With these permissions, PromptSpy gains unrestricted access to every UI element on the device, including lock screen interfaces, app navigation controls, and system settings.

3

Gemini AI Runtime Loop for Adaptive Persistence

PromptSpy captures an XML dump of the current device screen state and sends it to Google's Gemini API with a task instruction. Gemini returns JSON action instructions specifying which UI elements to interact with. PromptSpy executes those instructions via the Accessibility Service and loops until the malware is pinned in the Recent Apps list, preventing OS termination during memory cleanup.

4

VNC Module Activation and Data Exfiltration

With persistence established, PromptSpy activates its embedded VNC module for full remote device control. The module exfiltrates the installed app list, intercepts lock screen PINs and pattern-unlock sequences recorded as video, captures on-demand screenshots, and reports the active foreground application to attacker infrastructure.

5

Removal Blocking via Invisible UI Overlays

PromptSpy deploys transparent invisible rectangles overlaid on UI buttons labeled 'stop,' 'end,' 'clear,' and 'Uninstall' in Accessibility settings. When the victim attempts to revoke permissions or uninstall the app, their taps land on the invisible overlay rather than the actual button. Removal requires booting into Android Safe Mode to disable the overlay mechanism.

ESET H1 2026: The Scale of Malicious AI Skills in Enterprise Environments

PromptSpy is the most visible artifact in a much larger documented shift. ESET's H1 2026 Threat Report covers January through June 2026 and places PromptSpy within a broader pattern of AI weaponization that reached enterprise AI infrastructure directly.

Between March and May 2026, ESET analyzed 900,000 AI agent skills sourced from publicly available repositories. These are the installable components that enterprise AI agent platforms, workflow automation tools, and AI copilot systems use to extend their functionality. The analysis found more than 25,000 skills showing suspicious characteristics warranting investigation. More than 3,000 were confirmed malicious. Several confirmed malicious skills embedded Mimikatz, the credential-dumping tool central to virtually every major enterprise breach of the past decade. Others embedded Impacket, the Python toolkit used for lateral movement, pass-the-hash attacks, and DCSync operations against Active Directory.

The attack vector is distinct from traditional supply chain compromise. A malicious AI skill can pass a superficial code review because the harmful behavior is conditional -- triggered only when called with specific parameters or when the agent operates in a targeted environment. Organizations deploying AI agent platforms from public repositories inherit this risk without the software vetting controls applied to traditional packages.

ClickFix social engineering also showed sustained acceleration in ESET's H1 2026 telemetry. Detections more than doubled from H2 2025 to H1 2026 as the technique expanded beyond fake CAPTCHA pages into AI-themed help pages, browser extension prompts, and cloud authentication workflows. The overlap with AI theming is deliberate: users conditioned to follow AI assistant guidance are predisposed to execute instructions presented in a familiar AI interface context, according to ESET's analysis.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

How Attackers Are Operationalizing AI Across Five Categories

PromptSpy is the mobile expression of an AI weaponization pattern Group-IB has documented across five active criminal and nation-state categories.

Dark LLMs provide the infrastructure layer. Group-IB identified three vendors offering self-hosted models exceeding 80 billion parameters with zero ethical guardrails, priced between $30 and $200 per month with an estimated active user base exceeding 1,000. These models generate phishing kits, produce functional malware code, obfuscate existing payloads, and write social engineering scripts on demand. Some are fine-tuned on penetration testing datasets and scam linguistics -- not jailbroken consumer models, but purpose-built attacker tools.

AI-assisted deepfake fraud is producing measurable financial losses at scale. Deepfake-related losses totaled $350 million in Q2 2025 according to Resemble.ai data cited in Group-IB's analysis. The Arup case is the single most documented example: a live deepfake Zoom call with a video overlay of the CFO and colleagues convinced a finance employee to transfer $25 million in a single session. Underground criminal groups now recruit dedicated AI video actors and deepfake presenters via Telegram to supply live impersonation services to fraud operations.

AI phishing tools generate personalized lures at industrial scale. By early 2025, AI-supported phishing represented more than 80 percent of observed social engineering activity worldwide, with dynamic language generation bypassing content-similarity filters and automated variation reducing duplicate detection.

As documented in our analysis of AI-driven live operations using Gemini for APT targeting, nation-state actors have confirmed this capability in production targeting. The AI tooling available to a criminal subscribing to a $200/month dark LLM today matches what nation-state actors were using experimentally eighteen months ago.

AI drastically compresses defenders' detection and response windows. Hybrid human-AI operations are already reshaping the threat landscape.

Group-IB Threat Intelligence, AI Cybercrime Use Cases Report 2026

PromptSpy Indicators of Compromise

Two domains formed the dedicated PromptSpy distribution infrastructure. Block both at your corporate DNS resolver and enterprise web proxy immediately. The malicious app package name is the primary MDM detection target for any organization managing Android devices.

VirusTotal samples were uploaded from Hong Kong on January 13, 2026 and from Argentina on February 10, 2026. ESET reported no telemetry detections consistent with broad distribution, but the existence of dedicated infrastructure and a polished phishing lure indicates a targeted financially motivated campaign -- not a proof of concept. Organizations with operations or employees in Argentina should treat any financial app installed from outside the Google Play Store with elevated suspicion.

Any Android device with Accessibility Service permissions granted to an unrecognized app warrants immediate investigation. PromptSpy specifically requests these permissions in a financial app context where users are conditioned to grant them.

Subscribe to unlock Indicators of Compromise

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Defending Against Generative AI Malware: 7 Immediate Steps

Standard mobile threat detection relying on static signature matching is insufficient against generative AI malware. PromptSpy's behavior is generated at runtime by Gemini in response to whatever the device currently shows -- there is no fixed code path to fingerprint. Defense requires behavioral MDM controls, AI skill vetting, and network-layer blocking.

The most effective immediate action is blocking the two known PromptSpy domains at your corporate DNS resolver. For broader generative AI malware defense, the controls below address both the mobile vector PromptSpy exploits and the enterprise AI infrastructure vector that malicious AI skills exploit.

Organizations managing AI agent deployments should also review recent AI-generated malware campaigns targeting enterprise automation infrastructure for additional context on how malicious skills operate in practice.

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Why Generative AI Malware Matters for Your Security Program

The security significance of PromptSpy is not its current distribution scale -- ESET's limited telemetry suggests a targeted campaign rather than mass exploitation. The significance is the capability it proves at production scale.

Conventional mobile malware is brittle. Android version updates, manufacturer UI customizations, and app security patches each break hardcoded malware behaviors and force attacker tooling updates. Generative AI malware replaces hardcoded logic with a model that interprets whatever state it encounters. An attacker deploying PromptSpy against enterprise targets does not need to test against every Android version in the organization's fleet. The AI adapts on first contact.

This capability will appear in other contexts. Desktop and server malware that queries an LLM to navigate an enterprise environment in real time is a direct architectural extension of what PromptSpy demonstrated on Android. The 3,000+ malicious AI skills ESET found in enterprise repositories represent the same principle applied to the workflow automation infrastructure organizations are deploying at accelerating rates without equivalent security controls.

For security teams, three controls matter most in the near term: MDM enforcement blocking side-loaded apps and governing Accessibility Service permissions; AI skill provenance vetting before any enterprise deployment; and threat intelligence subscriptions covering known malicious AI infrastructure including dark LLM command-and-control domains.

ESET's H1 2026 documented escalation -- ClickFix detections doubling, 3,000+ malicious AI skills confirmed, PromptSpy demonstrating runtime generative AI execution in the wild -- establishes a new baseline. The organizations that treat this as a category change in the mobile and enterprise AI threat landscape, rather than an incremental update, are those positioned to defend against the next iteration of this capability before it reaches their environment.

The bottom line

Generative AI malware is active and ESET-confirmed. PromptSpy weaponizes Google Gemini to intercept Android lock screen credentials and prevent removal without any static signature an antivirus can match. ESET's H1 2026 Threat Report documents 3,000+ malicious AI skills in enterprise repositories embedding Mimikatz and Impacket, and ClickFix social engineering detections that doubled in six months. Three actions matter now: block the two PromptSpy domains at your DNS resolver today, audit Accessibility Service permissions across your entire MDM fleet, and establish an AI skill vetting process before your next enterprise AI agent deployment. The generative AI malware baseline is set -- measure your controls against it.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is generative AI malware?

Generative AI malware is a new class of threat that integrates a large language model directly into a malware's execution flow. Instead of hardcoded attack logic, the malware queries an AI model at runtime, sending the current state of the target device or system and receiving adaptive instructions in return. PromptSpy is the first confirmed example deployed in the wild on Android, using Google's Gemini model to interpret the device's UI and execute persistence and data-theft tasks without any device-specific hardcoding.

How does PromptSpy use Google Gemini AI?

PromptSpy captures an XML dump of the infected Android device's current screen state, including all visible UI elements, text labels, class types, and screen coordinates. It sends this XML plus a task instruction to Google's Gemini API. Gemini analyzes the screen and returns a JSON object specifying which element to tap and what gesture to perform. PromptSpy executes that instruction through Android's Accessibility Service and loops until the task is complete. ESET confirmed the primary use was pinning the app to the Recent Apps list to prevent the OS from terminating it during memory cleanup.

What are malicious AI skills and why are they dangerous?

AI agent skills are small functional components installed into AI agent platforms to extend their capabilities, similar to plugins or extensions. Enterprise teams deploy skills from public repositories to automate workflows. ESET analyzed 900,000 AI skills between March and May 2026 and found over 3,000 confirmed malicious instances. Several embedded Mimikatz for credential dumping and Impacket for lateral movement. They represent a supply chain attack vector inside enterprise AI infrastructure, often installed without the security review applied to traditional software packages.

How do I detect PromptSpy on an Android device?

Look for an app named MorganArg or Morgan Argentina installed from outside the Google Play Store. Check whether any unknown app holds Android Accessibility Service permissions in Settings > Accessibility. At the network level, block DNS queries to mgardownload.com and m-mgarg.com at your corporate DNS resolver and web proxy. Any device with Accessibility Service permissions granted to an unrecognized financial app should be quarantined and investigated by MDM forensics before being returned to production use.

How do I remove PromptSpy from an Android phone?

Reboot the infected device into Android Safe Mode. In Safe Mode, third-party apps including PromptSpy are disabled and their Accessibility Service overlays cannot block the uninstall UI. Navigate to Settings > Apps > MorganArg and uninstall normally. In Safe Mode the invisible tap-blocking rectangles that PromptSpy deploys over uninstall buttons are inactive. After removal, change all passwords entered on the device and revoke any corporate tokens or credentials the device had access to during the infection period.

What is ClickFix social engineering and how has it evolved in 2026?

ClickFix is a social engineering technique that displays fake error messages instructing users to copy and run malicious commands to resolve a supposed problem. It began as fake CAPTCHA pages telling users to paste a PowerShell command into a Run dialog. ESET H1 2026 data shows ClickFix detections more than doubled from H2 2025 to H1 2026 as the technique expanded into AI-themed help pages, browser extension install flows, and cloud authentication prompts. The AI interface context makes these lures significantly more credible to users conditioned to follow AI assistant instructions.

What is a dark LLM and how do attackers use it?

A dark LLM is a large language model offered on criminal markets with all ethical guardrails removed. Group-IB identified three active vendors offering self-hosted models exceeding 80 billion parameters at subscription prices of $30 to $200 per month with an estimated user base exceeding 1,000. These models generate phishing kits, produce working malware code, obfuscate existing payloads, and write social engineering scripts without any safety filtering. Some are fine-tuned on penetration testing datasets and scam linguistics, representing purpose-built attacker tools rather than jailbroken consumer models.

What does the ESET H1 2026 Threat Report say about AI-driven threats?

The ESET H1 2026 Threat Report, published July 29, 2026, documents a confirmed wave of AI weaponization across mobile and enterprise infrastructure. Key findings: PromptSpy as the first generative AI Android malware; 3,000+ malicious AI skills identified in 900,000 analyzed from public repositories; ClickFix social engineering detections doubling from H2 2025 to H1 2026; over 100 active EDR killer tools deployed to disable security software; and QR code phishing reaching record telemetry levels. The report concludes that attackers prioritize adapting existing techniques to new AI platforms over developing entirely novel methods.

Sources & references

  1. ESET Threat Report H1 2026
  2. ESET Research: PromptSpy ushers in the era of Android threats using GenAI
  3. BleepingComputer: PromptSpy is the first known Android malware to use generative AI at runtime
  4. Group-IB: From Deepfakes to Dark LLMs -- AI Cybercrime Use Cases
  5. Help Net Security: Thousands of malicious AI skills found capable of stealing data, running malware

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.