rule bulwark_https_bulwarkblack_com_roadtools_cloud_identity_entra_id_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/roadtools-cloud-identity-entra-id-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:56:54Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "enterpriseregistration.windows.net" ascii wide nocase  // Domains
        $s1 = "windows.net" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
