I've had 21 instances of 11 existing users having an unauthorized login from a specific non-US IP address, starting on January 15.
At first I thought they might be using the same VPN software or something, but twice the user tried to submit obvious spam through a form. That makes me concerned that a hacker was able to obtain their password.
I track logins to the accounts that are done via PHP, and I can see that the IP was, in fact, logging in through PHP. So if I'm correct then they somehow accessed the password, then used it to go to my PHP script to log in.
What I DON'T know, though, is whether they somehow logged in to my MySQL and used that to read their password.
I see a lot of this in the mysqld.log:
That LOOKS like failed login attempts, but where can I find successful login attempts?
At first I thought they might be using the same VPN software or something, but twice the user tried to submit obvious spam through a form. That makes me concerned that a hacker was able to obtain their password.
I track logins to the accounts that are done via PHP, and I can see that the IP was, in fact, logging in through PHP. So if I'm correct then they somehow accessed the password, then used it to go to my PHP script to log in.
What I DON'T know, though, is whether they somehow logged in to my MySQL and used that to read their password.
I see a lot of this in the mysqld.log:
Code:
2023-01-28 4:23:22 32700448 [Warning] Hostname 'zg-1220c-53.stretchoid.com' does not resolve to '198.199.98.137'.
2023-01-28 4:23:22 32700448 [Note] Hostname 'zg-1220c-53.stretchoid.com' has the following IP addresses:
2023-01-28 4:23:22 32700448 [Note] - 127.0.0.1
2023-01-28 4:55:12 32727354 [Warning] IP address '45.93.201.88' could not be resolved: Name or service not known
2023-01-28 5:58:05 32780544 [Warning] Hostname 'zg-1220f-107.stretchoid.com' does not resolve to '107.170.254.16'.
2023-01-28 5:58:05 32780544 [Note] Hostname 'zg-1220f-107.stretchoid.com' has the following IP addresses:
2023-01-28 5:58:05 32780544 [Note] - 127.0.0.1
2023-01-28 7:08:50 32844389 [Warning] IP address '219.141.208.101' could not be resolved: Name or service not known
2023-01-28 11:09:00 33084352 [Warning] IP address '137.184.104.164' could not be resolved: Name or service not known
2023-01-28 11:42:03 33118752 [Warning] IP address '205.210.31.57' could not be resolved: Name or service not known
2023-01-28 12:50:13 33185320 [Warning] IP address '185.167.97.38' could not be resolved: Name or service not known