rule bulwark_https_bulwarkblack_com_irans_apt33_targets_us_defense_contractors_with_novel_malware
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/irans-apt33-targets-us-defense-contractors-with-novel-malware/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-27T05:21:41Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "www.scmagazine.com" ascii wide nocase  // Domains
        $s1 = "https://www.scmagazine.com/news/iranian-threat-group-apt33-targets-us-defense-contractors-with-novel-malware" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
