SUSP_LNK_Embedded_WordDoc
Description
check for LNK files with indications of the Word program or an embedded doc
Query · yara
strings:
$doc_header = {D0 CF 11 E0 A1 B1 1A E1}
$icon_loc = "C:\\Program Files\\Microsoft Office\\Office16\\WINWORD.exe" ascii wide
condition:
uint32be(0x0) == 0x4C000000 and
filesize > 10KB and
any of them