Brute Force Attack
A brute-force attack consists of an attacker trying many passwords or passphrases with the hope of eventually guessing correctly.
The attacker systematically checks all possible passwords and passphrases until the correct one is found.
When password guessing, this method is very fast when used to check all short passwords.
There is a computer program run automatically to get the password.
The most basic brute force attack is a dictionary attack, where the attacker works through a dictionary of possible passwords and tries them all.
Countermeasures
• Account Lockout - You Have Implemented Account Lockout With A Clipping Level Of 4
• Strong Passwords - A strong password must be at least 12 characters long and should consist of a random collection of uppercase and lowercase letters, numbers, and special characters.
• Implement Captcha - It is used to differentiate between real users and automated users, such as bots.