rule bulwark_https_bulwarkblack_com_7zip_xz_rce_archive_patch_priority
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/7zip-xz-rce-archive-patch-priority/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-19T15:03:24Z"
        tlp = "TLP:CLEAR"
        indicator_count = "1"
    strings:
        $s0 = "7-zip.org" ascii wide nocase  // Domains
    condition:
        any of ($s*)
}
