SUSP_OBFUSC_Indiators_XML_OfficeDoc_Sep21_1
Description
Detects suspicious encodings in fields used in reference files found in weaponized MS Office documents
Query · yara
strings:
$h1 = "<?xml " ascii wide
$xml_e = "Target=\"&#" ascii wide
$xml_mode_1 = "TargetMode=\"&#" ascii wide
condition:
filesize < 500KB and $h1 and 1 of ($xml*)