rule bulwark_https_bulwarkblack_com_hide_and_seek_in_windows_closet_unmasking_the_winsxs_hijacking_hi
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/hide-and-seek-in-windows-closet-unmasking-the-winsxs-hijacking-hideout/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:31:54Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "www.securityjoes.com" ascii wide nocase  // Domains
        $s1 = "https://www.securityjoes.com/post/hide-and-seek-in-windows-closet-unmasking-the-winsxs-hijacking-hideout" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
