rule bulwark_https_bulwarkblack_com_exfilsquad_crm_portal_data_extortion_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/exfilsquad-crm-portal-data-extortion-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-09T01:05:16Z"
        tlp = "TLP:CLEAR"
        indicator_count = "7"
    strings:
        $s0 = "atlantaga.gov" ascii wide nocase  // Domains
        $s1 = "dcps.dc.gov" ascii wide nocase  // Domains
        $s2 = "education.gov" ascii wide nocase  // Domains
        $s3 = "houstontx.gov" ascii wide nocase  // Domains
        $s4 = "ncl.ac" ascii wide nocase  // Domains
        $s5 = "ncl.ac.uk" ascii wide nocase  // Domains
        $s6 = "contact@resecurity.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
