Windows_VulnDriver_Intel_7d47fd3f


Description

Subject: Microsoft Windows Hardware Compatibility Publisher

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 4D 69 63 72 6F 73 6F 66 74 20 57 69 6E 64 6F 77 73 20 48 61 72 64 77 61 72 65 20 43 6F 6D 70 61 74 69 62 69 6C 69 74 79 20 50 75 62 6C 69 73 68 65 72 }
        $str1 = "E:\\Intel-Power-Gadget\\EnergyDriver\\x64\\Release\\EnergyDriver.pdb"
        $serial = { 33 00 00 00 18 A7 C6 4E DA 38 3A 9F 79 00 00 00 00 00 18 }
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $serial
Raw source Windows_VulnDriver_Intel_7d47fd3f · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_Intel_7d47fd3f {
    meta:
        author = "Elastic Security"
        id = "7d47fd3f-971c-45de-8ef0-bd822a71b9c0"
        fingerprint = "096ccab67e11b09824ee59a63b84fcf46da671024e12c8a1c7a2826fa3a71802"
        creation_date = "2026-07-22"
        last_modified = "2026-08-11"
        description = "Subject: Microsoft Windows Hardware Compatibility Publisher"
        threat_name = "Windows.VulnDriver.Intel"
        reference_sample = "6665b05e6fd430b729326a0b125cfcb70c387dbee46ef3f768f7dbdf0e0a6bab"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 4D 69 63 72 6F 73 6F 66 74 20 57 69 6E 64 6F 77 73 20 48 61 72 64 77 61 72 65 20 43 6F 6D 70 61 74 69 62 69 6C 69 74 79 20 50 75 62 6C 69 73 68 65 72 }
        $str1 = "E:\\Intel-Power-Gadget\\EnergyDriver\\x64\\Release\\EnergyDriver.pdb"
        $serial = { 33 00 00 00 18 A7 C6 4E DA 38 3A 9F 79 00 00 00 00 00 18 }
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $serial
}

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.