iis security
#1
Posted 05 March 2002 - 03:59 AM
im running windows 2000 server (not as a domain controller)
I created an account for my brother as a local user in computer management called "joe"
Im running an ftp server and in the properties under the security accounts tab i unchecked "Allow Anonymous Connections"
Inside my ftp home directory, i created a directory called "joe"
so now when he logs in with username "joe" and his password, he is sent to the directory "joe"
I noticed i was also able to login using my administrative account.
is there a way to allow users to login to the ftp but not administrator remotely like this?
also i was wondering is this bad practice for an iis ftp server?
#2
Posted 05 March 2002 - 06:15 AM
http://www.iisanswers.com/Top10FAQ/t10-FTPuersfolder.htm
#3
Posted 05 March 2002 - 08:39 AM
at the bottom of the page for the link you gave me, it said:
"WARNING. Password sent to the FTP service are sent in absolute cleartext. SSL can't be used and you can't use NTFS authentication. No good solution exists for this problem using native Microsoft FTP server. "
I'm worried about security in doing this. I have the same setup that they explained on that page.
Would it be possible for someone to compromise my administrative password by having this type of setup?
#4
Posted 05 March 2002 - 06:40 PM
#5
Posted 05 March 2002 - 11:36 PM
i read that page and that answered it for me
thanks
#7
Posted 06 March 2002 - 06:45 AM
Those are attempts by Code Red/CRII infected servers to infect your machine. Since you are generating 404 errors (*very* good response, as this indicates the server is patched and/or locked down normally) you will be fine. This is the kind of thing that the URLScan and IISLockdown tool protect against.
#9
Posted 18 March 2002 - 03:41 PM
im a little paranoid now after seeing this.
i took your advice and installed iis lockdown, which now has url scan.
i have a question about what im seeing here in a previous log file:
2002-03-10 11:47:00 61.174.224.203 - 192.168.1.115 80 GET /default.ida NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a 200 -
--this looks bad because now after installing urlscan and iislockdown i see:
2002-03-17 04:46:03 138.190.248.206 - 192.168.1.115 80 GET /<Rejected-By-UrlScan> ~/default.ida 404 -
maybe this isn't a bad thing, what is default.ida? Is this bad that people were able to access it in the past?
#10
Posted 18 March 2002 - 05:39 PM
Also, for future reference here is a list of HTTP reply codes:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q173971
#11
Posted 18 March 2002 - 06:18 PM
2002-03-18 12:14:01 192.168.1.1 - 192.168.1.115 80 GET /<Rejected-By-UrlScan> ~/default.ida 404
192.168.1.1 is me, why would i try to infect myself.
im guessing but,
i think i might know what it is though, becuase i put the check box in the iis configuration "index this resource"
maybe thats what it is and nothing at all to worry about. :P
#12
Posted 18 March 2002 - 06:48 PM
1. It's a GET statement from a HTML editor (or some webfolder) at that IP that was trying to access a document.
2. That IP was forwarding an illegal request (it's a router, ICS/RRAS server, etc) and IIS perceived it as a request from that local IP.
3. That's a local machine on your network that is infected, and is actively scanning your local subnet for vulnerable hosts.
You might want to investigate this a bit further, and make sure that you have the newest anti-virus definitions on all the systems.
#13
Posted 18 March 2002 - 07:22 PM
latest patches
it is my router/nat ip which it see's. I purposely connected remotely using my (external address) so it see's the router/nat's internal ip. Any server you host will see this ip address because of this way that i connected to the server.
no other machines running iis.
also im not a target to anyone, just host the site on port 80 which makes me a target to viruses in that sense.
my point in saying it is that there is no worries anymore because my workstation is secure (i know this for sure) and didnt that was nothing. Like i said probubly just the feature i checked in iis
"index this resource"
ill do a little more research though, uncheck that box and see if it ever happens again. Ill let you know what i find if you want.
thanks for your advice

Help










