Wiz Report: Cloud Incidents Surge 60% in H1 2026

Cloud Incidents Jump 60% in H1 2026, Driven by Doubling of Supply-Chain Attacks

HIGH
August 7, 2026
4m read
Threat IntelligenceCloud SecuritySupply Chain Attack

Related Entities

Threat Actors

TeamPCPJINX-0163North Korean state-sponsored actors

Organizations

Products & Tech

npmPyPIComposerJenkinsLangflowaxios

Full Report

Executive Summary

A new threat landscape report from Wiz Research reveals a dramatic escalation in cloud-based threats during the first half of 2026. Published on August 6, the report documents a 60% increase in significant cloud incidents compared to the second half of 2025. The primary catalyst for this surge was a doubling in the proportion of software supply-chain attacks, which grew from 10% to 25% of all major incidents. Multiple threat actor groups, including the financially motivated TeamPCP and state-sponsored actors from North Korea, were observed conducting simultaneous campaigns against open-source ecosystems like npm and PyPI. The report also identifies AI infrastructure as a new and lucrative attack surface and details the emergence of a new cloud-native extortion gang, JINX-0163.


Threat Overview

The H1 2026 report paints a picture of a rapidly evolving and increasingly aggressive cloud threat landscape. Key findings include:

  • Supply-Chain Attacks Double: The most significant trend was the explosion of supply-chain attacks. At least five distinct campaigns were active, targeting npm, PyPI, Composer, VSCode extensions, and Jenkins plugins. TeamPCP focused on poisoning developer packages for credential theft, while North Korean actors were also highly active, notably trojanizing the popular axios package.

  • AI Infrastructure as a Target: As organizations race to adopt AI, their security practices are lagging. Wiz observed attackers exploiting vulnerabilities in AI tools like Langflow to deploy cryptominers, demonstrating that AI environments are now a distinct and targeted attack surface.

  • Rise of Cloud-Native Extortion: A new extortion group, JINX-0163, has emerged. This group specializes in targeting non-human identities, such as cloud service accounts and IAM roles. By compromising these machine identities, they gain broad access to a victim's cloud environment and then demand a ransom.


Technical Analysis

The report details several distinct TTPs used by these threat actors:

  • TeamPCP: This group used typosquatting and package poisoning in the npm and PyPI ecosystems. They would upload malicious packages with names similar to legitimate ones, tricking developers into installing them. The packages contained malware designed to steal developer credentials. This aligns with T1195.002 - Compromise Software Supply Chain.

  • North Korean Actors: These state-sponsored actors also engaged in supply chain attacks, including modifying legitimate packages like axios to include malicious code. Their motives are likely a combination of espionage and financial gain.

  • JINX-0163: This group focuses on T1078.004 - Cloud Accounts, but specifically targets non-human identities. They likely scan for misconfigured IAM roles or exposed service account keys to gain their initial foothold, then escalate privileges within the cloud environment.

  • AI Infrastructure Attacks: The attack on Langflow involved exploiting a Remote Code Execution (RCE) vulnerability to deploy a cryptominer. This demonstrates the use of T1190 - Exploit Public-Facing Application against a new class of targets.


Impact Assessment

The surge in these attacks has a multi-faceted impact. The doubling of supply-chain attacks places immense pressure on software development life cycles, forcing organizations to invest heavily in dependency scanning and verification. A single compromised package can lead to a breach. The targeting of AI infrastructure introduces new risks; beyond cryptomining, attackers could steal proprietary models, poison training data, or use the powerful compute resources for their own malicious purposes. The emergence of cloud-native extortion groups like JINX-0163 that bypass traditional user-focused security highlights the critical need for robust Cloud Infrastructure Entitlement Management (CIEM) to secure non-human identities.


IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) were mentioned in the source articles.


Cyber Observables — Hunting Hints

Based on the report, security teams should hunt for:

Type
Log Source
Value
CloudTrail, Azure Activity Logs
Description
Anomalous activity from IAM roles or service accounts, such as unexpected privilege escalation or data access.
Context
SIEM, Cloud Security Posture Management (CSPM).
Type
Process Name
Value
xmrig, kinsing
Description
Common cryptomining processes running on servers, especially those hosting AI models.
Context
EDR, process monitoring on cloud VMs.
Type
File Path
Value
~/.npmrc, ~/.pypirc
Description
Unauthorized access to these files on developer machines or build servers indicates credential theft attempts.
Context
File Integrity Monitoring (FIM).
Type
DNS Query
Value
DNS requests for typosquatted domains from build servers.
Description
An indicator of a malicious package being installed.
Context
DNS logs, network sensors.

