Linux_Exploit_CVE_2022_01388_ceb513f4


Description

Exploit code used in the ZeroBot malware

Query · yara

strings:
        $bot_a = "mgmt/tm/util/bash"
        $bot_b = "X-F5-Auth-Token"
        $bot_c = "utilCmdArgs"
        $bod_d = "Basic YWRtaW46"
        $bot_e = "commandResult"
    condition:
        all of them
Raw source Linux_Exploit_CVE_2022_01388_ceb513f4 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Linux_Exploit_CVE_2022_01388_ceb513f4 {
    meta:
        author = "Elastic Security"
        id = "ceb513f4-8f74-4f1f-9e5a-06a022cb9ac2"
        fingerprint = "284329949a30687418c86c05939c743f2227ea69a7e4710a813851472ef13b1f"
        creation_date = "2022-12-16"
        last_modified = "2026-05-22"
        description = "Exploit code used in the ZeroBot malware"
        threat_name = "Linux.Exploit.CVE-2022-01388"
        reference_sample = "f9fc370955490bdf38fc63ca0540ce1ea6f7eca5123aa4eef730cb618da8551f"
        severity = 100
        arch_context = "x86"
        scan_context = "file, memory"
        license = "Elastic License v2"
        os = "linux"
    strings:
        $bot_a = "mgmt/tm/util/bash"
        $bot_b = "X-F5-Auth-Token"
        $bot_c = "utilCmdArgs"
        $bod_d = "Basic YWRtaW46"
        $bot_e = "commandResult"
    condition:
        all of them
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.