rule bulwark_https_bulwarkblack_com_soundcloud_data_breach_exposes_29_8_million_user_accounts
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/soundcloud-data-breach-exposes-29-8-million-user-accounts/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:23Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "HaveIBeenPwned.com" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
