SUSP_LNK_Follina_Jun22
Description
Detects LNK files with suspicious Follina/CVE-2022-30190 strings
Query · yara
strings:
$sa1 = "msdt.exe" ascii wide
$sa2 = "msdt " ascii wide
$sa3 = "ms-msdt:" ascii wide
$sb = "IT_BrowseForFile=" ascii wide
condition:
filesize < 5KB and
uint16(0) == 0x004c and uint32(4) == 0x00021401 and
1 of ($sa*) and $sb