How to launch and defend against a DDoS attack [pdf]
secure.edu.pl
How to launch and defend against a DDoS attack [pdf]
1–10 of 22 posts
Re: How to launch and defend against a DDoS attack [pdf]
#2What is the reason Dreamhost servers are comprised? Are those the old server accounts?
I am also amazed by the durability of our infrastructure able to sustain this huge flow everyday. But good work, CF.
Re: How to launch and defend against a DDoS attack [pdf]
#3If you are hit with a DDOS and want to direct traffic through a DDOS mitigation service you will often need to point your domain at their servers. If your DNS TTL is 48 hours then you will be up a creek for quite a while.
Re: How to launch and defend against a DDoS attack [pdf]
#4I am quite surprised by "Dreamhost" listed in the spoofed IP list? What is the reason Dreamhost servers are comprised? Are those the old server accounts? I am also amazed by the durability of our infrastructure able to sustain this huge flow everyday. But good work, CF.
Re: How to launch and defend against a DDoS attack [pdf]
#5Set your DNS records TTL to something relatively small like an hour. If you are hit with a DDOS and want to direct traffic through a DDOS mitigation service you will often need to point your domain at their servers. If your DNS TTL is 48 hours then you will be up a creek for quite a while.
Re: How to launch and defend against a DDoS attack [pdf]
#6Set your DNS records TTL to something relatively small like an hour. If you are hit with a DDOS and want to direct traffic through a DDOS mitigation service you will often need to point your domain at their servers. If your DNS TTL is 48 hours then you will be up a creek for quite a while.
What are the downsides of a small TTL? Why wouldn't a low TTL be default?
Re: How to launch and defend against a DDoS attack [pdf]
#7Earlier quoted context omitted.
What are the downsides of a small TTL? Why wouldn't a low TTL be default?
If your TTL is very low, you end up creating/handling a lot more DNS traffic, because your records are flushed from the cache more often and have to be re-retrieved. Also, many public DNS servers (e.g. your ISP's, or Google's) set a minimum TTL on all records (overwriting any lower value) to minimize DNS traffic/requests. Setting your TTL to an hour is fairly standard, but some DNS hosts (especially old ones) will le…
This hasn't been a significant problem in years. When I execute a DNS change on a record with a 30 second TTL, I expect to see 95+% of the traffic move within a couple of minutes. The things that tend to get it wrong these days are applications that don't honor the TTL instead of resolvers, but browsers generally get it right.
Re: How to launch and defend against a DDoS attack [pdf]
#8Earlier quoted context omitted.
If your TTL is very low, you end up creating/handling a lot more DNS traffic, because your records are flushed from the cache more often and have to be re-retrieved. Also, many public DNS servers (e.g. your ISP's, or Google's) set a minimum TTL on all records (overwriting any lower value) to minimize DNS traffic/requests. Setting your TTL to an hour is fairly standard, but some DNS hosts (especially old ones) will le…
Very few resolvers break DNS TTLs in that way anymore. Google certainly honors TTLs down to at least 30 seconds. I'm not aware of any major ISPs that get this wrong anymore either. This hasn't been a significant problem in years. When I execute a DNS change on a record with a 30 second TTL, I expect to see 95+% of the traffic move within a couple of minutes. The things that tend to get it wrong these days are applica…
Re: How to launch and defend against a DDoS attack [pdf]
#9http://www.youtube.com/watch?feature=player_embedded&v=LQ_6o...
He covers DDoS in detail. Warning, possibly NSFW for many f-bombs.