{"slug": "unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation", "title": "Unit 42: Real-World Prevalence of 405 AI-Related Malware Samples and Evaluation of Existing Defenses", "summary": "Unit 42 analyzed 405 AI-related malware samples and found that only 12 (3.0%) appeared on non-test Cortex XDR protected endpoints, all of which generated alerts. The vast majority of samples were confined to research and testing environments, but the company cautions that this does not imply 97% of AI malware is unused in the wild.", "body_md": "##\n1. Basic Information\n\n-\n**Article Title**: The State of AI-Enabled Malware August 2026: From Brand Abuse to Agentic Execution\n-\n**Publisher**: Unit 42\n-\n**Publication Date**: 2026-08-25\n-\n**Original Source**: [Unit 42](https://unit42.paloaltonetworks.com/ai-enabled-malware-analysis/)\n-\n**Related Sources**: None\n-\n**Related Technologies, Products, and Datasets**: 405 unique SHA-256 hashes, Cortex XDR, WildFire, VirusTotal Intelligence, public OSINT\n-\n**Severity**: High (Evaluated for research value to read real-world operational risks of AI malware quantitatively, rather than for emergency response)\n-\n**Report Type**: `defense_research / telemetry_prevalence_study`\n\n##\n2. Key Takeaways\n\nWhen Unit 42 checked **405 AI-related samples** against Palo Alto Networks telemetry, they found only 12 samples (3.0%) on non-test Cortex XDR protected endpoints. All 12 samples generated XDR alerts. Unit 42 states that its products detected and blocked all samples that tried to reach customer environments.\n\nMeanwhile, about 97% of the samples did not appear in the company's real-world customer telemetry. They stayed in research repositories, sandboxes, and security testing environments. However, this **97% does not mean that \"97% of AI malware in the world is not used in the real world.\"** This is only a result limited to a selected dataset of 405 hashes and the time period and customer environments that Palo Alto Networks can observe.\n\n##\n3. What the \"405 Samples\" Mean\n\nThe 405 samples are not only \"malware that uses AI as a runtime feature.\" Unit 42 intentionally used a broad collection standard. The samples include:\n\n- Malware that actually includes LLMs or agent features.\n- Code that is evaluated as created with LLM support.\n- Samples that use AI for distribution or social engineering.\n- Traditional malware that simply abuses AI product names or \"ChatGPT\" as filenames or brands.\n- Research PoCs, BAS (Breach and Attack Simulation) / security testing, and researcher submissions.\n\nTherefore, it is important not to narrowly interpret the total number 405 as \"405 pieces of AI-driven malware.\"\n\n##\n4. Observation Period and Measurement Method\n\n###\nData Sources\n\n- WildFire analysis reports.\n- VirusTotal Intelligence.\n- Public OSINT research.\n- Endpoint telemetry in non-test Cortex XDR tenants.\n- Sessions sent to WildFire from Next-Generation Firewalls or Cortex XDR.\n- Cortex XDR alerts and WildFire verdicts.\n\n###\nObservation Period\n\n-\n**Endpoint presence**: December 2024 to June 2025.\n-\n**Network visibility / WildFire sessions**: June 2024 to June 2025.\n\nThe article was published on August 25, 2026, but the real-world telemetry observation window ends in June 2025. This time gap is an important constraint when interpreting the results.\n\n###\nMeasurement Method\n\nThe study checked 405 known SHA-256 hashes against multiple telemetry sources. For the hashes found in the real world, it performed additional analysis on malware families, distribution methods, detection factors, and blocking results. This is a retrospective prevalence study starting from known hashes, not a study to discover unknown hashes comprehensively.\n\n##\n5. Main Results\n\n| Metric |\nResult |\nInterpretation |\n| Collected Dataset |\n405 unique SHA-256 hashes |\nSelected population with a broad definition of AI relation |\n| Observed on Cortex XDR Protected Endpoints |\n12 / 405 (3.0%) |\nConfirmed on non-test customer endpoints from Dec 2024 to Jun 2025 |\n| Observed in WildFire |\nApprox. 15–20 / 405 (Approx. 4%) |\nConfirmed in sessions forwarded from NGFW / XDR |\n| XDR Alerts |\n12 / 12 (100%) |\nAll 12 hashes observed on endpoints generated alerts |\n| Unconfirmed in Real World |\nApprox. 97% |\nNo evidence of passing through company customer endpoints / firewalls |\n\n\"12/12 alerts\" does not mean \"100% detection of all AI malware in the world.\" The former is the result for the 12 hashes encountered in the company's endpoint telemetry out of the 405 selected hashes.\n\n##\n6. The 12 Samples Confirmed in the Real World\n\nUnit 42 organizes the 12 samples into five major patterns:\n\n-\n**FunkSec ransomware**: Seven variants. They share a Rust codebase and show traditional ransomware behaviors like disabling Windows Defender, deleting Volume Shadow Copies, and changing the desktop wallpaper.\n-\n**Trojanized AI application / Recipe Lister**: An NSIS installer disguised as an AI app. Observed in over 50 organizations, generating over 6,500 endpoint profile records and 9,600 XDR alerts. According to Unit 42, no successful execution occurred on protected endpoints.\n-\n**Oyster / CleanBoost**: A distribution and sideloading-type backdoor disguised as legitimate software.\n-\n**Rhadamanthys**: An info-stealer malware. Included in the collection targets as part of an AI-related infection chain.\n-\n**COM hijacking DLL**: A DLL distributed with an AI-brand lure, implementing persistence via COM hijacking.\n\nHere too, \"whether AI is a core runtime feature,\" \"whether it was developed with AI support,\" and \"whether the AI brand was merely used for distribution\" are not the same thing.\n\n##\n7. The Approx. 97% Not Confirmed in the Real World\n\nUnit 42 mainly organizes these into three categories:\n\n-\n**Proof-of-concept / research code**: Code for research and demo purposes.\n-\n**Security validation / testing**: Samples intentionally introduced for BAS or internal verification.\n-\n**AI-themed brand abuse**: Samples using AI product names or brands, but the payload itself is traditional malware.\n\nThis separation is important to avoid interpreting the number of samples existing on VirusTotal and similar platforms directly as the \"number of real attacks.\"\n\n##\n8. What Existing Defenses Worked\n\nUnit 42 reports that for the samples that reached the real world, existing multi-layer defenses were effective, rather than new AI-specific detection methods.\n\n- Execution and verdicts in sandboxes.\n- Behavioral analysis.\n- Anomalies related to code signing, such as code signers that are rare within the organization.\n- File characteristics such as high entropy.\n- Traditional behaviors on endpoints such as processes, persistence, and defense evasion.\n\nThe important point is that they were stopped not because the system directly judged \"whether it was made using AI,\" but because **the generated binary or execution chain appeared on traditional detection surfaces**.\n\n##\n9. What This Study Can and Cannot Tell Us\n\n###\nWhat It Can Tell Us\n\n- In the 405-hash dataset, encounters in Palo Alto Networks customer real-world telemetry were limited.\n- All 12 hashes observed on non-test Cortex XDR endpoints generated alerts.\n- Counting research, testing, and AI brand abuse in the same category as \"live operational AI malware\" leads to misreading the reality.\n- At least in this dataset, existing defenses such as behavior analysis and sandboxes were effective.\n\n###\nWhat It Cannot Tell Us\n\n- That 97% of all AI malware in the world is non-operational.\n- That the same prevalence and detection rates apply outside of Palo Alto Networks customers.\n- That activity from July 2025 through August 2026 has the same ratios.\n- That unknown hashes or AI-related malware not included in the collection targets can be caught with the same accuracy.\n\n##\n10. Constraints and Limitations\n\n- The population is 405 known SHA-256 hashes, not a random sample from all malware in the world.\n- The definition of AI relation is broad, mixing AI features, AI-assisted development, and AI brand abuse.\n- Real-world telemetry depends on Palo Alto Networks' customer and product coverage.\n- The observation period ends in June 2025, which is about 14 months before the article's publication date of August 2026.\n- Hash matching may miss unknown variants or rebuilt versions with the same functions.\n- Because it includes the vendor's own product telemetry and product evaluation, detection rates cannot be directly generalized to other products.\n\n##\n11. What Metrics to Use in a SOC\n\nInstead of tracking a single number for \"number of AI malware instances,\" it is more useful to separate the following:\n\n- Number of samples confirmed in public repositories.\n- Number of samples encountered in your own organization.\n- Number of instances where execution started.\n- Number of instances alerted by defense products.\n- Number of instances actually blocked.\n- Number of instances that bypassed defenses and succeeded in execution, persistence, and information theft.\n- Whether AI is a\n**runtime feature**, **development support**, or **brand abuse**.\n\nThis helps avoid overly increasing priority just because of an \"AI\" label, while tracking changes in actual successful compromise rates and iteration speed.\n\n##\n12. Facts / Inference / Hypothesis\n\n###\nFacts\n\n- Collected 405 unique SHA-256 hashes from WildFire, VirusTotal Intelligence, and public OSINT.\n- Confirmed 12 instances (3.0%) in non-test Cortex XDR endpoint telemetry, and all 12 instances generated alerts.\n- Confirmed about 15 to 20 instances (about 4%) in WildFire sessions.\n- About 97% were not confirmed in the company's customer real-world telemetry.\n- The endpoint observation period is from December 2024 to June 2025, and Network/WildFire is from June 2024 to June 2025.\n- Unit 42 reports that its products detected and blocked all samples that attempted to reach customer environments.\n\n###\nInference\n\n- Explaining the operational scale of AI malware using only the number of public samples tends to overvalue the threat by mixing in research PoCs, testing, and brand abuse.\n- In current SOC operations, prioritizing runtime behavior and evidence of successful compromise is more practical than focusing on the \"AI usage judgment\" itself.\n\n###\nHypothesis\n\n- If AI assistance increases the speed of generating variants, the workload for analysis, clustering, and rule maintenance may increase, even if existing detections function properly.\n\n##\n13. MITRE ATT&CK Mapping\n\nThis article is a prevalence study across multiple families and its main purpose is not to show TTPs of a specific campaign. Therefore, MITRE ATT&CK is not assigned to the report as a whole. Map it per family when investigating individual malware.\n\n##\n14. Unknown Points and Further Research\n\nThis article does not clarify how well the selection process of the 405 samples represents all AI-related malware globally, what the appearance rate is outside of Palo Alto Networks customers, how conditions changed after July 2025, or what the detection rate is including unknown hashes.\n\n##\n15. Impact on Global Security Operations Centers (SOCs)\n\nIn SOC operations, rather than raising priority simply because of the term \"AI malware,\" it is more effective to separately measure real-world encounters, execution, blocking, and successful compromises. When explaining public sample counts to management, it is also necessary to separate research PoCs, testing, AI brand abuse, and live operational samples.\n\n##\n16. Summaries by Target Audience\n\n-\n**For SOCs**: Rather than rapidly increasing AI-specific signatures, maintain existing behavioral detection, sandboxes, and evidence of successful execution, while clarifying the denominator and observation period for AI-related KPIs.\n-\n**For Administrators**: Check EDR/sandbox coverage, blocking results, and unmanaged endpoints, and subject software bearing AI brands to the same software trustworthiness evaluation as any other software.\n-\n**For Users**: Safety is not guaranteed even if software has an AI product name or a seemingly legitimate signature; always verify official distribution sources and organizational permissions.", "url": "https://wpnews.pro/news/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation", "canonical_source": "https://dev.to/anoymask/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation-of-existing-defenses-29of", "published_at": "2026-08-26 14:14:16+00:00", "updated_at": "2026-08-26 14:44:46.431291+00:00", "lang": "en", "topics": ["ai-safety", "ai-policy", "ai-infrastructure", "ai-research", "ai-tools"], "entities": ["Unit 42", "Palo Alto Networks", "Cortex XDR", "WildFire", "VirusTotal Intelligence"], "alternates": {"html": "https://wpnews.pro/news/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation", "markdown": "https://wpnews.pro/news/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation.md", "text": "https://wpnews.pro/news/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation.txt", "jsonld": "https://wpnews.pro/news/unit-42-real-world-prevalence-of-405-ai-related-malware-samples-and-evaluation.jsonld"}}