« Previous Next »

Thread: DoS Attack

Last post 11-12-2009 10:26 AM by web2000. 9 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (10 items)

Sort Posts:

  • 11-06-2009, 2:26 PM

    • web2000
    • Top 150 Contributor
    • Joined on 07-28-2005, 8:47 AM
    • Posts 39

    DoS Attack

    Is there any built in feature/capability in IIS 7 which can detect DoS attacks?

    Can someone point me to good resources relating to IIS 7 and preventing DoS attacks.

  • 11-06-2009, 2:49 PM In reply to

    Re: DoS Attack

    It is not built in but you can download a beta version of our dynamic ip restrictions module:

    http://www.iis.net/extensions/DynamicIPRestrictions

     

  • 11-06-2009, 3:29 PM In reply to

    • web2000
    • Top 150 Contributor
    • Joined on 07-28-2005, 8:47 AM
    • Posts 39

    Re: DoS Attack

    I thought there might be anything built in as it is one of the classic attacks and IIS7 (Due to its maturity) must have built in capability to safeguard it. There is no need to keep adding module just for every small thing. Too many modules affect the performance. It must be configurable at kernal level so that preventive measures can be taken before the request reaches the application.

  • 11-09-2009, 3:26 PM In reply to

    • web2000
    • Top 150 Contributor
    • Joined on 07-28-2005, 8:47 AM
    • Posts 39

    Re: DoS Attack

    Does anybody know if there is any solution for it?

  • 11-09-2009, 5:22 PM In reply to

    Re: DoS Attack

    web2000:

    I thought there might be anything built in as it is one of the classic attacks and IIS7 (Due to its maturity) must have built in capability to safeguard it. There is no need to keep adding module just for every small thing. Too many modules affect the performance. It must be configurable at kernal level so that preventive measures can be taken before the request reaches the application.

    I disagree that this should be built in. Most sites/datacenters will control (D)DOS attacks via hardware not software. Firewalls, routers, load balancers, etc. It is not effeicent or deesirable to have this at the application level of IIS. I don't want bloat like this slowing down IIS.

    Also DDOS preventation is a complex setup with even deadicated hardware boxes just to deal with it with different rules and analysis for them that take a lot of processing power.

    Look at your web enviornment infrastucuture and see the setup and see what your hardware provides as protection and if it is a problem look at dedicated hardware solutions. You should block DDOS attacks as soon as possible in the chain, not at the end at the webserver level. 

  • 11-10-2009, 2:15 AM In reply to

    Re: DoS Attack

    For small attack.. IP filtering or restriction should be good enough at IIS level. For cordinated or plan attacks :) either get a big trunk with hardware filtering or get your ISP to do it.

    Cheers,
    Bernard Cheah
  • 11-11-2009, 2:52 PM In reply to

    • web2000
    • Top 150 Contributor
    • Joined on 07-28-2005, 8:47 AM
    • Posts 39

    Re: DoS Attack

    Thanks all for replying.

    Is it a default policy the Hosting provider puts into place to prevent any DoS attack on any web server they host? What if the person gets a dedicated server from the hosting company then who will implement the solution?

    Just curious to know.

     

  • 11-11-2009, 3:30 PM In reply to

    Re: DoS Attack

    It will depend on the hosting company and your package you will have to check with them.

    Some will do more than others most IMHO will only act when attacks effect other servers and you are on your own - unless you pay more for firewalls, etc, etc

  • 11-12-2009, 2:25 AM In reply to

    Re: DoS Attack

    In my previous engagement in Ireland...the DoS was so bad util MCI have to get a dedicated blackbox just to redirect those junk traffic. So it really depends on what deal you got with ISP.

    Cheers,
    Bernard Cheah
  • 11-12-2009, 10:26 AM In reply to

    • web2000
    • Top 150 Contributor
    • Joined on 07-28-2005, 8:47 AM
    • Posts 39

    Re: DoS Attack

    Thanks all for the valuable suggestions.

Page 1 of 1 (10 items)
Microsoft Communities