Why not just block all visitors with user agent curl? Let me just say, that's a really dumb DDOS attack. Edit: one other thing, we spell it psych and not sike .
>we spell it psych and not sike. I have been informed by someone a generation younger than me that "the kids" are intentionally spelling it "sike" these days. Wikionary lists it as a variant of "psych." https://en.wiktionary.org/wiki/sike
Jerks on the Internet: what my first DDoS taught me
21–30 of 95 posts
Re: Jerks on the Internet: what my first DDoS taught me
#22Good steps to take in the article. But I'd also add that Django REST Framework, which they seem to be using, has throttling capabilities built-in which I would have attempted before changing the API: https://www.django-rest-framework.org/api-guide/throttling/ Adding pagination seems reasonable, but it may have broken clients who didn't expect pagination to be there.
Re: Jerks on the Internet: what my first DDoS taught me
#23>which hosts other in-development apps too Don't do that >I trust my users completely. Don't do that >Prioritize bugfixes over new features while that is a nice thought, it is unlikely to be so simply followed. "the road to hell is paved with good intentions" >people editing other’s tasks for example, haha That's a very cavelier attitude to take. Quite frankly that should have been baked in from the get go with tests…
It was patched though and there was no evidence that anyone ever used it.
Re: Jerks on the Internet: what my first DDoS taught me
#24Why is the text for this article 2.5" wide in a normal browser? It makes it annoying to read :(
Re: Jerks on the Internet: what my first DDoS taught me
#25Earlier quoted context omitted.
>we spell it psych and not sike. I have been informed by someone a generation younger than me that "the kids" are intentionally spelling it "sike" these days. Wikionary lists it as a variant of "psych." https://en.wiktionary.org/wiki/sike
oh..gosh. well, that makes sense, in a way. I confess I did have to google how to spell 'psych' properly. started from 'pysch'.
But the topic recently came up in conversation with my teenaged niece, she claims it's definitely spelled "sike" even though she's fully aware of the etymology.
I chocked it up to a "kids these days" generational kinda thing, like how we got "phat" in the 70s and "kewl" in the 90s, both of which are now in the Oxford English Dictionary.
Re: Jerks on the Internet: what my first DDoS taught me
#26Re: Jerks on the Internet: what my first DDoS taught me
#27No caching?
Re: Jerks on the Internet: what my first DDoS taught me
#28Why is the text for this article 2.5" wide in a normal browser? It makes it annoying to read :(
Re: Jerks on the Internet: what my first DDoS taught me
#29I have never been ddos's and all I ever receive are failed ssh attempts with simple passwords. Pretty much the easiest thing to tackle. But I'd love to know from DDOS'd people how their attacks looked?
From cloudflare logs all I see is a single IP address being blocked (multiple times? Or is it their multiple actions being blocked?).
EDIT: Thanks all, these were helpful answers.!
Re: Jerks on the Internet: what my first DDoS taught me
#30What doesn’t kill you makes you stronger.