SUSP_DOC_LNK_in_ZIP
Description
Detects suspicious .doc.lnk file in ZIP archive
Query · yara
strings:
$s1 = ".doc.lnk" fullword ascii
condition:
uint16(0) == 0x4b50 and 1 of them
Detects suspicious .doc.lnk file in ZIP archive
strings:
$s1 = ".doc.lnk" fullword ascii
condition:
uint16(0) == 0x4b50 and 1 of them
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.