- Is there any logging available that logs mysql connection attempts to the port, login attempts, and times succeeded with username, IP address and date time? Im trying to detect brute force attempts.
- Is there a way to setup a mysql automatic brute force delay?
|
|
||||
|
|
|
An option is to setup OSSEC (Host-Based Intrusion Detection System):
The alerts provide some of the information you want (e.g. timestamp, datetime, username). You can also easily create your own OSSEC rules to capture more details or to create complex rules and actions. |
|||||||
|
|
If you have people connecting to mysql you have already seriously fucked up. You need to change your firewall settings to make sure that only trusted hosts can connect and no one else. An attacker could easily summon a bot net of 1,000,000 in size to brute force your mysql server. You need a white list approach to this problem. |
|||
|
|