Live data from Hacker News

The largest DDoS attack to date, peaking above 398M rps

cloud.google.com

11–20 of 487 posts

Re: The largest DDoS attack to date, peaking above 398M rps

#11
post #8

How does DDoS mitigation work? When people say "I put my website behind Cloudflare to mitigate DDoSes", what does it mean exactly? Is it only about having a large enough ingress pipe that you can weather however many Gb/s you are being bombarded with, and still having some spare capacity for legitimate traffic?

Often it means automatically recognizing DDoS requests and handling them in a way that is less costly, without impacting legitimate users.

In this case, it might mean recognizing when a client rapidly resets streams, and either moving that traffic to a slow lane or filtering it entirely.

Re: The largest DDoS attack to date, peaking above 398M rps

#12

No word on the origin of these attacks? This must require massive amounts of hardware, you’d imagine it to be easily traceable unless some kind of botnet.

One could imagine that, given the size, it could be politically or legally sensitive to announce the origin.

Re: The largest DDoS attack to date, peaking above 398M rps

#13
post #8

How does DDoS mitigation work? When people say "I put my website behind Cloudflare to mitigate DDoSes", what does it mean exactly? Is it only about having a large enough ingress pipe that you can weather however many Gb/s you are being bombarded with, and still having some spare capacity for legitimate traffic?

Cloudflare, and other companies, can detect that requests are DDoS and either drop, throttle, or verify the traffic, instead of forwarding it your server.

You configure your server to drop all traffic which wasn't set by cloudflare, which is efficient.

Re: The largest DDoS attack to date, peaking above 398M rps

#14
The fact that large cloud providers can handle huge DDoS attacks I think in the long run leads to a worse internet. It forces botnets to up their game and for websites the only solutions available are to pay Google, Amazon or Cloudflare a protection tax.

I honestly don't see any other options, but I'd really wish for them to come through some community coordinated list of botnet infected IPs or something.

Re: The largest DDoS attack to date, peaking above 398M rps

#17

No word on the origin of these attacks? This must require massive amounts of hardware, you’d imagine it to be easily traceable unless some kind of botnet.

One could imagine that, given the size, it could be politically or legally sensitive to announce the origin.

The silence is actually already giving it away then, one of four options.

Re: The largest DDoS attack to date, peaking above 398M rps

#20
post #8

How does DDoS mitigation work? When people say "I put my website behind Cloudflare to mitigate DDoSes", what does it mean exactly? Is it only about having a large enough ingress pipe that you can weather however many Gb/s you are being bombarded with, and still having some spare capacity for legitimate traffic?

When the ddos attack is volumetric, the only way to mitigate it is to have a fat enough network to handle the traffic while you work with ISPs to start blocking the traffic upstream.

Not all ddos attacks are based on volume though, some are exploiting native features of a protocol, like the slow loris attack

https://www.cloudflare.com/learning/ddos/ddos-attack-tools/s...

Post reply on HN