Disclosed_0day_POCs_lpe
Description
Detects POC code from disclosed 0day hacktool set
Query · yara
strings:
$x1 = "msiexec /f c:\\users\\%username%\\downloads\\" ascii
$x2 = "c:\\users\\%username%\\downloads\\bat.bat" fullword ascii
$x3 = "\\payload.msi /quiet" ascii
$x4 = "\\payload2\\WindowsTrustedRTProxy.sys" wide
$x5 = "\\payload2" wide
$x6 = "\\payload" wide
$x7 = "WindowsTrustedRTProxy.sys /grant:r administrators:RX" ascii
condition:
(uint16(0) == 0x5a4d and filesize < 70KB and 1 of them)