Linux_Exploit_CVE_2020_10987_15e9f5be


Description

Exploit code used in the ZeroBot malware

Query · yara

strings:
        $bot_a = "goform/setUsbUnload/.js?deviceName="
        $bot_b = "GET" nocase
    condition:
        all of them
Raw source Linux_Exploit_CVE_2020_10987_15e9f5be · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Linux_Exploit_CVE_2020_10987_15e9f5be {
    meta:
        author = "Elastic Security"
        id = "15e9f5be-ba3e-4d71-918b-e67667a9ed77"
        fingerprint = "4bf3b6a4b5cf379082aafc8f0eb395a91df6741e9c4f495794e46b5d7a81c22d"
        creation_date = "2022-12-16"
        last_modified = "2026-05-22"
        description = "Exploit code used in the ZeroBot malware"
        threat_name = "Linux.Exploit.CVE-2020-10987"
        reference_sample = "f9fc370955490bdf38fc63ca0540ce1ea6f7eca5123aa4eef730cb618da8551f"
        severity = 100
        arch_context = "x86"
        scan_context = "file, memory"
        license = "Elastic License v2"
        os = "linux"
    strings:
        $bot_a = "goform/setUsbUnload/.js?deviceName="
        $bot_b = "GET" nocase
    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.