APT_MAL_ASPX_HAFNIUM_Chopper_Mar21_4
Description
Detects HAFNIUM ASPX files dropped on compromised servers
Query · yara
strings:
$s1 = "<%@Page Language=\"Jscript\"%>" ascii wide nocase
$s2 = ".FromBase64String(" ascii wide nocase
$s3 = "eval(System.Text.Encoding." ascii wide nocase
condition:
filesize < 850 and
all of them