rule bulwark_https_bulwarkblack_com_apt28_deploys_operation_macromaze_webhook_based_macro_malware_tar
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/apt28-deploys-operation-macromaze-webhook-based-macro-malware-targets-european-entities/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:08Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "webhook.site" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
