SUSP_Msdt_Artefact_Jun22_2
Description
Detects suspicious pattern in msdt diagnostics log (e.g. CVE-2022-30190 / Follina exploitation)
Query · yara
strings:
$a1 = "<ScriptError><Data id=\"ScriptName\" name=\"Script\">TS_ProgramCompatibilityWizard.ps1" ascii
$x1 = "/../../" ascii
$x2 = "$(Invoke-Expression" ascii
$x3 = "$(IEX(" ascii nocase
condition:
uint32(0) == 0x6D783F3C /* <?xm */
and $a1
and 1 of ($x*)