Windows_VulnDriver_IBM_b11e0995


Description

Subject: IBM Polska Sp. z o.o.

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 49 42 4D 20 50 6F 6C 73 6B 61 20 53 70 2E 20 7A 20 6F 2E 6F 2E }
        $str1 = "CITMDRV_AMD64.pdb"
        $str2 = "IOCTL_MAP_MEM"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2
Raw source Windows_VulnDriver_IBM_b11e0995 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_IBM_b11e0995 {
    meta:
        author = "Elastic Security"
        id = "b11e0995-1631-4fee-8782-8eafce30f2fd"
        fingerprint = "e7b7a529945b9a09c2f16a2f37e4da6c6f2b8d51e4d01cbc42a182f74b29b0ca"
        creation_date = "2026-05-22"
        last_modified = "2026-07-20"
        description = "Subject: IBM Polska Sp. z o.o."
        threat_name = "Windows.VulnDriver.IBM"
        reference_sample = "29e0062a017a93b2f2f5207a608a96df4d554c5de976bd0276c2590a03bd3e94"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 49 42 4D 20 50 6F 6C 73 6B 61 20 53 70 2E 20 7A 20 6F 2E 6F 2E }
        $str1 = "CITMDRV_AMD64.pdb"
        $str2 = "IOCTL_MAP_MEM"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2
}

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.