The request from the client is to block a user in Joomla if they attempt and fail to log in to the site a certain number of times. Obviously, someone can try to login to the site with an invalid username and we wouldn't be able to do anything about that. I'm wondering if I would be able to trigger on a log to the _admintools_log table. If the username found in the extradata of the log matches a username in the Joomla users table, and there have been x amount of those in the past hour, the user will be blocked.
Is there a way I can extend Admin Tools to hook onto a "log" event?