Skip to main content

Distributed IPs attack dovecot_login SMTP over large timespan

Comments

2 comments

  • quietFinn
    Hello , i am facing extensive smtp auth attacks by a large number of different IPs and a large timespan. Please take a look at this part of the exim_mainlog which indicates some of the approx. 4000 dovecot failed logins over the last 5 days:

    4000 in 5 days is abut 33 per hour... for my opinion that is not much, I'd say it's pretty normal :rolleyes:
    0
  • cPRex Jurassic Moderator
    I am going to agree with @quietFinn - this seems like normal activity. If you have a service open to the public, like IMAP or SSH, you should expect this type of traffic to happen. On my personal server today, which really only has two active websites and 1 active email account, I see 126 failed attempts in 8 hours, so a very similar number to your machine: [root@host /]# grep "authenticator failed" /var/log/exim_mainlog | grep 2023-09-15 | wc -l 126
    Most of them are random addresses, such as "webmaster@domain.com" or "postmaster@domain.com" or something similar. As long as you have secure passwords and have Brute Force Detection enabled, the system will be fine.
    0

Please sign in to leave a comment.