TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to stop a DDoS attack

114 pointsby robn_fastmailover 9 years ago

7 comments

DanBlakeover 9 years ago
A article I wrote on attempting to do this yourself (without cloudflare&#x2F;other services) is here: <a href="http:&#x2F;&#x2F;harknesslabs.com&#x2F;post&#x2F;38104429912&#x2F;fighting-spoofed-syn-and-udp-floods" rel="nofollow">http:&#x2F;&#x2F;harknesslabs.com&#x2F;post&#x2F;38104429912&#x2F;fighting-spoofed-sy...</a><p>Its much easier to use cloudflare, but sometimes it just not possible to use them (it wasnt for us, due to needing hardcoded IPs in our DC)
评论 #10698749 未加载
nullroutedover 9 years ago
tl:dr Used cloudflare for DNS and Level3&#x2F;Blacklotus for network filtering.<p>In DDoS attacks you have three models: On-Prem: Buy hardware and big fat internet pipes to filter traffic (expensive &#x2F; time \ resrouce intensive) Hybrid: On-Prem devices that can mitigate X&#x2F;Mbps and then starts announcing your routes after X to their cloud scrubbing centers which can filter it at a much higher capacity (best option) Cloud: Full on filtering by a provider where all your traffic goes through their scrubbing centers full time (usually adds latency, extremely expensive)<p>The hybrid model is the best and what most companies are going to as it allows you to filter smaller attacks out with little cost as well as scaling up to large 100 Gb&#x2F;s+ attacks without having to buy massive amounts of hardware&#x2F;transit.
评论 #10698577 未加载
rmdossover 9 years ago
DDoS is becoming an increasing pain lately.<p>If you only care about HTTP&#x2F;HTTPS traffic, you can get very solid DDoS protection at cheap prices. We use and love the Sucuri ( <a href="https:&#x2F;&#x2F;sucuri.net" rel="nofollow">https:&#x2F;&#x2F;sucuri.net</a> ) which starts at $9.99 per month.<p>Some friends have good success with Incapsula and CloudFlare, but they get a bit more expensive to get full protection ($60 per month on <a href="http:&#x2F;&#x2F;Incapsula.com" rel="nofollow">http:&#x2F;&#x2F;Incapsula.com</a> ).<p>All 3 can cover 99.9% of the people that doesn&#x27;t expose SMTP&#x2F;POP&#x2F;FTP&#x2F;DNS and other services.<p>If you run these yourself, BlackLotus.com and Arbor Cloud are a great help, but their prices start at 5 digits per month.
dimglover 9 years ago
The irony is that this website seems to be down right now.<p><a href="http:&#x2F;&#x2F;downforeveryoneorjustme.com&#x2F;blog.fastmail.com&#x2F;2015&#x2F;12&#x2F;08&#x2F;how-to-stop-a-ddos-attack&#x2F;" rel="nofollow">http:&#x2F;&#x2F;downforeveryoneorjustme.com&#x2F;blog.fastmail.com&#x2F;2015&#x2F;12...</a><p>Not sure if it&#x27;s due to DDOS, but it&#x27;s definitely not working on my end.
评论 #10700327 未加载
评论 #10700096 未加载
评论 #10699832 未加载
评论 #10700041 未加载
andrew_wc_brownover 9 years ago
When I was working for a startup that was getting DDOS the only thing that stopped it was this service.<p><a href="https:&#x2F;&#x2F;www.dosarrest.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dosarrest.com&#x2F;</a>
评论 #10701526 未加载
tracker1over 9 years ago
Cool article... how about &quot;Dead or Alive&quot; bounties for the people responsible? I&#x27;m only half joking, but given the distribution of the people responsible, and how much like the &quot;old west&quot; attacks on the internet today seem to resemble, not sure how bad of a solution it would actually be.
评论 #10700767 未加载
NickHaflingerover 9 years ago
&#x27;A botnet consists of many (usually hundreds or thousands) of normal home or work computers [running Microsoft Windows] that have malicious software installed on them.&#x27;