rule bulwark_https_bulwarkblack_com_fortinet_fortios_kev_edge_device_post_compromise_review
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/fortinet-fortios-kev-edge-device-post-compromise-review/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-28T01:04:50Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "itresit.es" ascii wide nocase  // Domains
        $s1 = "https://itresit.es/en/home-en/" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
