Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
michaelmurfy
meow
13581 posts

Uber Geek
+1 received by user: 10914

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1408206 17-Oct-2015 13:08
Send private message

A site I host ended up getting this a couple of months ago. I was at first adding the IP addresses the attack was coming from to the iptables rules on the server but this ended up getting a little tedious. I ended up upping my Linode plan until I could figure out what was going on. That day, I wrote a .htaccess file which solved the issue for me.

 

RewriteEngine On

 

RewriteBase /

 

RewriteRule ^index\.php$ - [L]

 

RewriteCond %{REQUEST_FILENAME} !-f

 

RewriteCond %{REQUEST_FILENAME} !-d

 

RewriteRule . /index.php [L]

 

RewriteRule ^xmlrpc\.php$ "http\:\/\/0\.0\.0\.0\/" [R=301,L]

 

This site is rather popular and after adding the .htaccess file into the site-owners wordpress folder I saw the issue was resolved. They were hitting the webserver for a wee while and just getting 403's for everything. 





Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.




timmmay

20859 posts

Uber Geek
+1 received by user: 5350

Trusted
Lifetime subscriber

  #1408215 17-Oct-2015 13:19
Send private message

According to CloudFlare I'm getting big spikes of traffic, which are likely attacks - I'm on the free plan so I can't tell. One of my sites usually has 3K uncached hits a day, it jumped to 50K. The traffic doesn't make it to Google Analytics, web server logs say a fair bit of traffic to the wordpress login page - not the xml endpoint. I have backups and I don't mind too much if the sites go down, so I'll probably just ignore it.

michaelmurfy
meow
13581 posts

Uber Geek
+1 received by user: 10914

Moderator
ID Verified
Trusted
Lifetime subscriber

  #1408223 17-Oct-2015 13:33
Send private message

timmmay: According to CloudFlare I'm getting big spikes of traffic, which are likely attacks - I'm on the free plan so I can't tell. One of my sites usually has 3K uncached hits a day, it jumped to 50K. The traffic doesn't make it to Google Analytics, web server logs say a fair bit of traffic to the wordpress login page - not the xml endpoint. I have backups and I don't mind too much if the sites go down, so I'll probably just ignore it.


Install Jetpack (https://wordpress.org/plugins/jetpack/) and enable the brute force protection. I wouldn't recommend ignoring it even if you have backups.




Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.




timmmay

20859 posts

Uber Geek
+1 received by user: 5350

Trusted
Lifetime subscriber

  #1408229 17-Oct-2015 13:46
Send private message

michaelmurfy:
timmmay: According to CloudFlare I'm getting big spikes of traffic, which are likely attacks - I'm on the free plan so I can't tell. One of my sites usually has 3K uncached hits a day, it jumped to 50K. The traffic doesn't make it to Google Analytics, web server logs say a fair bit of traffic to the wordpress login page - not the xml endpoint. I have backups and I don't mind too much if the sites go down, so I'll probably just ignore it.


Install Jetpack (https://wordpress.org/plugins/jetpack/) and enable the brute force protection. I wouldn't recommend ignoring it even if you have backups.


I use both CloudFlare and Wordfence. Wordfence protects against this as well.

1 | 2 
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.