FBI Issues Alert on VECT and TeamPCP Partnership Creating Industrialized Supply Chain Ransomware Attacks

FBI Warns of "Industrialized Ransomware" as VECT and TeamPCP Join Forces

CRITICAL
July 3, 2026
July 7, 2026
6m read
Supply Chain AttackRansomwareThreat Actor

Related Entities(initial)

Threat Actors

CipherForceLapsus$TeamPCPThe ComVECT

Organizations

Aqua SecurityFBISophos

Products & Tech

KICSLiteLLMTrivy

Other

VECT Ransomware

Full Report(when first published)

Executive Summary

The Federal Bureau of Investigation (FBI) and researchers from Sophos have issued urgent warnings about a new, highly efficient cybercrime partnership between the VECT ransomware-as-a-service (RaaS) group and TeamPCP, a criminal gang known for large-scale software supply chain compromises. This alliance creates an "industrialized ransomware" model where TeamPCP steals developer credentials (cloud tokens, SSH keys, etc.) en masse by compromising popular developer tools, and then funnels these credentials to VECT affiliates for ransomware deployment. This streamlined process from credential theft to extortion significantly increases the speed, scale, and risk of ransomware attacks for any organization whose developers use the compromised tools. The FBI's FLASH alert highlights that TeamPCP has already targeted tools like Trivy, KICS, and LiteLLM, putting countless downstream organizations at immediate risk.

Threat Overview

This collaboration represents a major shift in the ransomware ecosystem, moving towards a more specialized and efficient assembly-line process.

  • TeamPCP (The Supplier): This group, linked to the collective 'The Com', focuses on the initial access phase. They specialize in supply chain attacks, specifically targeting developers and their Continuous Integration/Continuous Deployment (CI/CD) pipelines. By modifying legitimate open-source tools like the Trivy vulnerability scanner, they inject malicious code that steals credentials and secrets from the environments where these tools are run. This provides them with a massive trove of high-value access tokens and keys.
  • VECT (The Operator): This RaaS group, which emerged in late 2025, provides the ransomware payload and extortion infrastructure. Through the partnership, VECT's affiliates no longer need to conduct their own initial access operations. They receive pre-vetted, high-privilege credentials directly from TeamPCP, allowing them to immediately proceed with lateral movement, data exfiltration, and ransomware deployment.

Sophos has already confirmed at least one VECT ransomware attack that used credentials stolen by TeamPCP, proving this industrialized model is operational.

Technical Analysis

TeamPCP's methodology for credential harvesting is sophisticated and difficult to detect. Their TTPs include:

  1. Software Supply Chain Compromise (T1195.001): They compromise open-source software repositories or packages for popular developer tools. The FBI alert specifically names Trivy, KICS, and LiteLLM as having been targeted.
  2. Compromise Software Development Environment (T1500): By modifying these tools, they inject malicious code that executes within the developer's CI/CD pipeline. This environment is often highly privileged, with access to numerous production secrets.
  3. Unsecured Credentials (T1552): The malicious code is designed to scan for and exfiltrate sensitive data, including cloud access tokens, SSH keys, and Kubernetes secrets.

Once these credentials are stolen, they are passed to VECT affiliates. The VECT ransomware operators then use these credentials for:

  • Valid Accounts: Cloud Accounts (T1078.004): They use the stolen cloud tokens to access the victim's cloud environment, exfiltrate data, and deploy ransomware on cloud-based systems.
  • Data Encrypted for Impact (T1486): The final stage involves deploying the VECT ransomware to encrypt critical systems and demand a ransom.

Impact Assessment

The industrialization of this attack chain has several critical implications:

  • Increased Scale and Speed: VECT can launch far more attacks in a shorter period because the time-consuming initial access phase is outsourced and automated.
  • Targeted Attacks: The stolen credentials often provide direct, privileged access to a victim's most sensitive environments (e.g., cloud production), allowing attackers to bypass perimeter defenses entirely.
  • Widespread Risk: Any organization using the developer tools compromised by TeamPCP is now a potential ransomware target. The March 2026 attack on Trivy alone resulted in the theft of over 500,000 credentials from 10,000 CI/CD workflows, illustrating the massive scale of potential victims.
  • Difficult Attribution: The separation of duties between TeamPCP and VECT can make it harder for investigators to attribute the full attack chain to a single entity.

