Navigation: Command Line Applications > IPMon |
IPMon is a command-line utility that utilizes the WinPcap network driver to monitor IP traffic to the local host for troubleshooting and monitoring purposes. Unlike full blown network sniffers, IPMon only shows the IP addresses and ports (for TCP/UDP) affected, and groups output so that repetitive traffic is not being displayed. For example, any IP address that communicates with the local host where IPMon runs is only displayed once.
Using IPMon, a system or network administrator can quickly see which TCP/UDP/ICMP communication is taking place from the local host, without having to parse through thousands of lines network captures. IPMon currently supports the following IP protocols:
and has the following filtering / output capabilities:
Simply running IPMon without arguments will, in most cases, reveal interesting information about the IP traffic to the local host.
IPMon outputs captured traffic to the command line as follows:
[Timestamp] [IP Protocol] [Remote IP Address] [Source Port->Destination Port] [Resolved Host Name]
Figure 1: All TCP and UDP communication
Figure 2: IPMon quickly shows questionable traffic via UDP (in this case Skype is the "culprit")
Requirements
Files ipmon(.exe)
Supported Platforms Windows Linux FreeBSD OS X |