Sure they have bigger "tubes" as well
"Cloudflare WAF supports the OWASP ModSecurity Core Rule Set by default" https://www.cloudflare.com/waf/
Iptables definetly can help with real ddos attacks.
Maybe we have different definitions of real DDoS attacks. What you mean is probably DoS attack, not DDoS (distributed).
If you have 1 gigabit pipe I can DoS (from one machine) you with 10 gigabit machine with ease and iptables will not help you at all.
Would this hit a sweet spot between a grandma's blog with straight HTML and massively trafficked sites like Wikipedia?
Resource exhaustion seems like a useful feature of _some_ kind of system. What does that system look like?
It is not useful for straight HTML - volumetric DDoS will take it out (not l7), it's not even going to make it to your machine. It does not mitigate well against any real major l7 flood either, just by virtue of "your pipe is smaller". A formal l7 attack would at least do basic recon to find a high resource consumption page (like search.php?q=%20 or something)
I guess this would come in maybe slightly useful with someone running ab or jmeter from a single machine toward you? But I don't know a single instance of that happening in the last decade..
Just as real as anything else...
Most attacks are usually small(<10 Gbps) and effective iptables rules can go a long way, both against unwanted application traffic and packet floods.
Iptables is there to ensure you can handle as many packets as possible per second, not bandwidth.
Please stop this non-sense, there are too many ICMP blackholes already.
Your server would be dead in any large scale attack anyway, iptables is fine and works well