3

Using Wireshark, I recently discovered that my computer (running on Windows 10) is sending ping requests to Google's servers. According to wireshark, my computer is sending ICMP requests and receive responses. After rebooting, ping is starting again...

I have tried to close all apps running, but still those ICMP requests are sent every second. Sometimes the IP address changes but still on Google's server: usually, addresses are something like 216.58.2XX.X

I tried netstat -ano but I haven't seen sames IP's addresses.

The solution I found was with PeerBlock and I'm adding the IP addresses to the block list...

Are those requests to Google something normal? What tools can I use to find the program that is sending these requests?

schroeder
  • 123,438
  • 55
  • 284
  • 319
Khalgon
  • 31
  • 1

1 Answers1

2

Netstat isn't going to show ICMP.

Try installing Microsoft Network Monitor: https://blogs.technet.microsoft.com/netmon/p/downloads/

Start a capture, filter on ICMP and the destination IP, and you should be able to see the Process Name.

Nick Simonian
  • 369
  • 2
  • 4