Skip to content

Commit 70edc42

Browse files
committed
Sample update
1 parent aec0f56 commit 70edc42

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

definitions/patterns_raw.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ FaisaL Ahmed aka rEd X
262262
smisbot
263263
smotherbot
264264
Indonesian Hacker Rulez
265+
pwetan.com
265266

266267
# WP-VCD Malware https://www.getastra.com/blog/911/how-to-fix-wp-vcd-backdoor-hack-in-wordpress-functions-php/
267268
wp-vcd
@@ -404,3 +405,19 @@ eval(rawurldecode('
404405
'base', '64_dec', 'ode'
405406
'cook', 'set', 'ie'
406407
'repl', 'str_', 'ace'
408+
"base"."64_"
409+
'base'.'64_'
410+
"t"."m"."p"."_"."n"."a"."m"."e"
411+
"f"."i"."l"."e"."_"."p"."u"."t"
412+
"f"."i"."l"."e"."_"."g"."e"."t"
413+
'ode', 'e64_', 'bas', 'dec'
414+
'unct', 'ion', 'te_f', 'crea'
415+
'te', 'g', 'nf', 'l', 'a', 'zi'
416+
417+
# process data from request object directly
418+
extract($_REQUEST) && @$
419+
extract($_REQUEST)&&@$
420+
xtract($_REQUEST)&&@$
421+
422+
# uncompress cafted content
423+
gzuncompress(strrev(substr(

definitions/patterns_re.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ explode\('\|\x01\|\x03\|\x03', gzinflate\(
141141
\$[a-z]11 \^ [a-z]8\(\$[a-z]6, \$[a-z]14, \$[a-z]6\[13\]\(\$[a-z]11\)\)\)\);
142142

143143
# eval function return and concat
144-
eval\([A-Za-z]{5,}\(\) \. '
144+
eval\([A-Za-z0-9]{5,}\(\) \. '
145145

146146
# eval function return, parameter is a hex string
147147
eval\([A-Za-z0-9]{5,}\(\"[A-Z0-9]{16,}
@@ -150,4 +150,7 @@ eval\([A-Za-z0-9]{5,}\(\"[A-Z0-9]{16,}
150150
\$[a-zA-Z0-9]{6,}\('\x78\x9C\xAD\x90\x41\x0E
151151

152152
# obfuscated code return with error suppression
153-
return @\$[a-z]{2}\d+\[\d+\]\(\$[a-z]{2}\d+\[\d+\],
153+
return @\$[a-z]{2}\d+\[\d+\]\(\$[a-z]{2}\d+\[\d+\],
154+
155+
# htaccess alternating
156+
[a-z]{1}\([a-z]{1}\(\$[a-z]{2}\.'\/\.htaccess'\)

0 commit comments

Comments
 (0)