From aec0f56af537febca012871adcc86e347080f881 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Sat, 25 Feb 2023 07:47:30 +0100 Subject: [PATCH] Sample update --- definitions/patterns_re.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/definitions/patterns_re.txt b/definitions/patterns_re.txt index b4f465c..a17a57c 100644 --- a/definitions/patterns_re.txt +++ b/definitions/patterns_re.txt @@ -147,4 +147,7 @@ eval\([A-Za-z]{5,}\(\) \. ' eval\([A-Za-z0-9]{5,}\(\"[A-Z0-9]{16,} # gzip payload called by variable named function -\$[a-zA-Z0-9]{6,}\('\x78\x9C\xAD\x90\x41\x0E \ No newline at end of file +\$[a-zA-Z0-9]{6,}\('\x78\x9C\xAD\x90\x41\x0E + +# obfuscated code return with error suppression +return @\$[a-z]{2}\d+\[\d+\]\(\$[a-z]{2}\d+\[\d+\], \ No newline at end of file