Security Basics mailing list archives
Re: ICMP (Ping)
From: Luca Falavigna <fala83 () libero it>
Date: Thu, 04 Sep 2003 14:56:42 +0200
ICMP ECHO (or PING) is a common type of packet sent through the net to verify if a remote host is available and the medium lags to reach it. Its data is formed by a sequence of letter (abcdef...) according to the numer of bytes. As you can see the payload doesn't include malicious code. Anyway it is possible to perform an attack. The most known techniques are Ping of death (packet size is greater than 64Kb) and Ping flooding (an enormous mass of packet sent in a small period of time). If your users need to use ping to verify your server is online, then set a specific firewall rule like the following to filter all packets except your users'ones.
iptables -P INPUT DROPiptables -A INPUT -p ICMP --icmp-type ping -s trust.host -d your.firewall -j ACCEPT
iptables -A INPUT -p ICMP -j DROP Luca Paul Kurczaba wrote:
Are there any security issues for allowing a firewall/router to respond to Ping from the internet? -Paul Kurczaba
---------------------------------------------------------------------------Attend Black Hat Briefings & Training Federal, September 29-30 (Training), October 1-2 (Briefings) in Tysons Corner, VA; the world's premier technical IT security event. Modeled after the famous Black Hat event in Las Vegas! 6 tracks, 12 training sessions, top speakers and sponsors. Symantec is the Diamond sponsor. Early-bird registration ends September 6.Visit us: www.blackhat.com
----------------------------------------------------------------------------
Current thread:
- ICMP (Ping) Paul Kurczaba (Sep 02)
- Re: ICMP (Ping) freeasabird_13 (Sep 03)
- Re: ICMP (Ping) Ansgar Wiechers (Sep 04)
- Re: ICMP (Ping) freeasabird_13 (Sep 05)
- Re: ICMP (Ping) Ansgar Wiechers (Sep 05)
- Re: ICMP (Ping) Tomas Wolf (Sep 08)
- Re: ICMP (Ping) Tim Greer (Sep 08)
- Re: ICMP (Ping) Ansgar Wiechers (Sep 04)
- Re: ICMP (Ping) freeasabird_13 (Sep 03)
- <Possible follow-ups>
- Re: ICMP (Ping) Jay Woody (Sep 03)
- RE: ICMP (Ping) Stuart (Sep 04)
- RE: ICMP (Ping) Tony Kava (Sep 04)
- RE: ICMP (Ping) Jay Woody (Sep 04)
- RE: ICMP (Ping) SMiller (Sep 04)
- RE: ICMP (Ping) Tim Greer (Sep 04)
- RE: ICMP (Ping) Gerard Marshall Vignes (Sep 05)
- RE: ICMP (Ping) Tim Greer (Sep 05)
- Re: ICMP (Ping) gregh (Sep 05)
- Re: ICMP (Ping) Tim Greer (Sep 05)
- RE: ICMP (Ping) Tim Greer (Sep 04)
