rule bulwark_https_bulwarkblack_com_jadepuffer_autonomous_ransomware_ai_agent_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/jadepuffer-autonomous-ransomware-ai-agent-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-24T15:04:56Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "45.131.66.106" ascii wide nocase  // IPv4
        $s1 = "64.20.53.230" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
