SMTP.Brute.Force IPS - not working?
Dear forum,
I have a FortiGate 300E and a Fortimail 200E, love them both very much - great products!
However I have an IPS Sensor issue regarding the signature "SMTP.Login.Brute.Force".
On the FortiGate we have the IPv4 policy that controls smtp traffic to our spamfilter:
Source: ALL
Destination: SMTP VIP (External IP: X.X.X.X to Mapped IP 10.100.10.9, External Port 25 to Map port 25).
Service: SMTP, SMTPS
Action: Accept
Security Profiles: IPS (with IPS Signature SMTP.Login.Brute.Force, Quarantine 15 Minutes).
On the FortiMail I see around 6000-7000 SMTP Auth Failed attempts every day, some are legit email addresses, but most are random names, which probably is someone trying to brute force login.
Why does the IPS Sensor not stop this?
I have tried custom signatures I found on these forums and put those into the IPS Sensor, with no luck :
F-SBID( --attack_id 6228; --name POP3.Brute.Force; --protocol tcp; --service POP3; --flow from_server,reversed; --pattern " -ERR [AUTH] Password supplied" ; --rate 10,180; --track src_ip; )
F-SBID( --attack_id 2712; --name " SMTP.Brute.Force" ; --pattern " AUTH LOGIN" ; --service SMTP; --no_case; --context header; --rate 10,180; --track src_ip;)
F-SBID( --attack_id 7393; --revision 1; --name \"SMTP_AUTH_FAILURE01\"; --service SMTP; --protocol tcp; --tcp_flags PA; --pattern \"535 Authentication failed. Restarting authentication process\"; --flow from_server,reversed; --track dst_ip; --rate 10,120; )
Please help! Any input is much appreciated. Thank you.
