Is there a utility that works in the background and is able to notify me if my computer is being pinged?

link|improve this question
If such a utility exists, I'd expect it to be part of a Desktop-PC firewall or Desktop-PC security suite. – RedGrittyBrick Jun 14 '11 at 10:17
Now that's just paranoia. – grawity Jun 14 '11 at 19:07
feedback

2 Answers

Ping packets are actually ICMP echo request packets. You can check wikipedia to better understand.

As RedGrittyBrick sayed, this is often a part of Firewall applications. You can however try to block ICMP requests through your home router and watch the log for detected ICMP echo requests.

link|improve this answer
feedback

windump (tcpdump for windows) will tell you everything you want to know about any pings your NIC receives.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.