RE: [H] Monitoring what program is accessing the internet

2006-07-31 Thread -
Microsoft's Port Reporter Parser

http://support.microsoft.com/default.aspx?scid=kb;en-us;884289

Best wishes
mikesierra



[H] Monitoring what program is accessing the internet

2006-07-30 Thread Thane Sherrington
I've noticed from time to time my little network icon is lit up as if 
I'm download and/or uploading.  Is there a program that will monitor 
what programs are accessing the network interface, but not block the program?


T



Re: [H] Monitoring what program is accessing the internet

2006-07-30 Thread Brian Weeden

The netstat command is what you want.  You can download a podcast that
explains how to use it here:

http://www.grc.com/SecurityNow.htm#49

Also, any good firewall program (like Kerio) will show you the same
thing.  The advantage is that Netstat is free with every copy of
Windows.

You can also grab a GUI for Netstat from here:

http://www.sysinternals.com/Utilities/TcpView.html

On 7/30/06, Thane Sherrington [EMAIL PROTECTED] wrote:

I've noticed from time to time my little network icon is lit up as if
I'm download and/or uploading.  Is there a program that will monitor
what programs are accessing the network interface, but not block the program?

T





--
Brian


Re: [H] Monitoring what program is accessing the internet

2006-07-30 Thread Thane Sherrington

At 10:34 PM 30/07/2006, Brian Weeden wrote:

The netstat command is what you want.  You can download a podcast that
explains how to use it here:

http://www.grc.com/SecurityNow.htm#49

Also, any good firewall program (like Kerio) will show you the same
thing.  The advantage is that Netstat is free with every copy of
Windows.

You can also grab a GUI for Netstat from here:

http://www.sysinternals.com/Utilities/TcpView.html


Very cool.  Thanks, that appears to be just what I was looking for.

T 



Re: [H] Monitoring what program is accessing the internet

2006-07-30 Thread Brian Weeden

One more thing - if you are worried about rootkits and such, they
won't necessarily show up on netstat as they are probably invisible to
Windows.  The only way to see those would be to view the traffic on
your network using Ethereal or something similar from another machine
on the LAN.

On 7/30/06, Thane Sherrington [EMAIL PROTECTED] wrote:

At 10:34 PM 30/07/2006, Brian Weeden wrote:
The netstat command is what you want.  You can download a podcast that
explains how to use it here:

http://www.grc.com/SecurityNow.htm#49

Also, any good firewall program (like Kerio) will show you the same
thing.  The advantage is that Netstat is free with every copy of
Windows.

You can also grab a GUI for Netstat from here:

http://www.sysinternals.com/Utilities/TcpView.html

Very cool.  Thanks, that appears to be just what I was looking for.

T





--
Brian