First page Back Continue Last page Overview Graphics
Checking for False Positives
Was this generated via normal traffic?
Validate that there was no previous ICMP echo request
tcpdump –r tcpdumpfile ‘icmp[0] = 8 and src host requester.com and dst host replier.com’
Notes: