rule bulwark_https_bulwarkblack_com_ci_fortify_ot_isolation_incident_readiness
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/ci-fortify-ot-isolation-incident-readiness/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-12T01:04:01Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "Cyber.gov" ascii wide nocase  // Domains
        $s1 = "Cyber.gov.au" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
