How to Find Out Windows Process Sending ICMP Packets
There are a number of different ways to find out which process is sending tcp / udp traffic in computer systems, but not much for icmp traffic. Here is a summary for the ways to do it. 1. Install a local firewall You could always try installing a firewall that blocks outgoing traffic or use the Windows Firewall. When the traffic is generated, it could prompt you asking whether you want to allow it or not. In many cases, it will tell you what application is generating the traffic. 2. Commands 2.1 Netstat command Netstat command is good for tcp / udp traffic. for example: netstat -tabn 10 | find