Windows_VulnDriver_RentDrv_b6711b6b


Description

Windows.VulnDriver.RentDrv

Query · yara

strings:
        $str1 = "rentdrv_x64.pdb"
        $str2 = "KillProcess"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and all of them
Raw source Windows_VulnDriver_RentDrv_b6711b6b · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_RentDrv_b6711b6b {
    meta:
        author = "Elastic Security"
        id = "b6711b6b-50c6-4859-9098-454ac8c86708"
        fingerprint = "241bb2c74d62bb29f09982b87fda4df93d2975db67ebd7831d632fafc8d8a126"
        creation_date = "2024-08-19"
        last_modified = "2024-09-30"
        threat_name = "Windows.VulnDriver.RentDrv"
        reference_sample = "9165d4f3036919a96b86d24b64d75d692802c7513f2b3054b20be40c212240a5"
        severity = 100
        arch_context = "x86"
        scan_context = "file, memory"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $str1 = "rentdrv_x64.pdb"
        $str2 = "KillProcess"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and 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.