Methodology_OLE_CHARENCODING_2
Description
Looking for suspicious char encoding
Query · yara
strings:
$echo1 = "101;99;104;111;32;111;102;102;" ascii wide
$echo2 = "101:99:104:111:32:111:102:102:" ascii wide
$echo3 = "101x99x104x111x32x111x102x102x" ascii wide
$pe1 = "77;90;144;" ascii wide
$pe2 = "77:90:144:" ascii wide
$pe3 = "77x90x144x" ascii wide
$pk1 = "80;75;3;4;" ascii wide
$pk2 = "80:75:3:4:" ascii wide
$pk3 = "80x75x3x4x" ascii wide
condition:
(uint32(0) == 0xe011cfd0) and filesize < 10MB and any of them