How to properly address DDOS concerns with crossbar.io? #2071
Unanswered
tortoisedoc
asked this question in
Q&A
Replies: 1 comment 2 replies
-
what's the peak bandwidth you need to defend against? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose a malicious actor reverse-engineers my cool website.
Suppose now that this actor implements a rouge client, that connects with a valid account over crossbar
to our backend services.
When this rouge actor now triggers a DDOS via websocket;
I know there is the "stats" api calls; but it appears to me to be quite computationally intensive,
if for each user I need to keep a bucket with individual information.
Apache / HAProxy only manage things at HTTP level / session setup.
Is there other means?
Beta Was this translation helpful? Give feedback.
All reactions