• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question From where is calling this IP?

SalvadorS

Regular Pleskian
Server operating system version
Debian 12
Plesk version and microupdate number
18.0.61
Hi everybody,

First of all, thank you very much for trying to help me.

I have an IP address that is always connected to one of my servers:

root@server:/# netstat -plan|grep :80 |awk {'print $5'}|cut -d: -f 1|sort|uniq -c |sort -n
8 109.236.89.219

I added the IP to fail2ban to block it, but it is still there. I searched the logs to find out where the IP is calling from:

root@server:/# grep 109.236.89.219 /var/www/vhosts/*/logs/access_ssl_log
root@server:/# grep 109.236.89.219 /var/www/vhosts/*/logs/access_log

No luck...

So, how can I find out exactly what that IP is doing and where it is coming from?

Thank you in advance.
 
Back
Top