SUSP_OfficeDoc_VBA_Base64Decode
Description
Detects suspicious VBA code with Base64 decode functions
Query · yara
strings:
$s1 = "B64_CHAR_DICT" ascii
$s2 = "Base64Decode" ascii
$s3 = "Base64Encode" ascii
condition:
uint16(0) == 0xcfd0 and filesize < 60KB and 2 of them