Windows_VulnDriver_Intel_25452a88


Description

Subject: PAIPTAC Driver

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 50 41 49 50 54 41 43 20 20 44 72 69 76 65 72 }
        $str1 = "pmxdrv32e.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1
Raw source Windows_VulnDriver_Intel_25452a88 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_Intel_25452a88 {
    meta:
        author = "Elastic Security"
        id = "25452a88-82c2-420a-81f4-ee7778c2eccf"
        fingerprint = "ead0cd4385e17032ed229a87432875d6e497a783349fec55f3a5c30ecaa5dfff"
        creation_date = "2026-05-22"
        last_modified = "2026-07-20"
        description = "Subject: PAIPTAC  Driver"
        threat_name = "Windows.VulnDriver.Intel"
        reference_sample = "82b30461dbf40ac15fce6a83b9bad2ebd05b27dea1b784eaa096422fe8927b7b"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 50 41 49 50 54 41 43 20 20 44 72 69 76 65 72 }
        $str1 = "pmxdrv32e.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.