rule bulwark_https_bulwarkblack_com_smartermail_fixes_critical_unauthenticated_rce_flaw_with_cvss_9_3
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/smartermail-fixes-critical-unauthenticated-rce-flaw-with-cvss-9-3-score/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:20Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "CVE.org" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
