SUSP_Unsigned_GoogleUpdate
Description
Detects suspicious unsigned GoogleUpdate.exe
Query · yara
strings:
/* OriginalName GoogleUpdate.exe */
$ac1 = { 00 4F 00 72 00 69 00 67 00 69 00 6E 00 61 00 6C
00 46 00 69 00 6C 00 65 00 6E 00 61 00 6D 00 65
00 00 00 47 00 6F 00 6F 00 67 00 6C 00 65 00 55
00 70 00 64 00 61 00 74 00 65 00 2E 00 65 00 78
00 65 }
condition:
uint16(0) == 0x5a4d and filesize < 2000KB and $ac1
and pe.number_of_signatures < 1