rule bulwark_https_bulwarkblack_com_wp_maps_pro_admin_account_vulnerability_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/wp-maps-pro-admin-account-vulnerability-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-08-19T05:30:47Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "support@flippercode.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
