Windows_VulnDriver_Intel_2aa495f2
Description
Subject: Intel(R) Software Products
Query · yara
strings:
$subject_name = { 06 03 55 04 03 [2] 49 6E 74 65 6C 28 52 29 20 53 6F 66 74 77 61 72 65 20 50 72 6F 64 75 63 74 73 }
$str1 = "sepdrv3_1.pdb"
$str2 = "IOCTL_GET_CHIPSET_DEVICE_ID"
$str3 = "IOCTL_EM_CONFIG_NEXT_UNC"
condition:
int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2 and $str3