Hi There,
This isn't so much an issue, as it is more me just looking for suggestions on how to find the cause of this.
I'm getting a number of failed MySQL logins on a cPanel/WHM server.
2020-11-09 15:38:01 11718 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:39:01 11855 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:40:01 12036 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:41:01 12279 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:42:01 12519 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
However MySQL isn't open to the public, so I suspect this to be either a script running on the server or an application like Wordpress, that hasn't been configured properly/to completion.
However also looking at the timestamps, suggests to me that it is something that has been setup as a cron.
I've tried using find/grep to see if I could find any wp-config.php files with 'admin' defined as the DB user, however that didn't return anything helpful.
Just wondering what suggestions anyone might have.
Thanks.
This isn't so much an issue, as it is more me just looking for suggestions on how to find the cause of this.
I'm getting a number of failed MySQL logins on a cPanel/WHM server.
2020-11-09 15:38:01 11718 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:39:01 11855 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:40:01 12036 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:41:01 12279 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
2020-11-09 15:42:01 12519 [Warning] Access denied for user 'admin'@'localhost' (using password: NO)
However MySQL isn't open to the public, so I suspect this to be either a script running on the server or an application like Wordpress, that hasn't been configured properly/to completion.
However also looking at the timestamps, suggests to me that it is something that has been setup as a cron.
I've tried using find/grep to see if I could find any wp-config.php files with 'admin' defined as the DB user, however that didn't return anything helpful.
Just wondering what suggestions anyone might have.
Thanks.