Page 1 of 1

Plesk failed logins...

Posted: Thu Oct 04, 2012 2:38 pm
by spaceout
I have a server that's getting hammered by failed Plesk (9.5.4) login attempts. Where can I find the IP address of the culprit?

Re: Plesk failed logins...

Posted: Mon Oct 08, 2012 10:53 am
by Choji
You should be able to see that on the Plesk Control Panel by going to Reports tab -> Login Failures.

You could also look at the alerts log in /var/ossec/logs/alerts/alerts.log
To list the top level alerts (level 10), I use the command:
cat /var/ossec/logs/alerts/alerts.log | grep -B3 -A3 "level 10" | less

Could that help you?

Choji