Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Hackers Push 22 Versions of npm RAT With Wallet Theft and
May 27, 2026
Hackers Deploy DinDoor Backdoor via Fake ChatGPT & Claude
May 27, 2026
Top CISOs Boost Risk Visibility to Prevent Critical Incidents
May 27, 2026
Home/Threats/Mini Shai-Hulud Compromises @antv npm Packages to Steal CI/CD
Threats

Mini Shai-Hulud Compromises @antv npm Packages to Steal CI/CD

A new and sophisticated supply chain attack has been uncovered, targeting one of the most trusted corners of the open-source software world. Dubbed “Mini Shai-Hulud,” this campaign went after the...

Jennifer sherman
Jennifer sherman
May 21, 2026 4 Min Read
21 0

A new and sophisticated supply chain attack has been uncovered, targeting one of the most trusted corners of the open-source software world.

Dubbed “Mini Shai-Hulud,” this campaign went after the @antv npm package ecosystem, a collection of widely used data visualization libraries powering dashboards and applications for developers globally.

The attack was quiet, precise, and designed to cause maximum damage before anyone noticed.

What made this attack especially dangerous was how far it spread. The threat actor first compromised a maintainer account within the @antv organization, then published malicious versions of popular packages.

From there, the infection rippled downstream into dependent libraries like echarts-for-react, a package with over one million weekly downloads.

A single poisoned package spread silently into thousands of developer pipelines almost overnight.

Microsoft security researchers identified and reported on this campaign, revealing the full scope of what the malware was capable of.

@antv npm supply chain attack flow (Source - Microsoft)
@antv npm supply chain attack flow (Source – Microsoft)

According to Microsoft report shared with Cyber Security News (CSN), the malicious payload was a roughly 499 KB obfuscated JavaScript file that executed the moment a developer typed npm install.

It was built with one clear purpose: to steal credentials from GitHub Actions environments and connected cloud services.

The payload hunted for secrets across six platforms, including Amazon Web Services, HashiCorp Vault, Kubernetes, npm, and 1Password.

It scraped process memory directly from the GitHub Actions runner, bypassing standard secret masking entirely.

Every layer of the malware pointed to a calculated effort to drain credentials and disappear without raising alarms.

GitHub moved quickly once the threat was flagged. The platform removed 640 malicious packages and invalidated over 61,000 npm tokens with write permissions.

Dependabot alerts and npm audit warnings were pushed out to help developers catch the issue. The @antv account authors later confirmed the situation has since been resolved.

Mini Shai-Hulud Compromises @antv npm Packages

The attack followed a clean and deliberate chain. After gaining access to the maintainer account, the threat actor pushed malicious versions of core charting packages.

A preinstall hook inside the package triggered the payload automatically during npm install, so developers did not need to run extra commands for the infection to begin.

The JavaScript payload used two layers of obfuscation. The first involved 1,732 Base64-encoded strings shuffled in a rotated array.

The second used a custom cipher based on PBKDF2 and SHA-256, decoding critical strings only at runtime.

The malware also included environment gating that caused it to exit immediately if it was not running inside a GitHub Actions Linux environment, helping it dodge detection during normal testing.

Once active, it exfiltrated data through two channels. The primary route used an encrypted HTTPS connection to a command-and-control domain on port 443.

A fallback used GitHub’s Git Data API to create commits in victim repositories on non-protected branches.

Researchers had spotted more than 2,200 public repositories created under victim accounts as a campaign signature at the time of reporting.

Credential Theft Across Cloud and CI/CD Environments

The scope of credential theft was striking. For AWS, the payload queried the Instance Metadata Service and called SecretsManager across all regions. For HashiCorp Vault, it searched over twelve token paths.

For Kubernetes, it read service account tokens and enumerated namespace secrets. For 1Password, it even tried bypassing two-factor authentication to extract master passwords.

The malware also worked to maintain access. It installed the Bun runtime and used it to execute a second-stage payload.

It injected a passwordless sudo rule through a bind mount and modified DNS settings by editing the hosts file. It also forged software supply chain provenance attestations through Sigstore to make malicious packages appear legitimate.

Microsoft recommends developers review dependency trees for any use of affected @antv packages. Running npm install with the –ignore-scripts flag, pinning known-good versions, and rotating any exposed credentials are all critical steps.

Developers should also audit GitHub accounts for unexpected public repositories created during the exposure window, as these may signal an active compromise.

Indicators of Compromise (IoCs):-

Type Indicator Description
Package Scope @antv (whole account) All packages maintained by the antv account were compromised; situation now resolved per account authors 
Package Name echarts-for-react Major downstream package impacted by the @antv compromise; situation now resolved per repository authors 
SHA-256 a68dd1e6a6e35ec3771e1f94fe796f55dfe65a2b94560516ff4ac189390dfa1c Malicious payload JavaScript file 
SHA-256 fb5c97557230a27460fdab01fafcfabeaa49590bafd5b6ef30501aa9e0a51142 Malicious backdoor Python script 
Domain t.m-kosche[.]com:443 Infrastructure associated with the Mini Shai-Hulud campaign 
File Name Index.js Malicious script or dropped file 
File Name cat.py Malicious script or dropped file 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackMalwareSecurityThreat

Share Article

Jennifer sherman

Jennifer sherman

Jennifer is a cybersecurity news reporter covering data breaches, ransomware campaigns, and dark web markets. With a background in incident response, Jennifer provides unique insights into how organizations respond to cyber attacks and the evolving tactics of threat actors. Her reporting has covered major breaches affecting millions of users and has helped organizations understand emerging threats. Jennifer combines technical knowledge with investigative journalism to deliver in-depth coverage of cybersecurity incidents.

Previous Post

Flipper Unveils New Flipper One Modular Linux Cyberdeck

Next Post

Authorities Have Taken Down “First VPN” Used in Ransomware Attacks

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
BTMOB Malware Remotely Controls Android Devices Lets Attackers
May 27, 2026
BadHost Exploit Grants Attackers Access to Sensitive
May 27, 2026
Windows Kernel Vulnerability Lets Attackers Modify Memory
May 27, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Emy Elsamnoudy
Emy Elsamnoudy
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us