IOCs — Directly from Articles

No specific file hashes, IPs, or domains were listed in the provided articles.

Detection & Response

Detecting this threat requires focusing on the CI/CD pipeline and cloud environment:

  1. CI/CD Pipeline Monitoring: Implement security scanning within your CI/CD pipeline to detect malicious code in third-party dependencies. Use tools that can identify suspicious behaviors like unexpected network connections or file system access during the build process. This aligns with D3FEND's Dynamic Analysis.
  2. Cloud Security Posture Management (CSPM): Use CSPM and Cloud Workload Protection Platforms (CWPP) to monitor for anomalous activity in your cloud environment. Alert on the use of access keys from unusual locations or for suspicious actions (e.g., an EC2 instance suddenly enumerating all S3 buckets).
  3. Credential Scanning: Regularly scan code repositories and developer workstations for hardcoded credentials. This is a preventative measure to reduce the impact if a developer's environment is compromised.

Mitigation

  1. Vet Third-Party Tools: Before integrating any open-source tool into your development lifecycle, thoroughly vet its source and integrity. Whenever possible, use official, signed releases from trusted vendors. This relates to D3FEND's Service Binary Verification.
  2. Principle of Least Privilege for CI/CD: Ensure that CI/CD service principals and access tokens have the absolute minimum permissions required to perform their tasks. They should not have standing, broad access to production environments. Use short-lived, dynamically generated credentials where possible.
  3. Network Egress Filtering: Strictly control outbound network traffic from your build environments. By default, deny all egress traffic and only allow connections to known, required services (e.g., your package repository, cloud APIs). This can prevent malicious code from exfiltrating stolen credentials. This is a core part of D3FEND's Outbound Traffic Filtering.

Timeline of Events

1
March 1, 2026
TeamPCP's attack on Aqua Security's Trivy vulnerability scanner results in the theft of over 500,000 credentials.
2
July 2, 2026
Sophos publishes a report detailing the partnership between VECT and TeamPCP.
3
July 3, 2026
The FBI issues a FLASH alert warning about TeamPCP's supply chain compromises.
4
July 3, 2026
This article was published

Article Updates

July 4, 2026

Severity increased

FBI alert confirms TeamPCP supply chain attacks impacted over 1,000 cloud environments, adding Telnyx Python SDK to compromised tools and providing new hunting hints.

A new FBI FLASH alert confirms the TeamPCP (also known as PCPcat) supply chain campaign has impacted over 1,000 cloud environments, significantly increasing the known scale of the attack. The group has added the Telnyx Python SDK to its list of compromised developer tools, alongside Trivy, KICS, and LiteLLM. New 'Cyber Observables - Hunting Hints' provide actionable detection guidance, including monitoring outbound connections from build agents to unknown IPs, suspicious sts:AssumeRole calls in cloud logs, changes in CI/CD audit logs, and env or printenv commands. TeamPCP is also noted to engage in its own double extortion activities.

July 7, 2026

New technical observables and hunting hints for TeamPCP/Vect alliance, with expanded ATT&CK/D3FEND mappings and TeamPCP's pivot from CipherForce.

The new report from Sophos provides actionable 'Cyber Observables' for detecting the TeamPCP and Vect ransomware alliance. These include monitoring dependency scanner logs for malicious packages like Trivy and LiteLLM, tracking access to ~/.aws/credentials by unusual processes, and observing developer credential logins from anomalous IPs. It also details TeamPCP's previous ransomware operation, 'CipherForce', and their strategic pivot to an initial access broker role, highlighting the evolving specialization within the cybercrime ecosystem. Expanded MITRE ATT&CK and D3FEND techniques are also provided for enhanced detection and mitigation strategies.

Timeline of Events

1
March 1, 2026

TeamPCP's attack on Aqua Security's Trivy vulnerability scanner results in the theft of over 500,000 credentials.

2
July 2, 2026

Sophos publishes a report detailing the partnership between VECT and TeamPCP.

3
July 3, 2026

The FBI issues a FLASH alert warning about TeamPCP's supply chain compromises.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

CI/CDDeveloper SecurityFBIRansomwareSophosSupply Chain AttackTeamPCPTrivyVECT

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.