Windows_VulnDriver_Intel_2909f4e6
Description
Subject: SEMA Software
Query · yara
strings:
$subject_name = { 06 03 55 04 03 [2] 53 45 4D 41 20 53 6F 66 74 77 61 72 65 }
$str1 = "semav6msr64.pdb"
$str2 = "IOCTL_SEMAV6MSR64_CLEAR_ONE"
$str3 = "IOCTL_SEMAV6MSR64_WRITE_ONE"
condition:
int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2 and $str3