rule bulwark_https_bulwarkblack_com_apache_apisix_auth_bypass_plugin_review
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/apache-apisix-auth-bypass-plugin-review/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:07Z"
        tlp = "TLP:CLEAR"
        indicator_count = "4"
    strings:
        $s0 = "apisix.apache.org" ascii wide nocase  // Domains
        $s1 = "www.cve.org" ascii wide nocase  // Domains
        $s2 = "https://apisix.apache.org" ascii wide nocase  // URLs
        $s3 = "https://www.cve.org/CVERecord?id=CVE-2026-39999" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
