As a database administrator, have you ever been in a situation
when your database confronted a brute force attack? A brute force
attack can be launched against a user account in MySQL. MySQL
replies with success or error based on supplied credentials, and
the time required for the verification is almost the same in
either case. Hence, an attacker can launch a brute force attack
against a MySQL user account at a rapid rate and can try many
different passwords.
According to cryptography, 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.
It’s not just brute force attacks going on; the IT industry has
recently seen a steady increase in distributed denial of service
(DDoS) attacks. Have you also been targeted in such a type of
connection flow on port …
[Read more]