Earlier quoted context omitted.
A DoS attack is, by literal definition, an attempt to overwhelm a host until it is forced to _deny service_ to valid user requests. Are there intrusion techniques that both bring down the server and break into it at the same time? I'm not a security expert, but that doesn't seem like it makes a whole lot of sense to me.
Maybe in the milliseconds between packet swarms, or immediately before or after? Just seems like a lot of resources to pour into an attack that was defeated in a few minutes. To what end?
February 28th DDoS Incident Report
81–90 of 114 posts
Re: February 28th DDoS Incident Report
#82Earlier quoted context omitted.
Meh, or just block UDP to your networks that have no reason to run UDP. Every carrier will do upstream ACL's these days. 5 years ago that wasn't the case. These days, they all do. Some free, some charge. re: chat ops vs a web page. It's just a single BGP advertisement -- big whoop. Chatops is just hipster famous right now.
AS much as I hate chatops as a fad, it makes it really easy for others to also see what happened and follow along. "Hey Jim, Did you go adjust that thing?" vs. "10:15am [JIM] /chatbot adjust x to y"
Re: February 28th DDoS Incident Report
#83Earlier quoted context omitted.
Shortly after Cloudflare's blog post, memcached pushed a commit that disabled UDP by default: https://github.com/memcached/memcached/commit/dbb7a8af90054b...
That's good, but they should go a step further and stop listening on all addresses by default.
Re: February 28th DDoS Incident Report
#84Earlier quoted context omitted.
Yes that's it. https://blog.cloudflare.com/introducing-im-under-attack-mode...
"We've also designed the new checks to not block search engine crawlers, your existing whitelists, and other pre-vetted traffic. As a result, enabling I'm Under Attack Mode will not negatively impact your SEO or known legitimate visitors." "What's also cool is that data on attack traffic that doesn't pass the automatic checks is fed back into CloudFlare's system to further enhance our traditional protections." "[P]re…
Re: February 28th DDoS Incident Report
#85Earlier quoted context omitted.
A DoS attack is, by literal definition, an attempt to overwhelm a host until it is forced to _deny service_ to valid user requests. Are there intrusion techniques that both bring down the server and break into it at the same time? I'm not a security expert, but that doesn't seem like it makes a whole lot of sense to me.
Maybe in the milliseconds between packet swarms, or immediately before or after? Just seems like a lot of resources to pour into an attack that was defeated in a few minutes. To what end?
Re: February 28th DDoS Incident Report
#86Am I old-fashioned to raise an eyebrow when I discover that Memcached servers are running visible to the public Internet? This strikes me as approximately as bizarre as having a database server that accepts connections from the public Internet. In my day, such back-end services were either simply not connected to the Internet (connected via a private network to the application services), firewalled, or at the very le…
When it's easier to just open up a server to the wide world than it is to learn how to connect safely, you'll always get a lot of people doing it.
Re: February 28th DDoS Incident Report
#87Earlier quoted context omitted.
> Who is not filtering outbound UDP traffic from their memcached instances? This is of course the wrong way to do it -- you need to filter inbound UDP to your memcached instances so you don't waste your resources generating the responses, and also so you don't accidentally fragment the responses and only drop the first fragment outbound.
I disagree, due to seperation of responsibilities. Having run both an ISP and a hosting company, you have to filter traffic at your edge that can impact external resources (just as ISPs block outbound NetBios and SMTP traffic on port 25/tcp). Yes, the server or instance customer should be doing this. But they’re not, because poor security practices are an externality, not a cost they sustain. Security is more importa…
Re: February 28th DDoS Incident Report
#88Earlier quoted context omitted.
Yes, absolutely - there are plenty of scenarios like, ironically, DDoS mitigation where you use source IP spoofing/asymmetric routing. It's still possible to restrict it, but simple RPF checks don't always cut it.
How could source IP spoofing help with DDoS mitigation?
Google 'DRDoS attacks' to learn more. They are responsible for most of the largest volume attacks IIUC.
Re: February 28th DDoS Incident Report
#89Earlier quoted context omitted.
Ah ok. This makes much more sense -- leaving a port open seems like an amateur mistake for a firm like Github. Thanks for the link.
If Github had no open ports they wouldn't have much of a website.
Re: February 28th DDoS Incident Report
#90Earlier quoted context omitted.
Let's rephrase the question - Is there any reason consumer ISP's don't follow BCP38? There is almost no reason whatsoever for clients to spoof their public IP address. Obviously, there are reasons to SNAT at the carrier level for load balance or routing purposes.
No good reason except "it costs money".
And it doesn't cost any significant amount of money except initial configuration and automation. The "CPU power" to add an ACL on interfaces is negligible.