Mister C wrote:
> I also run Avast antivirus and Sygate firewall.
> I get the following output on a netstat.
> Seems like a lot of strange stuff there.
> Are those 0.0.0.0 entries a possible source of worry?
No. It just means that the system is willing to accept connections to those
ports from anywhere. (Note that UDP ports do not 'listen', because UDP is a
connectionless protocol)
Port 7 is echo; anything sent to the port is sent straight back. Not usually open.
Port 9 is discard; anything sent to port 9 is dropped, used mainly for
debugging network services, or as a firewall port redirection target to keep the
hackers busy talking to a wall. Not usually open.
Port 13 is daytime; Connecting to the port should return an ascii date and
time. Usually opened by NTP servers.
Port 17 is qotd (Quote of the day). Seems unusual to be listening on that.
Port 19 is chargen. Connecting to that port generates heaps of ascii data, used
mainly for debugging network services
Port 445 is microsoft-ds; This is related to file and printer sharing.
Port 500 is isakmp (Internet Key Exchange (UDP only)). Usually opened by
LSASS.EXE (Presumably this is normal)
The remaining high numbered ports are likely to be ports created by some
application or other and could be incoming or outgoing connections.
> Is the 127.0.0.1 as expected?
If you have 127.0.0.1 in your DNS server settings, it is probably something like
explorer trying to resolve a name. As there is nothing listening on port 53
there is nothing on the end of that port.
http://www.sysinternals.com/Utilities/TcpView.html is a tool that will identify
(on NT/2K/XP) the process associated with a port.
Quite why you have ports 7,9,13,17,19 open, I don't know. These are usually
associated with various BSD-derived versions of inetd, which does not typically
run on a windows system. What process has them open (follow the link above)
It is possible that these ports have been opened by your security software as a
decoy or trap of some kind. What does TcpView show?