Someone has been making a DDOS attack on my WordPress website for the past few days.
He is sending requests to my website URLs like: domain.com/32hui42hiu45/
domain.com/ewrerih21334/
domain.com/?s=oijiueh
domain.com/?s=retegtrew
they are sending requests to random URLs requires database query, causing the website to check the database and flood server resources.
Currently, I am using Cloudflare security to check javascript detection in the browser, this is not a good solution, because of bad user experience. Some users might just hit back after seeing that page.
The requests are coming from different IPs, country matching with the most users in my country. I tried to track it via nginx logs, they are using different ips on every requests, different user agent. I cant find any pattern to block them. any third party service can help me block this attack? i don't want to use cloudflare's javascript detection, which shows a message "Checking if your connection is secure" then waits until few seconds before loading the page...
He is sending requests to my website URLs like: domain.com/32hui42hiu45/
domain.com/ewrerih21334/
domain.com/?s=oijiueh
domain.com/?s=retegtrew
they are sending requests to random URLs requires database query, causing the website to check the database and flood server resources.
Currently, I am using Cloudflare security to check javascript detection in the browser, this is not a good solution, because of bad user experience. Some users might just hit back after seeing that page.
The requests are coming from different IPs, country matching with the most users in my country. I tried to track it via nginx logs, they are using different ips on every requests, different user agent. I cant find any pattern to block them. any third party service can help me block this attack? i don't want to use cloudflare's javascript detection, which shows a message "Checking if your connection is secure" then waits until few seconds before loading the page...