WEBSHELL_ASPX_DLL_MOVEit_Jun23_1
Description
Detects compiled ASPX web shells found being used in MOVEit Transfer exploitation
Query · yara
strings:
$x1 = "human2_aspx" ascii fullword
$x2 = "X-siLock-Comment" wide
$x3 = "x-siLock-Step1" wide
$a1 = "MOVEit.DMZ.Core.Data" ascii fullword
condition:
uint16(0) == 0x5a4d and
filesize < 40KB and (
1 of ($x*) and $a1
) or all of them