There are no comments yet...Kick things off by filling out the form below.
A brute force attack is a strategy used to break an authentication system by trying all possibilities. For instance, breaking into a WordPress blog involves multiple authentication attempts with various passwords. In order to try as many passwords as possible, the brute force attack is issued by a remote server running a brute force script.
Fortunately there are multiple ways to protect your WordPress blog from brute force attacks.
You’ve probably heard this a thousand times: use a strong password! Do not use your kid’s name, your dog’s name or anything that’s easily guessable. When choosing a password, make use of lowercase and uppercase letters. Insert some numbers and symbols and use at least 8 characters (12 is even better).
WordPress has a built-in function that evaluates a password’s strength. Make sure the password you chose is considered strong enough by WordPress. There are some free, good random password generators out there. Use them if you can’t think of a good password. Here are some of them :
One of WordPress’ weakness when it comes to brute force attacks is the administrator account. By default, the administrator username is always “admin” and can’t be changed from within WordPress (at least not without the help of special plugins). This makes it easier for brute force script to break in since they only have to guess the password.
In order to change the administrator username, you can simply use phpMyAdmin to connect to your blog’s database and edit this value manually:
Of course, sensitive information have been blurred out from the screenshot above for obvious reasons.
One of my favorite WordPress security plugin is Login LockDown. This plugin detects failed login attempts and blocks the access to the attacker by IP address for a given time period.
I won’t go into details on how to install WordPress plugins but basically here’s how it goes :
There are a handful of configuration parameters that can be set such as the maximum number of attempts before locking the remote IP address, the lockout length, etc.
There are no comments yet...Kick things off by filling out the form below.
| 1 | MyHosting - $4.00 USD |
| 2 | InMotion Hosting - $5.95 USD |
| 3 | WebHostingHub - $4.95 USD |
| 4 | JustHost - $3.95 CDN |
| 5 | iPage - $3.50 CDN |
| 6 | HostGator - $4.95 USD |
| 7 | FatCow - $3.67 USD |
| 8 | GreenGeeks - $4.95 USD |
| 9 | BlueHost - $6.95 USD |
| 10 | GoDaddy - $4.11 CDN |