Windows_VulnDriver_Mimikatz_11556ea8


Description

Subject: Benjamin Delpy

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 42 65 6E 6A 61 6D 69 6E 20 44 65 6C 70 79 }
        $str1 = "mimidrv.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1
Raw source Windows_VulnDriver_Mimikatz_11556ea8 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_Mimikatz_11556ea8 {
    meta:
        author = "Elastic Security"
        id = "11556ea8-d2b5-488a-beba-3149a7b9984a"
        fingerprint = "4cff64faabc66be451a206610eea5e20021963896223e275bff21fca0f31abd4"
        creation_date = "2026-05-22"
        last_modified = "2026-07-20"
        description = "Subject: Benjamin Delpy"
        threat_name = "Windows.VulnDriver.Mimikatz"
        reference_sample = "af7ca247bf229950fb48674b21712761ac650d33f13a4dca44f61c59f4c9ac46"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 42 65 6E 6A 61 6D 69 6E 20 44 65 6C 70 79 }
        $str1 = "mimidrv.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.