Detection & Response

  1. CIEM: Deploy a Cloud Infrastructure Entitlement Management (CIEM) solution to gain visibility into and manage the permissions of all identities, both human and non-human. This is critical for detecting the activity of groups like JINX-0163.
  2. Supply Chain Security: Use Software Composition Analysis (SCA) tools to scan for malicious or vulnerable dependencies in all codebases. Implement policies to block builds that contain high-risk packages.
  3. Cloud Workload Protection: Deploy a Cloud Workload Protection Platform (CWPP) to monitor for malicious processes (like cryptominers) and file modifications on cloud virtual machines and containers.
  4. AI Security Posture: Regularly assess the security of AI/ML environments, including the applications that serve models (like Langflow) and the permissions of the underlying infrastructure.

Mitigation

  1. Least Privilege for Non-Human Identities: Drastically limit the permissions of service accounts and IAM roles to the absolute minimum required for their function. This is a core principle of MITRE Mitigation M1026: Privileged Account Management.
  2. Dependency Vetting: Establish a formal process for vetting and approving open-source dependencies before they can be used in development. Maintain a private registry of approved packages.
  3. Harden AI Infrastructure: Treat AI/ML platforms as critical, production-level applications. Apply regular patching, harden configurations, and place them behind web application firewalls (WAFs).
  4. Package Download Cooldown: As recommended by Wiz, consider implementing policies that prevent the immediate download of newly published or updated packages, providing a time buffer for the security community to identify malicious software.

Timeline of Events

1
August 6, 2026
Wiz publishes its H1 2026 Cloud Threat Highlights report.
2
August 7, 2026
This article was published

MITRE ATT&CK Mitigations

Implement Cloud Infrastructure Entitlement Management (CIEM) to enforce least privilege for all cloud identities, especially non-human ones.

Use application control or executable allowlisting on cloud workloads to prevent unauthorized software like cryptominers from running.

Regularly patch all software in the cloud, including third-party applications like Langflow used in AI stacks.

Isolate development and build environments to prevent a supply chain compromise from affecting production systems.

D3FEND Defensive Countermeasures

To counter threats like JINX-0163 that target non-human identities, organizations must extend account monitoring beyond users to service accounts and IAM roles. This involves using a CIEM or CSPM tool to continuously monitor for anomalous behavior associated with these identities. Specifically for this threat, security teams should create alerts for service accounts attempting to escalate privileges, modify permissions of other roles, or access data outside of their normal baseline. By treating each non-human identity as a potential target and monitoring its activity, organizations can detect when a compromised service account is being used for malicious purposes.

To prevent resource hijacking in AI infrastructure, as seen with the Langflow compromise, implement executable allowlisting on cloud workloads. Configure the operating system or a CWPP agent to only permit the execution of known, approved binaries. In an AI model-serving environment, this list would be very small, likely including only the Python interpreter and the specific application server. This would prevent an attacker who achieves RCE from dropping and executing an unauthorized cryptominer like xmrig or any other malicious tool. This technique effectively contains the impact of an initial compromise by blocking the execution of the attacker's secondary payloads.

The exploitation of Langflow highlights the need for rigorous patch management in all components of the AI stack. Organizations must treat AI platforms and tools with the same diligence as any other production application. This requires including them in a comprehensive vulnerability management program that involves continuous scanning, risk-based prioritization, and timely patching. As AI tools are often deployed rapidly by development teams, it's crucial for security teams to have full visibility into the AI/ML software inventory and ensure that all components are kept up-to-date with security fixes to prevent them from becoming an easy entry point for attackers.

Timeline of Events

1
August 6, 2026

Wiz publishes its H1 2026 Cloud Threat Highlights report.

Sources & References

Cloud Threat Highlights: H1 2026
Wiz (wiz.io) August 6, 2026
Surging Cloud Threats: Are Supply Chain Attacks the New Norm?
The Futurum Group (futurumgroup.com) August 7, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

cloud securityWizthreat reportsupply chain attackTeamPCPJINX-0163AI security

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.