In article <Xns957C83A16833Dggregorcsicom@204.127.199.17>,
says...
> I was involved in a security audit recently in which I scanned from outside
> the organization the Web Server. It reported no ports responded (even port
> 80)! This was grc.com saying that everything was in "stealth" mode.
GRC will only scan the IP you are sitting at, not some other IP.
> The web page immeadiately comes up as an HTTPS page so it obviously
> responds to Port80 and then goes into a secure page mode but even this
> isn't the oddest thing I found.
HTTPS is not using port 80, HTTPS uses port 443.
> On the inside of the firewall, the server reported to NMAP that 100's of
> ports were open. It is running Microsoft IIS webserver.
The server is going to have many ports open, that's why it's behind a
firewall. If you want to lock the server down, inside your protected
network, you are going to need more than a firewall.
> In all my teachings the idea of a layered defense seems to go against the
> grain of this. Obviously, the firewall is effective in blocking outside
> entry on these ports but inside is wide open!
You didn't tell us what type of firewall - if it's an appliance then you
have nothing blocking the server on the LAN, why would you expect there
to be any security INSIDE the LAN. If you installed a personal firewall
application on the server, many of those allow full access by anything
in the same subnet - that's why you don't use personal firewall
applications to protect servers.
> Additionally, I don't understand how all these ports could be opened
> without the appropriate "services" that should be running on this host to
> use the ports?
If a port is open and listening, it's got something in the OS (or
application) running to allow it to be open/listening - it could not
respond if there wasn't something down.
As for internal/external - it's not really bad to have your server open
inside your private network, as long as you follow proper security
measures to restrict access from the server to your network systems.
--
--
(Remove 999 to reply to me)