Windows_VulnDriver_Lenovo_ed6235a3
Description
Subject: Lenovo
Query · yara
strings:
$subject_name = { 06 03 55 04 03 [2] 4C 65 6E 6F 76 6F }
$str1 = "NetworkLocker_x64.pdb"
$str2 = "IOCTL_WORKLOCK_NTLKD"
$str3 = "IOCTL_WORKLOCK_NTLKE"
condition:
int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2 and $str3