Results 1 to 3 of 3

Thread: ICMP type 11 and Smurf Attacks???

  1. #1

    ICMP type 11 and Smurf Attacks???

    Can anyone tell me if allowing type 11 ICMP (time exceeded) to a network will make it vulnerable to Smurf Attacks? I know that Smurf Attacks use echo/icmp, but is it possible to do one with type 11? I am going through our IDS' events and we have seen some possible Smurfs. I am not vulnerable to echo/icmp, but I just wanna double check on type 11. Thanks in advance.
    “It will not bother me should I live my entire life without having to kill a man but I have to say I\'m glad to be surrounded by a thousand 19 year-old Marines who can\'t wait to.”

    email reportedly from an Air Force EOD Tech at Kandahar airfield

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    144
    I don't believe so, type 11 would just allow your network to respond sooner to down sites and make it possible for you to traceroute an address...

    not neccessary, but it all depends on how scared you are that little blue men are going to come interfere with your network cables..

  3. #3
    Jaded Network Admin nebulus200's Avatar
    Join Date
    Jun 2002
    Posts
    1,356
    As far as I know, this would have no effect on a smurf attack. The smurf attacks work by spoofing the source of the ICMP echo request (type 8) to be directed at the network ID or network broadcast of some other range. Then every machine on that network, unless precautions have been made, will obligingly respond to the echo request with an echo reply (type 0, code 0) to the source (which is spoofed). In this case, the spoofed source is the victim of the smurf attack.

    Aside from blocking ICMP type 8 and type 0 from your gateways, you can also configure your switches/routers (at least in cisco) with a no directed broadcast statement...

    So, while you would probably be protected from a smurf attack, there are reasons why you would want to block time exceeded (TTL expired), the primary one being this is what traceroute uses to map network hops...and can potentially be used by things like firewalk to map out firewall rules...

    As a general rule, I would suggest blocking all ICMP at your gateways (except for maybe your ISP to ping your router), and then allow ICMP internally, but making sure to not allow directed broadcasts (which is what smurf is doing).

    Hope that helps,

    /nebulus
    There is only one constant, one universal, it is the only real truth: causality. Action. Reaction. Cause and effect...There is no escape from it, we are forever slaves to it. Our only hope, our only peace is to understand it, to understand the 'why'. 'Why' is what separates us from them, you from me. 'Why' is the only real social power, without it you are powerless.

    (Merovingian - Matrix Reloaded)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •