rule bulwark_https_bulwarkblack_com_storm_2949_cloud_identity_breach_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/storm-2949-cloud-identity-breach-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:30Z"
        tlp = "TLP:CLEAR"
        indicator_count = "3"
    strings:
        $s0 = "176.123.4.44" ascii wide nocase  // IPv4
        $s1 = "185.241.208.243" ascii wide nocase  // IPv4
        $s2 = "91.208.197.87" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
