rule bulwark_https_bulwarkblack_com_match_group_data_breach_exposes_user_information_from_tinder_hing
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/match-group-data-breach-exposes-user-information-from-tinder-hinge-and-okcupid/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:32:19Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "Match.com" ascii wide nocase  // Domains
        $s1 = "matchinternal.com" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
