Windows_VulnDriver_KExplore_30925683


Description

Subject: Pavel Yosifovich

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 50 61 76 65 6C 20 59 6F 73 69 66 6F 76 69 63 68 }
        $str1 = "KRegExp.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1
Raw source Windows_VulnDriver_KExplore_30925683 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_KExplore_30925683 {
    meta:
        author = "Elastic Security"
        id = "30925683-a7d5-421f-bff7-5dd622356214"
        fingerprint = "7f5cb698a40b99f50f4246c61d47a1c6e99fd0c4baa830a7b6a514e567aafe7d"
        creation_date = "2026-05-22"
        last_modified = "2026-06-24"
        description = "Subject: Pavel Yosifovich"
        threat_name = "Windows.VulnDriver.KExplore"
        reference_sample = "5c237dcec01f5e31a78cf8c883e41d85c74675b1426379302b46b771d091dce6"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 50 61 76 65 6C 20 59 6F 73 69 66 6F 76 69 63 68 }
        $str1 = "KRegExp.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1
}

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.