Bladabindi_Malware_B64
Description
Detects Bladabindi Malware using Base64 encoded strings
Query · yara
strings:
$s1 = "XHN5c3RlbTMyXA==" fullword ascii /* base64 encoded string '\system32\' */
$s2 = "RXhlY3V0ZSBFUlJPUg==" fullword ascii /* base64 encoded string 'Execute ERROR' */
$s3 = "dHJvamFuLmV4ZQ==" fullword ascii /* base64 encoded string 'trojan.exe' */
$s4 = "VXBkYXRlIEVSUk9S" fullword ascii /* base64 encoded string 'Update ERROR' */
$s5 = "RG93bmxvYWQgRVJST1I=" fullword ascii /* base64 encoded string 'Download ERROR' */
condition:
uint16(0) == 0x5a4d and filesize < 700KB and 1 of them