rule bulwark_https_bulwarkblack_com_blacksanta_edr_killer_campaign_targets_hr_departments_through_wea
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/blacksanta-edr-killer-campaign-targets-hr-departments-through-weaponized-resume-files/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:30Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "resumebuilders.us" ascii wide nocase  // Domains
        $s1 = "thresumebuilder.com" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
