Windows_Rootkit_MicrosoftRootCertificate_f00874d7
Description
Subject: Microsoft Windows
Query · yara
strings:
$subject_name = { 06 03 55 04 03 [2] 4D 69 63 72 6F 73 6F 66 74 20 57 69 6E 64 6F 77 73 }
$str1 = "VBoxDrv.pdb"
$str2 = "IOCTL_PAGE_ALLOC_SIZE_IN"
$str3 = "IOCTL_LOW_ALLOC_SIZE_IN"
$str4 = "RTLogSetDefaultInstanceThread"
$str5 = "RTSemEventMultiWaitNoResume"
condition:
int16(uint32(0x3C) + 0x5c) == 0x0001 and int16(uint32(0x3C) + 0x18) == 0x020b and $subject_name and $str1 and $str2 and $str3 and $str4 and $str5