Any good utility to track outgoing traffic and requests from win PC?

98,308

Solution 1

NirSoft's CurrPorts is network monitoring software that displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it. In addition, CurrPorts allows you to close unwanted TCP connections, kill the process that opened the ports, and save the TCP/UDP ports information to HTML file , XML file, or to tab-delimited text file.

alt text

CurrPorts also automatically mark with pink color suspicious TCP/UDP ports owned by unidentified applications (Applications without version information and icons)

CurrPorts is freeware and portable (doesn't require to be installed).


As for tracking the the outgoing traffic, you can use the Remote Address listed in CurrPorts in VisualRoute, which will give you a graphical view of Traceroute, Ping, Reverse DNS Connectivity Analysis.

alt text

VisualRoute is shareware, try before you buy.

Solution 2

Similar to the above but brought to you by Microsoft, you have the nice lightweight TCPView from Mark Russinovich's Sysinternals collection:

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.

alt text

Solution 3

Perhaps a bit too powerful for your purpose: Wireshark.

enter image description here

Solution 4

You mean something like Internet Traffic Agent? There are quite a lot of such tools available - search Google with outgoing traffic internet windows.

alt text

Share:
98,308
Alex
Author by

Alex

Updated on September 17, 2022

Comments