Unknown_0f06c5d1b32f4994c3b3abf8bb76d5468f105167
Description
Detects a web shell
Query · yara
strings:
$s1 = "$check = $_SERVER['DOCUMENT_ROOT'] . \"/libraries/lola.php\" ;" fullword ascii
$s2 = "$fp=fopen(\"$check\",\"w+\");" fullword ascii
$s3 = "fwrite($fp,base64_decode('" ascii
condition:
( uint16(0) == 0x6324 and filesize < 2KB and all of them )