Earlier quoted context omitted.
that's a pretty poor excuse. why is privacy only available by submitting to a poor experience? privacy should be default, not a punishment
Using a massively shared IP space of any kind is only available by submitting to a poor experience. Nobody is saying "hey this guy has privacy, lets make this experience a pain in the arse". They're saying "Man this set of specific IPs are really hammering my system looking for WordPress exploits and we're not even running that". To treat Tor better than regular traffic would be to discriminate against Tor, which wou…
DDoS protection
141–150 of 175 posts
Re: DDoS protection
#142Earlier quoted context omitted.
You can put captchas where they belong—on comments etc. Instead, Cloudflare punishes people simply browsing; they nuke the 99.99999% of visitors that have zero intention of interacting with the page beyond doing few GETs. Oh and don’t forget they’ll even put the captchas on subdomains, like img.domain.tld. Go visit stackoverflow via VPN/TOR and watch how the site has no styling/images even if you do their stupid capt…
I run a site (not behind CF), and Tor is used heavily to scrape our uncacheable and extremely heavy to render pages for abusive/content theft purposes.
Re: DDoS protection
#143Earlier quoted context omitted.
Using a massively shared IP space of any kind is only available by submitting to a poor experience. Nobody is saying "hey this guy has privacy, lets make this experience a pain in the arse". They're saying "Man this set of specific IPs are really hammering my system looking for WordPress exploits and we're not even running that". To treat Tor better than regular traffic would be to discriminate against Tor, which wou…
So carrier-grade NATs should also be captchad to hell. Somehow, they aren’t. Very mysterious, indeed.
Man just read up I'm essentially just summarising this anyway: https://blog.cloudflare.com/the-trouble-with-tor/
Re: DDoS protection
#144Earlier quoted context omitted.
Keep in mind, unless you're using your own personal VPN off a self-hosted machine, you're likely to be sharing your IP address with other (potentially) malicious actors trying to hide their tracks
Same as if being on an ISP though.
Re: DDoS protection
#145Earlier quoted context omitted.
So carrier-grade NATs should also be captchad to hell. Somehow, they aren’t. Very mysterious, indeed.
Do many malicious entities have easy access to carrier-grade NATs? Man just read up I'm essentially just summarising this anyway: https://blog.cloudflare.com/the-trouble-with-tor/
Re: DDoS protection
#146Earlier quoted context omitted.
So carrier-grade NATs should also be captchad to hell. Somehow, they aren’t. Very mysterious, indeed.
Do many malicious entities have easy access to carrier-grade NATs? Man just read up I'm essentially just summarising this anyway: https://blog.cloudflare.com/the-trouble-with-tor/
Re: DDoS protection
#147Cloudflare is a major source of centralization. The more providers offer something like this, the merrier. I understand that this isn't a layer 7 solution, but that has it's downsides as well - Cloudflare (or any other reverse proxy) will MITM all your TLS traffic, for example. It's also time to address the elephant in the room: AWS. "Oops, you got DDOS'ed? Here, have a $50k invoice"
[disclaimer: I work for CF] CloudFlare also regularly speaks about attacks and mitigations, therefore is helping the community to build better defences. Other providers stay shy and never disclose their magic. We believe DDoS is an internet wide problem and one of the ways to solve it is to spread the mitigation know how. Examples: - DNS attacks https://www.youtube.com/watch?v=UcAygzNSxlI&t=2h13m20s - Iptables is gre…
So, thank you!
Re: DDoS protection
#148Earlier quoted context omitted.
It didn't come across in my comment – my amazement was regarding WordPress, etc. websites being run on commodity hardware without proper backups. E.g., get that ludicrous 128GB machine and run Apache on it with a single website for years. What could possibly go wrong? The most recent issue we had with Hetzner was when we requested a LARA remote console to connect to a failing machine. The standard keyboard on the rem…
Read-heavy APIs, which I like to setup as: A central location to take writes. Writes to this location go into a database and a durable, at-least-once, queue (writing to the queue is as important as writing to the database). Then you put your API servers in different geographies (and preferably different hosting vendors). They listen to the queue and update their own storage (which could itself be a full relational da…
Re: DDoS protection
#149Earlier quoted context omitted.
This was never the intention. Part of the problem is inertion - cf operates large and complex application that was designed back when we had only a handful of customers. Part of the problem is technical - the privacy-centric anti-abuse technologies don't exist yet. Please do help us fix this. Report issues, help us understand when we have incorrect IP reputation. Help us find captcha accessibility problems. And maybe…
Problem is, your "incorrect IP reputation" concept is fundamentally flawed. As an example, I noticed that most VPN exit nodes have "incorrect IP reputation", which means if I want to browse the internet without my government spying on me, I have to wade through all your CAPTCHAs.
Also, I think the captcha solution is better than what most administrators do, which is to block those IPs outright.
Re: DDoS protection
#150Earlier quoted context omitted.
The letters stand for "man in the middle" which seems to me a quite literal description of what's going on. The word attack isn't used.
Except MiTM is used primarily, if not exclusively, in attack scenarios. Otherwise any third-party you use as a website owner is a MiTM.