Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I got a win2003 server runing IIS6 hosting a dozen of friends websites, for private use only.

Just note that there is an 'website' called 'administration' appeared in the IIS service without my knowledge. It uses TCP port 8099, does not assign IP address and SSL port 8098 and having the main directory pointing to:

C:\WINDOWS\system32\serverappliance\web\admin\tsweb

and inside that directory there is a type 'cab' file: msrdp.cab

Am I right to think, whoever adding such entry in the website table is to enable him to run the program remotely somehow?

Anyone has experience on this? Other than stop it, what would be the best solution. The server has McAfee but it did not see any virus in that directory therefore I assume it is more a spyware than virus?

Or could it be just MS legimate stuff that I just did not see it before? The word "administ....' can easily fool the eyes of the in-experienced!

rgds,
kfl.
Posted

1 solution

It's not an intrusion, it is created by default to enable administration of the web server via a browser. You can access it by entering https://[SERVERNAME]:8098, you will need a SSL certificate which can be a self signed[^] one created using SelfSSL, installed on the server, at which point it will ask you for a valid user account on the server.

If you don't use it or don't want to use it you can just stop that particular web site.
 
Share this answer
 
v2
Comments
KFLee 21-Nov-10 7:54am    
Hi, thanks, that make me feel safer! I guess I will need to learn the SSL installation and test it. Thanks anyway.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900