rule bulwark_https_bulwarkblack_com_fbi_flash_alert_iranian_handala_hackers_weaponize_telegram_for_ma
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/fbi-flash-alert-iranian-handala-hackers-weaponize-telegram-for-malware-c2-operations/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:17Z"
        tlp = "TLP:CLEAR"
        indicator_count = "4"
    strings:
        $s0 = "handala-hack.to" ascii wide nocase  // Domains
        $s1 = "handala-redwanted.to" ascii wide nocase  // Domains
        $s2 = "justicehomeland.org" ascii wide nocase  // Domains
        $s3 = "karmabelow80.org" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
