CJones
Final Approach
I know there are several web admins/gurus on here. I am slowly working my way into that realm. I have been poking around the server setup at my new job to get a feel for how everything is set up so I can make it better.
I was looking through the Apache logs and came across this:
That is just a snippet of a LARGE .log file of similar activity. To my highly untrained eye, it looks like someone is running a bot in attempt to get some mysql settings info by trying to directly d/l every possible directory structure. Unfortunately for them, we have nearly nothing on this server (one SQL05 table) with useless information.
My question is this: Is this a daily occurance for web servers? Or should I investigate further? Just curious how common this is.
I was looking through the Apache logs and came across this:
Code:
213.112.14.175 - - [30/May/2008:14:36:30 -0500] "GET /phpMyAdmin-2.5.6/main.php HTTP/1.0" 404 223
213.112.14.175 - - [30/May/2008:14:36:31 -0500] "GET /phpMyAdmin-2.5.7/main.php HTTP/1.0" 404 223
213.112.14.175 - - [30/May/2008:14:36:31 -0500] "GET /phpMyAdmin-2.5.7-pl1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:31 -0500] "GET /phpMyAdmin-2.6.0-alpha/main.php HTTP/1.0" 404 229
213.112.14.175 - - [30/May/2008:14:36:32 -0500] "GET /phpMyAdmin-2.6.0-alpha2/main.php HTTP/1.0" 404 230
213.112.14.175 - - [30/May/2008:14:36:32 -0500] "GET /phpMyAdmin-2.6.0-beta1/main.php HTTP/1.0" 404 229
213.112.14.175 - - [30/May/2008:14:36:32 -0500] "GET /phpMyAdmin-2.6.0-beta2/main.php HTTP/1.0" 404 229
213.112.14.175 - - [30/May/2008:14:36:33 -0500] "GET /phpMyAdmin-2.6.0-rc1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:33 -0500] "GET /phpMyAdmin-2.6.0-rc2/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:33 -0500] "GET /phpMyAdmin-2.6.0-rc3/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:34 -0500] "GET /phpMyAdmin-2.6.0/main.php HTTP/1.0" 404 223
213.112.14.175 - - [30/May/2008:14:36:34 -0500] "GET /phpMyAdmin-2.6.0-pl1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:35 -0500] "GET /phpMyAdmin-2.6.0-pl2/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:35 -0500] "GET /phpMyAdmin-2.6.0-pl3/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:35 -0500] "GET /phpMyAdmin-2.6.1-rc1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:36 -0500] "GET /phpMyAdmin-2.6.1-rc2/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:36 -0500] "GET /phpMyAdmin-2.6.1/main.php HTTP/1.0" 404 223
213.112.14.175 - - [30/May/2008:14:36:36 -0500] "GET /phpMyAdmin-2.6.1-pl1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:37 -0500] "GET /phpMyAdmin-2.6.1-pl2/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:37 -0500] "GET /phpMyAdmin-2.6.1-pl3/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:37 -0500] "GET /phpMyAdmin-2.6.2-rc1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:38 -0500] "GET /phpMyAdmin-2.6.2-beta1/main.php HTTP/1.0" 404 229
213.112.14.175 - - [30/May/2008:14:36:38 -0500] "GET /phpMyAdmin-2.6.2-rc1/main.php HTTP/1.0" 404 227
213.112.14.175 - - [30/May/2008:14:36:38 -0500] "GET /phpMyAdmin-2.6.2/main.php HTTP/1.0" 404 223
My question is this: Is this a daily occurance for web servers? Or should I investigate further? Just curious how common this is.