← Terug naar overzicht

Australian authorities have arrested and charged two young men allegedly belonging to TeamPCP, a hacking group linked to a series of developer supply chain attacks. The group is accused of conducting far-reaching supply chain compromises targeting developer ecosystems. The arrests represent a significant law enforcement action against a threat actor responsible for multiple intrusions. The case highlights ongoing risks in software supply chains and the growing focus by law enforcement on disrupting hacking groups. Further details about the specific attacks attributed to TeamPCP and the charges filed against the suspects are expected to emerge as the case proceeds.

Technical details

TeamPCP is a loose-knit hacking collective that conducted widespread software supply chain attacks over the course of approximately one year. The group injected malicious code into open-source software packages hosted on repositories such as PyPI and npm, which developers unknowingly incorporated into their own applications. These compromised packages were then deployed across government, academic, and private-sector organizations worldwide. Targeted platforms and packages included Trivy (vulnerability scanner via GitHub Actions), LiteLLM (PyPI), Telnyx (PyPI, malware hidden in WAV audio files), SAP (npm), and TanStack (npm). High-profile organizations breached include the European Commission (exposing data of ~30 EU entities), Mistral AI (source code repositories advertised for sale), OpenAI, and GitHub (internal repositories). The group coordinated via hacking forums, Discord servers, and Telegram channels, and received cryptocurrency payments for their activities. The attacks resulted in the compromise of over 1,000 organizations worldwide, theft of approximately 500,000 credentials, exfiltration of at least 300GB of data, and global remediation costs estimated in the hundreds of millions of dollars. The investigation began in April 2026 following intelligence provided by cybersecurity firms to the AFP and FBI. Two suspects aged 21 and 23 were arrested on August 26, 2026, in Cottesloe and Mandurah, Western Australia. Post-arrest investigations by Flare and Brian Krebs linked suspects to real-world identities through Telegram activity, reused aliases, and other online traces.

Mitigation steps

1. Audit all open-source dependencies (PyPI, npm, GitHub Actions) used in your software supply chain for signs of tampering or malicious code injection. 2. Review and rotate any credentials, API keys, authentication tokens, or secrets that may have been exposed through compromised packages, particularly those associated with LiteLLM, Telnyx, SAP npm packages, TanStack, and Trivy. 3. Monitor for unauthorized access or anomalous activity in developer environments, CI/CD pipelines, and source code repositories. 4. Implement software composition analysis (SCA) and integrity verification (e.g., checksums, sigstore/cosign) for all third-party packages before use. 5. Enable alerts for unexpected package updates or new maintainers on critical dependencies. 6. Review GitHub Actions workflows for unauthorized or injected steps. 7. Investigate any data exfiltration indicators, especially large outbound transfers (300GB+ scale events). 8. Follow guidance from the Australian Federal Police (AFP) and FBI if your organization believes it may be among the 1,000+ compromised entities. 9. Engage threat intelligence feeds and monitor Telegram/Discord-based hacking forums for mentions of your organization's assets. 10. Ensure multi-factor authentication (MFA) is enforced across all developer and administrative accounts to limit impact of stolen credentials.

Affected products

  • European Commission systems
  • GitHub internal repositories
  • LiteLLM - PyPI package
  • Mistral AI code repositories
  • OpenAI systems
  • SAP - npm packages
  • TanStack - npm packages
  • Telnyx - PyPI package
  • Trivy (vulnerability scanner) - GitHub Actions

Related threat actors

  • TeamPCP

Categories

  • Data Breach & Exfiltration
  • Identity & Access
  • Supply Chain & Dependencies