Wishlist used for DDOS
-
Hi,
I’m having a DDOS attack from different chinese IP addresses and all of them are targeting links with add_to_wishlist=… I have disabled add_to_wishlist and add-to-cart URLs in robots.txt but still they do not obey and crawl them like crazy.
Sometimes they add both parameters to the url, sometimes only the add_to_wishlist and I don’t know what to do to stop them…
Right now I have added these lines to .htaccess:
RewriteEngine On RewriteCond %{QUERY_STRING} (?:^|&)add_to_wishlist= [NC,OR] RewriteCond %{QUERY_STRING} (?:^|&)add-to-cart= [NC] RewriteRule ^(.*) - [F,L] </IfModule>
but still they block only the root of the site and the parameters, if the attacker is on another page, let’s say /shop/?add_to_wishlsit=3827 it still gets a 200 and passes.
If you have any other suggestions I will be happy to try and resolve the issue.
Thank you,
Best Regards,
- The topic ‘Wishlist used for DDOS’ is closed to new replies.