rule bulwark_https_bulwarkblack_com_kong_mesh_service_mesh_vulnerabilities_control_plane_risk
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/kong-mesh-service-mesh-vulnerabilities-control-plane-risk/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-12T20:03:32Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "developer.konghq.com" ascii wide nocase  // Domains
        $s1 = "https://developer.konghq.com/mesh/changelog/" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
