rule bulwark_https_bulwarkblack_com_laravel_lang_composer_supply_chain_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/laravel-lang-composer-supply-chain-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:32:16Z"
        tlp = "TLP:CLEAR"
        indicator_count = "3"
    strings:
        $s0 = "Fly.io" ascii wide nocase  // Domains
        $s1 = "flipboxstudio.info" ascii wide nocase  // Domains
        $s2 = "flipboxstudio.info/exfil" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
