![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveRe: Which of these netstat connections should be banned on WinXP?
From: Ansgar -59cobalt- Wiechers <usenet-2006@planetcobalt.net>
Date: Thu Mar 23 2006 - 16:33:07 CET
Barbara Bailey wrote:
Direct SMB, used for Windows file and printer sharing.
> TCP 127.0.0.1:1028 0.0.0.0:0 LISTENING 2552 [alg.exe]
These are listening on localhost only. Don't worry about them.
> TCP 192.168.0.100:139 0.0.0.0:0 LISTENING 4 [System]
NetBIOS session service, used for Windows file and printer sharing.
> TCP 127.0.0.1:1996 127.0.0.1:12080 TIME_WAIT 0
These are connections that are about to be closed. The last two have
> UDP 0.0.0.0:445 *:* 4 [System]
Direct SMB, used for Windows file and printer sharing.
> UDP 0.0.0.0:500 *:* 1004 [lsass.exe]
IPSec internet security association and key management protocol. Opened
> UDP 0.0.0.0:4693 *:* 1488 [smc.exe]
Sygate Personal Firewall. Funny that a personal firewall would open a
> UDP 0.0.0.0:1025 *:* 1360 [BTStackServer.exe]
Probably a Bluetooth stack. Remove Bluetooth if you don't expressly need
> UDP 0.0.0.0:4500 *:* 1004 [lsass.exe]
AFAIK for IPSec NAT traversal. Probably also opened by the PolicyAgent
> UDP 127.0.0.1:1034 *:* 1488 [smc.exe]
Listening on localhost. Don't mind.
> UDP 192.168.0.100:1900 *:* 1736 [svchost.exe]
SSDP is related to UPnP and can safely be disabled.
> UDP 192.168.0.100:137 *:* 4 [System]
NetBIOS name service, used for Windows file and printer sharing.
> UDP 192.168.0.100:138 *:* 4 [System]
NetBIOS datagram service, used for Windows file and printer sharing.
> UDP 192.168.0.100:123 *:* 1376 [svchost.exe]
Windows time service. Leave it on if your box belongs to a Windows
Regards
-- "If you think technology can solve your security problems, then you don't understand the problems and you don't understand the technology." --Bruce SchneierReceived on Mon May 1 01:01:37 2006 |