rule bulwark_https_bulwarkblack_com_unit_42_warns_ai_agents_could_enable_gift_card_theft_and_returns_
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/unit-42-warns-ai-agents-could-enable-gift-card-theft-and-returns-fraud-at-scale/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:58:13Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "xyz.com" ascii wide nocase  // URLs
        $s1 = "attacker@xyz.com" ascii wide nocase  // Email Addresses
    condition:
        any of ($s*)
}
