Two Arrests in Western Australia Crack Open TeamPCP Supply-Chain Campaign
Federal police charge alleged members of a hacking collective that seeded CI/CD pipelines with self-propagating malware across a thousand organizations in nine months.

The Arrests
Australian Federal Police took two men into custody this week, charging each with 14 criminal offenses tied to a sprawling supply-chain hacking operation. The suspects, residents of Cottesloe and Mandurah in Western Australia, stand accused of belonging to TeamPCP, a collective that has embedded malicious code in open source repositories since December and infected more than 1,000 organizations across multiple continents.
Authorities did not release the defendants' names in their public statement. A separate investigation traced operational security lapses that allegedly connected the two individuals to accounts and infrastructure used in the intrusions, though those details remain under court seal as proceedings advance.
At DailyTechWire, we've tracked supply-chain compromises across the region for the past eighteen months, and the TeamPCP campaign stands out for both its velocity and the technical sophistication of its propagation mechanism. The case also underscores how decentralized open source ecosystems can become vectors when attackers hijack the automation that holds them together.
How the Campaign Worked
TeamPCP's method centered on poisoning continuous integration and continuous deployment pipelines, the automated workflows that pull code from repositories, run tests, build artifacts, and push updates to production. By injecting malware into widely used open source packages, the group ensured that every downstream project depending on those libraries would inherit the infection during routine dependency updates.
The malware was designed to self-replicate: once a compromised package landed in a target organization's CI/CD environment, it scanned for credentials, API tokens, and write access to other repositories, then used that access to seed additional packages. The result was a viral spread that moved laterally through software supply chains faster than manual review could catch.
Security teams at several affected organizations observed anomalous outbound connections from build servers and discovered obfuscated scripts in package manifests. Incident responders noted that the malware often lay dormant for days, activating only after a threshold number of builds had run, a tactic that delayed detection and complicated forensic timelines.
Nine Months, A Thousand Targets
The campaign began in December and continued through the arrests this week, an unusually long operational window for a supply-chain attack. Most such intrusions are detected and shut down within weeks once the first indicators surface. TeamPCP's persistence suggests either a high degree of operational discipline or a fragmented victim landscape in which individual breaches were treated as isolated incidents rather than nodes in a coordinated campaign.
Organizations affected span software development houses, cloud service providers, financial technology platforms, and manufacturing firms with digitized supply chains. The geographic spread includes targets in North America, Europe, and Asia-Pacific, though the exact distribution remains unclear because many victims have not disclosed incidents publicly.
The scale of compromise reflects a structural vulnerability in modern software development: the implicit trust placed in upstream dependencies. A single poisoned package, if widely adopted, can reach hundreds of organizations in a matter of hours. Traditional perimeter defenses offer little protection when the threat arrives as a legitimate code update signed by a trusted repository.
Why CI/CD Pipelines Are High-Value Targets
Continuous integration and deployment systems occupy a privileged position in enterprise infrastructure. They hold credentials for source code repositories, cloud platforms, container registries, and production environments. A foothold in a CI/CD pipeline grants an attacker not only visibility into proprietary code but also the ability to inject backdoors into every build that flows through the system.
The automation that makes CI/CD efficient also makes it difficult to audit. Builds run on ephemeral compute instances, logs rotate quickly, and the sheer volume of dependency fetches and script executions creates noise that masks malicious activity. Many organizations lack the instrumentation to correlate a suspect package download with subsequent credential exfiltration or lateral movement.
TeamPCP exploited these blind spots. By embedding payloads in packages that appeared benign, passed automated security scans, and triggered only under specific conditions, the group extended its dwell time and maximized the number of secondary infections before defenders could respond.
The Investigative Trail
Law enforcement agencies in Australia worked with international partners to trace the infrastructure behind TeamPCP's operations. Digital forensics focused on command-and-control servers, cryptocurrency transactions used to purchase hosting, and metadata in the malicious packages themselves.
Operational security failures by the suspects, including reuse of online handles and gaps in anonymization layers, provided investigators with leads that connected pseudonymous accounts to real-world identities. The investigation also benefited from cooperation with open source maintainers, who flagged suspicious commits and provided logs that mapped the timeline of package compromises.
The arrests mark a rare enforcement success in a domain where attribution is notoriously difficult and cross-border coordination often stalls. The case may set a precedent for how authorities approach supply-chain attacks that exploit decentralized software ecosystems rather than single corporate targets.
What Comes Next
Prosecution will hinge on linking the defendants to specific intrusions and demonstrating intent to cause harm or extract value from the compromised systems. Evidence will likely include server logs, cryptocurrency wallet analysis, chat transcripts, and testimony from victims who can document financial or operational damage.
For the broader software industry, the TeamPCP episode is a stress test of current supply-chain security practices. Dependency pinning, cryptographic signing, and software bill-of-materials tooling can reduce risk, but none offers complete protection when an attacker gains write access to a trusted repository. The challenge is not just technical but organizational: security teams must balance the velocity demands of modern development with the diligence required to audit every external input.
Expect renewed attention to CI/CD hardening in the coming quarters, including network segmentation for build environments, behavioral monitoring of package installations, and tighter access controls around repository credentials. The arrests may also accelerate adoption of zero-trust architectures that treat even internal automation systems as untrusted by default.
The two men arrested in Western Australia now face legal proceedings that could clarify how a small collective managed to compromise a thousand organizations in less than a year. For defenders, the operational lessons are immediate: the software supply chain is not an abstract threat surface but a live attack vector, and the tools built for speed can just as easily serve adversaries who understand how trust propagates through code.


