apt_ProjectSauron_MyTrampoline
Description
Rule to detect ProjectSauron MyTrampoline module
Query · yara
strings:
$a1 = ":\\System Volume Information\\{" wide
$a2 = "\\\\.\\PhysicalDrive%d" wide
$a3 = "DMWndClassX%d"
$b1 = "{774476DF-C00F-4e3a-BF4A-6D8618CFA532}" ascii wide
$b2 = "{820C02A4-578A-4750-A409-62C98F5E9237}" ascii wide
condition:
uint16(0) == 0x5A4D and
filesize < 5000000 and
(all of ($a*) or any of ($b*))