Basecamp was under network attack
gist.github.com
Basecamp was under network attack
1–10 of 194 posts
Re: Basecamp was under network attack
#2Re: Basecamp was under network attack
#3Re: Basecamp was under network attack
#4Re: Basecamp was under network attack
#5Probably worth bookmarking this for when you [hopefully never] have to deal with this same situation.
Re: Basecamp was under network attack
#6Would CloudFlare help here?
Re: Basecamp was under network attack
#7Would CloudFlare help here?
Properly ignoring invalid requests can be a challenge, the process of doing so will depend on the type of attack being used. SYN floods can difficult since the src IP is most likely invalid. The attacks we've seen with DNS and NTP amplification are difficult as the attack isn't trying to get your servers to respond, they are just flooding your incoming pipe with data. If they are trying to abuse some page within your application you can more easily mitigate it as you'll know the source IP of the request so it can be blacklisted.
EDIT: a few more details:
SYN flood: http://en.wikipedia.org/wiki/SYN_flood
DNS Amplification: http://blog.cloudflare.com/deep-inside-a-dns-amplification-d...
As for mitigation, while we hear about Cloudflare a lot, AT&T and other large providers can provide DDOS protection for leased lines[0]. Basically what happens, before the data gets to your leased lines, traffic headed to you will go through AT&T's DDOS detection/prevention systems that attempts to filter bad traffic. This type of service would apply more to companies like Linode or possibly the datacenter that they are housed in.
[0] http://www.business.att.com/enterprise/Service/network-secur...
Re: Basecamp was under network attack
#8Would CloudFlare help here?
I've been wondering myself, if CloudFlare helps against DDoS attacks when the page is dynamically generated for each user. For static pages it should help.
That's obviously very much dependent on the kind of attack and whether CloudFlare has more network capacity than Basecamp (which I would imagine is highly likely).
Re: Basecamp was under network attack
#9Although a smaller service, we were in a similar situation a couple of years ago. We assumed it was a competitor because there were not monetary requests, just a massive DDoS via torrents that lasted almost a week. Data center didn't help us in any way... it was crazy. Worst thing is that 90% of customers have no clue what a DDoS is and how hard it is to handle.
Re: Basecamp was under network attack
#10Would CloudFlare help here?
I've been wondering myself, if CloudFlare helps against DDoS attacks when the page is dynamically generated for each user. For static pages it should help.