WEBSHELL_Z_Webshell_2
Description
Detection for the z_webshell
Query · yara
strings:
$webshell_name = "public string z_progname =" nocase ascii wide
$webshell_password = "public string Password =" nocase ascii wide
condition:
( uint32(0) == 0x2040253c or uint32(0) == 0x7073613c )
and filesize < 100KB
and 2 of ($webshell_*)