import "hash"

rule bulwark_https_bulwarkblack_com_checkpoint_smartconsole_auth_bypass_management_server_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/checkpoint-smartconsole-auth-bypass-management-server-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-28T20:03:14Z"
        tlp = "TLP:CLEAR"
        indicator_count = "4"
    strings:
        $s0 = "schemas.xmlsoap.org" ascii wide nocase  // Domains
        $s1 = "http://schemas.xmlsoap.org/soap/envelope/&quot" ascii wide nocase  // URLs
    condition:
        any of ($s*) or
        hash.sha256(0, filesize) == "34bd621cc8855634fd97484fec258a18eb14eb8feb14b22c260a4accba715808" or
        hash.sha256(0, filesize) == "512d49aa4c026d57177bea06dd28669c889479bfa8ea6d3b53fabe59ec9e0a2e"
}
