rule bulwark_https_bulwarkblack_com_litellm_supply_chain_attack_teampcp_deploys_multi_stage_credentia
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/litellm-supply-chain-attack-teampcp-deploys-multi-stage-credential-stealer-to-95m-monthly-downloads/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:32:16Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "litellm.cloud" ascii wide nocase  // Domains
        $s1 = "models.litellm.cloud" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
