New Hack using var_dump
-
This last week I’ve started seeing this sequence in my logs. Generally several times a day each from a different IP. It’s the same sequence except for the token which changes. Has anyone encountered this as well and I’m wondering at the sequence. It looks like they are trying to profile the system to gain entry. Any insights?
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:31 -0800] “GET / HTTP/1.1” 200 11059 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:32 -0800] “GET / HTTP/1.1” 200 11059 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:32 -0800] “GET /?token=8d2df1fb0fcbd1090ad2c4f7c6e032a1 HTTP/1.1” 200 11080 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:33 -0800] “GET / HTTP/1.1” 200 11059 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:33 -0800] “GET /?pass=var_dump&lock=vfdgdfg HTTP/1.1” 200 11080 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:33 -0800] “GET /?Z=var_dump(‘vfdgdfg’); HTTP/1.1” 301 – “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:34 -0800] “GET /?Z=var_dump%28%5C%27vfdgdfg%5C%27%29%3B HTTP/1.1” 200 11080 “https://mywebsite.com/?Z=var_dump(‘vfdgdfg’);”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:34 -0800] “POST / HTTP/1.1” 200 11082 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:35 -0800] “GET /?lt=1 HTTP/1.1” 200 11080 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:35 -0800] “POST / HTTP/1.1” 200 11082 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:36 -0800] “GET /?lt=1 HTTP/1.1” 200 11080 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:37 -0800] “GET /wp-content/plugins/ultimate-member/assets/js/um-modal.js HTTP/1.1” 404 29910 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:37 -0800] “GET /wp-content/plugins/ti-woocommerce-wishlist/assets/js/public.js HTTP/1.1” 404 29910 “-”
138.197.197.172 mywebsite.com – – [02/Dec/2020:17:20:38 -0800] “GET / HTTP/1.1” 200 11059 “-“
The topic ‘New Hack using var_dump’ is closed to new replies.