Earlier quoted context omitted.
Does it profit the ISPs to avoid/neglect egress filtering? Who stands to gain from this and how much are they willing to kickback for "looking the other way"?
Bad/undesired decisions don’t require blatant corruption. This seems a simple case of poor incentives. If an ISP does egress filtering well, essentially no one notices. If they screw it up, customers lose connectivity and some portion of those customers will likely leave for a competitor. There’s risk with no reward.
The real reason for large DDoS attacks? It's IP Spoofing, not memcached
31–38 of 38 posts
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#32Your incumbent won't do filtering. Your incumbent won't maintain proper 'route' objects https://www.ripe.net/manage-ips-and-asns/db/support/managing... Your shoestring independent ISP won't to that either. Who is left? Tier1 ISP and some of them do BCP38 filtering sometimes on some ports.
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#33This is a refreshing change from cloudflare. Back when recursive DNS was the amplification de jour they complained about DNS instead of IP spoofing. https://blog.cloudflare.com/the-ddos-that-knocked-spamhaus-o...
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#34Earlier quoted context omitted.
Bad/undesired decisions don’t require blatant corruption. This seems a simple case of poor incentives. If an ISP does egress filtering well, essentially no one notices. If they screw it up, customers lose connectivity and some portion of those customers will likely leave for a competitor. There’s risk with no reward.
Couldn't there perhaps be a financial incentive by reducing the amount of superfluous data on their networks?
I’m not sure DDOS traffic is really significant from an egress standpoint.
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#35Are there any valid technical use-cases for IP spoofing? i.e. setting the source address of a UDP packet as one outside the originating network? For example, on the server side, BGP hijacking and anycast routing are enabled by the same bug or feature, depending how you look at it.
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#36Your incumbent won't do filtering. Your incumbent won't maintain proper 'route' objects https://www.ripe.net/manage-ips-and-asns/db/support/managing... Your shoestring independent ISP won't to that either. Who is left? Tier1 ISP and some of them do BCP38 filtering sometimes on some ports.
As someone who has been doing 'shoestring independent ISPs' for almost 15 years my impression is that nearly all upstream providers (the ones we buy service from - not always but sometimes tier 1 providers) do outgoing IP filtering. Whenever I get a new IPv4 allocation from ARIN (at least when we used to be able to do that - they're all gone now) we had to go through a process with our upstream provider so that they…
Re: The real reason for large DDoS attacks? It's IP Spoofing, not memcached
#37This is a refreshing change from cloudflare. Back when recursive DNS was the amplification de jour they complained about DNS instead of IP spoofing. https://blog.cloudflare.com/the-ddos-that-knocked-spamhaus-o...
This is an odd change from Cloudflare. Were it not for the DDoS amplification problem it'd be perfectly reasonable to make recursive DNS servers publicly accessible, but memcached servers should never be exposed to the public internet - they're not designed to be and doing so allows everyone to exfiltrate, modify or delete the cached data which you almost certainly don't want to be possible.