rule bulwark_https_bulwarkblack_com_autojack_ai_agent_localhost_rce_boundaries
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/autojack-ai-agent-localhost-rce-boundaries/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:13Z"
        tlp = "TLP:CLEAR"
        indicator_count = "3"
    strings:
        $s0 = "evil.com" ascii wide nocase  // Domains
        $s1 = "msft.net" ascii wide nocase  // Domains
        $s2 = "https://evil.com" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
