rule bulwark_https_bulwarkblack_com_showboat_linux_malware_telecom_persistence_defense
{
    meta:
        author = "Bulwark Black LLC"
        source = "https://bulwarkblack.com/showboat-linux-malware-telecom-persistence-defense/"
        description = "Auto-extracted indicators. Verify before use; not a behavioral detection rule."
        generated = "2026-07-15T22:57:05Z"
        tlp = "TLP:CLEAR"
        indicator_count = "6"
    strings:
        $s0 = "ld.so" ascii wide nocase  // Domains
        $s1 = "pastebin.com" ascii wide nocase  // Domains
        $s2 = "telecom.webredirect.org" ascii wide nocase  // Domains
        $s3 = "ukpkmkk.so" ascii wide nocase  // Domains
        $s4 = "https://pastebin.com/raw/[actor_page" ascii wide nocase  // URLs
        $s5 = "webredirect.org" ascii wide nocase  // URLs
    condition:
        any of ($s*)
}
