rule bulwark_https_bulwarkblack_com_pdfsider_the_stealthy_backdoor_targeting_fortune_100_financial_in
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/pdfsider-the-stealthy-backdoor-targeting-fortune-100-financial-institutions/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:56:42Z"
        tlp = "TLP:CLEAR"
        indicator_count = "7"
    strings:
        $s0 = "Booking.com" ascii wide nocase  // Domains
        $s1 = "BugsBounty.com" ascii wide nocase  // Domains
        $s2 = "Builder.ai" ascii wide nocase  // Domains
        $s3 = "Coinopsy.com" ascii wide nocase  // Domains
        $s4 = "Collectibles.com" ascii wide nocase  // Domains
        $s5 = "Discord.io" ascii wide nocase  // Domains
        $s6 = "Duck.ai" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
