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.
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.
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.
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.
No specific Indicators of Compromise (IOCs) were mentioned in the source articles.
Based on the report, security teams should hunt for:
xmrig, kinsing~/.npmrc, ~/.pypircImplement 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.
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.
Wiz publishes its H1 2026 Cloud Threat Highlights report.

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.
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.
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.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
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 detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.