EXPL_CVE_2021_40444_Document_Rels_XML
Description
Detects indicators found in weaponized documents that exploit CVE-2021-40444
Query · yara
strings:
$b1 = "/relationships/oleObject" ascii
$b2 = "/relationships/attachedTemplate" ascii
$c1 = "Target=\"mhtml:http" nocase
$c2 = "!x-usc:http" nocase
$c3 = "TargetMode=\"External\"" nocase
condition:
uint32(0) == 0x6D783F3C
and filesize < 10KB
and 1 of ($b*)
and all of ($c*)