rule bulwark_https_bulwarkblack_com_fortigate_devices_exploited_as_network_entry_points_for_service_a
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/fortigate-devices-exploited-as-network-entry-points-for-service-account-credential-theft/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:24Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "172.67.196.232" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
