Code Defence Cyber security

Australian authorities charge alleged TeamPCP hackers following global open source supply chain attacks

Law enforcement authorities have filed criminal charges against key individuals associated with a major cybercrime syndicate responsible for compromising open-source security tools and developer deployment pipelines. The campaign harvested build tokens to exfiltrate enterprise credentials globally.

The operation targets infrastructure managed by TeamPCP, the threat group behind supply chain intrusions impacting Trivy, Checkmarx KICS, and LiteLLM projects across GitHub Actions, Docker Hub, and npm ecosystems. Attackers stole publishing secrets to push backdoored software updates that extracted continuous integration runner tokens. Reconstructed telemetry indicates over 2,500 corporate organizations and 434,000 CI/CD pipelines across GitLab, GitHub Actions, and Azure DevOps were exposed, leading to the theft of 500,000 credentials.

Subverting central development toolchains presents extreme enterprise supply chain exposure. When automated build infrastructure executes poisoned security scanners, adversaries obtain unmonitored access to production deployment keys, cloud access tokens, and proprietary source repositories.

– Audit CI/CD workflow configurations immediately to pin third-party GitHub Actions and build tools to verified commit SHA hashes.

– Rotate all cloud deployment keys, API secrets, and repository tokens processed within continuous integration environments.

– Inspect pipeline execution telemetry for unauthorized outbound network connections or unexpected secret dumping processes.

– Enforce strict private package registries and dependency scoping policies across developer build environments.

Software supply chain defense requires continuous dependency verification and explicit hash pinning to ensure open-source build pipelines remain insulated from credential theft campaigns. #CodeDefence #SupplyChain #TeamPCP #DevSecOps #AppSec #GitHubActions #CredentialTheft #CloudSecurity
/

Scroll to Top