A
Artur
Guest
lately we are being attacked in a new sort of DDoS. Thousands of computers/bots are trying to make concurrent connections to our smtp port and inetd fails with a message like this:
(on freebsd server)
inetd[43138]: accept (for smtp): Software caused connection abort
It seems to be a dictionary attack which is going through the dictionary @domain.com So I'm watching RCPT TO headers being sent to this domain and inserting the ip addresses into the firewall.
Right now i have a list of 5800 ip addresses and growing.
This happens on several servers (linux and freebsd) over the past few weeks so i am getting fed up with dealing with this issue since it takes so long to clean up.
Anyone with similar experience?
(on freebsd server)
inetd[43138]: accept (for smtp): Software caused connection abort
It seems to be a dictionary attack which is going through the dictionary @domain.com So I'm watching RCPT TO headers being sent to this domain and inserting the ip addresses into the firewall.
Right now i have a list of 5800 ip addresses and growing.
This happens on several servers (linux and freebsd) over the past few weeks so i am getting fed up with dealing with this issue since it takes so long to clean up.
Anyone with similar experience?