rule bulwark_https_bulwarkblack_com_malicious_go_crypto_module_steals_passwords_and_deploys_rekoobe_b
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/malicious-go-crypto-module-steals-passwords-and-deploys-rekoobe-backdoor/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:32:17Z"
        tlp = "TLP:CLEAR"
        indicator_count = "2"
    strings:
        $s0 = "go.googlesource.com" ascii wide nocase  // Domains
        $s1 = "154.84.63.184" ascii wide nocase  // IPv4
    condition:
        any of ($s*)
}
