rule bulwark_https_bulwarkblack_com_endpoints_vs_routes_what_every_api_hacker_needs_to_know
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/endpoints-vs-routes-what-every-api-hacker-needs-to-know/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:05Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "u.id" ascii wide nocase  // Domains
        $s1 = "user.id" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
