rule bulwark_https_bulwarkblack_com_void_dokkaebi_invisibleferret_developer_endpoint_risk
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/void-dokkaebi-invisibleferret-developer-endpoint-risk/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:58:16Z"
        tlp = "TLP:CLEAR"
        indicator_count = "9"
    strings:
        $s0 = "brw.so" ascii wide nocase  // Domains
        $s1 = "claude.ai" ascii wide nocase  // Domains
        $s2 = "ip-api.com" ascii wide nocase  // Domains
        $s3 = "mc.so" ascii wide nocase  // Domains
        $s4 = "mod.so" ascii wide nocase  // Domains
        $s5 = "pad.so" ascii wide nocase  // Domains
        $s6 = "http://ip-api.com/json" ascii wide nocase  // URLs
        $s7 = "ip-api.com/json" ascii wide nocase  // URLs
        $s8 = "45.59.160.199" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
