Skip to content

Commit dfe0fa9

Browse files
author
jvoisin
committed
Add another simple hex-string pattern
1 parent be0b64f commit dfe0fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-malware-finder/common.yar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ private rule hex
5151
$system = "\\x73\\x79\\x73\\x74\\x65\\x6d" nocase
5252
$preg_replace = "\\x70\\x72\\x65\\x67\\x5f\\x72\\x65\\x70\\x6c\\x61\\x63\\x65" nocase
5353
$http_user_agent = "\\x48\\124\\x54\\120\\x5f\\125\\x53\\105\\x52\\137\\x41\\107\\x45\\116\\x54" nocase
54+
$base64_decode = "\\x61\\x73\\x65\\x36\\x34\\x5f\\x64\\x65\\x63\\x6f\\x64\\x65\\x28\\x67\\x7a\\x69\\x6e\\x66\\x6c\\x61\\x74\\x65\\x28" nocase
5455
5556
condition:
5657
any of them

0 commit comments

Comments
 (0)