Forum Moderators: open

Message Too Old, No Replies

Web Service IIS Log file shows pages that do not exist

Web Service Log file show pages that do not exist

         

papapet

6:02 pm on Apr 23, 2008 (gmt 0)

10+ Year Member



Hi

I have a web service runing in IIS and i decided to look at the IIS logfile for that service today and I saw the following:

Web Service Log file show pages that do not exist

...GET phpMyAdmin/main.php...
...GET db/main.php....
...

and about 100 other PHP files that DO NOT exist on my server.
In fact, files that DO NOT EXIST keep showing up in the IIS log file for that web service.

Does anyone have any idea why this could be?

Thanks
Pete

LifeinAsia

6:21 pm on Apr 23, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



What's the status code returned by IIS for those pages?

It looks like it's most likely hackers snooping around for default PHP installation files.

papapet

6:27 pm on Apr 23, 2008 (gmt 0)

10+ Year Member



status code for all of them is 404
looks like you are correct... proably a hacker snooping around.