LiteLLM / TeamPCP Supply Chain Attack Indicators
Description
Detects process executions related to the backdoored versions of LiteLLM (v1.82.7 or v1.82.8). In March 2026, a supply chain attack was discovered involving the popular open-source LLM framework LiteLLM by Threat Actor TeamPCP. The malicious package harvests every credential on the system, encrypts and exfiltrates them, and installs a persistent C2 backdoor.
Query · sigma
selection_pth_package:
Image|contains: /python3
CommandLine|contains|all:
- exec(base64.b64decode('aW1wb3J0
- kI2NF9TQ1JJUFQgPSAiYV
selection_tar:
Image|endswith: /tar
CommandLine|contains|all:
- tpcp.tar.gz
- payload.enc
- session.key.enc
selection_curl:
Image|endswith: /curl
CommandLine|contains|all:
- models.litellm.cloud
- 'X-Filename: tpcp.tar.gz'
selection_sysmon_service:
ParentImage|contains: /python3
CommandLine|contains|all:
- systemctl
- --user
- sysmon
condition: 1 of selection_*
Known false positives
- Unknown