Brute Force Attack

Brute-force is a method of guessing your password by trying combinations of letters, numbers and symbols. Some brute-force attacks utilise dictionaries of commonly used passwords, words, etc. in order to speed up the process of guessing users passwords.

The first thing you need to do in order to protect yourself from such attacks is to choose an appropriate username and password. Try not to use common names for your username as admin, administrator, superuser. Regarding your password, try using as complicated one as possible and include numbers, special characters, upper-case and lower-case letters. There are free generators that create long and strong passwords for you to use. If you have experience issues remembering long passwords, you can use password vaults like 1Password for example.

If you detect that someone has launched a brute-force attack against your site (such attacks generate huge amount of fail login attempts in your log), you can block the attackers IP address from accessing your site completely. To do that, simply add the following line to your .htaccess file:

 

Replace 123.123.123.123 with the actual IP address of the hacker. In addition, you should restrict the admin areas of your site only for your address. In case you use WordPress, that should be your ‘wp-admin’ folder. If you use Joomla – you’ll need to protect the ‘administrator’ directory. Actually, that’s a good practice and it’s good to do it even if there is no attack against your site. The actual .htaccess rules you need to place in those folders are:

 

 

Replace 222.222.222.222 with your IP address. To find out what is your IP, you can use one of the many sites providing that information like whatismyip.com for example.

Last but not least, please contact our Support team through your Help Desk in order to receive additional assistance on that matter.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Ping Instructions

Here are instructions on how to perform a ping check on different operating systems: Windows:1....

Trace Route Instructions

Here are instructions on how to perform a traceroute check on different operating systems:...

Powered by WHMCompleteSolution