SUSP_LNK_File_PathTraversal
Description
Detects a suspicious link file that references a file multiple folders lower than the link itself
Query · yara
strings:
$s1 = "..\\..\\..\\..\\..\\"
condition:
uint16(0) == 0x004c and uint32(4) == 0x00021401 and (
filesize < 1KB and
all of them
)