rule bulwark_https_bulwarkblack_com_apt_q_27_goldeneyedog_deploys_fileless_malware_in_stealthy_corpor
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/apt-q-27-goldeneyedog-deploys-fileless-malware-in-stealthy-corporate-network-attacks/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:30:08Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "wk.goldeyeuu.io" ascii wide nocase  // Domains
        $s1 = "185.135.79.200" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
