Windows_VulnDriver_IdTech_a8be9539


Description

Subject: ID TECH

Query · yara

strings:
        $subject_name = { 06 03 55 04 03 [2] 49 44 20 54 45 43 48 }
        $str1 = "msrhook.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and $subject_name and $str1
Raw source Windows_VulnDriver_IdTech_a8be9539 · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_IdTech_a8be9539 {
    meta:
        author = "Elastic Security"
        id = "a8be9539-47ab-43d5-b15e-5b65104504c4"
        fingerprint = "3e7c4fcb4d6eaaabcd9a252c6460b6c1fbb44cb1d83ea8fe3473c91addd7cd84"
        creation_date = "2026-05-22"
        last_modified = "2026-07-20"
        description = "Subject: ID TECH"
        threat_name = "Windows.VulnDriver.IdTech"
        reference_sample = "6a374d023813382fb79b447c05f3382f9d0bbb13f8ab0c1f8e8168f4a23d5ffe"
        severity = 50
        arch_context = "x86"
        scan_context = "file"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $subject_name = { 06 03 55 04 03 [2] 49 44 20 54 45 43 48 }
        $str1 = "msrhook.pdb"
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 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.