Sigma high experimental sigma

TeamPCP LiteLLM Supply Chain Attack Persistence Indicators

Detects the creation of specific persistence files as observed in the LiteLLM PyPI supply chain attack. 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.

View Source

Detection Logic

{
  "selection": {
    "Image
| contains": "/python3",
    "TargetFilename
| endswith": [
      "/.config/sysmon/sysmon.py",
      "/.config/systemd/user/sysmon.service"
    ]
  },
  "condition": "selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...