rule bulwark_https_bulwarkblack_com_blackfile_vishing_extortion_identity_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/blackfile-vishing-extortion-identity-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:29Z"
        tlp = "TLP:CLEAR"
        indicator_count = "11"
    strings:
        $s0 = "company.sharepoint.com" ascii wide nocase  // Domains
        $s1 = "getsession.org" ascii wide nocase  // Domains
        $s2 = "organization.sharepoint.com" ascii wide nocase  // Domains
        $s3 = "enrollms.com" ascii wide nocase  // URLs
        $s4 = "https://company.sharepoint.com/sites/ProductionOps/" ascii wide nocase  // URLs
        $s5 = "https://organization.sharepoint.com/sites/Legal_Archive/" ascii wide nocase  // URLs
        $s6 = "passkeyms.com" ascii wide nocase  // URLs
        $s7 = "setupsso.com" ascii wide nocase  // URLs
        $s8 = "179.43.185.226" ascii wide nocase  // IPv4
        $s9 = "victim.user@company.com" ascii wide nocase  // Email Addresses
        $s10 = "victim.user@organization.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
