Suggestion for brute force reports
-
I’m not exactly sure how you might implement this, but it occurred to me today as I was looking at a brute force attack email that it might be useful to know what password was used on a failed login.
For example, if my username is “admin” (it’s not), and my password is “Password20” (again, it’s not), it might be useful for me to know if the brute force attacks are getting close to my actual password. So for instance if the logged failed logins are using passwords: Password1, Password2, Password3, Password4, Password5…etc. I might think to change my password so that it is out of that pattern, as the attack is obviously following a pattern and will soon reach my password (Password20). In the case of a user who has a common password across multiple accounts it might be an eye opener that they should choose a unique password on all their accounts.
While this might not be the best information to have in a “digest” email sent to one admin user, it might be useful to display a notice on the dashboard for users when they successfully log in to their account. Some notice saying something like “recent brute force attack using your username ‘admin’ included the following password attempts: Password1, Password2, Password3, Password4, Password5…”
Perhaps this isn’t possible due to how WP handles password encryption at login, but it might be a useful feature to have if it is possible.
- The topic ‘Suggestion for brute force reports’ is closed to new replies.