Skip to main content
tonyagustin
New Member
July 7, 2022
Solved

IPS Signature to protect SMTP Submission

  • July 7, 2022
  • 2 replies
  • 3360 views

Hello.

We've configured a custom signature to detect Login Brute Force Attack against SMTP service:

F-SBID( --attack_id 9419; --name "SMTP.Login.Brute.Force.Custom"; --protocol tcp; --flow from_server,reversed; --pattern "Authentication failed";--no_case; --context packet; --distance 4,context; --within 40,context; --rate 5,30; --track dst_ip; )

It is include into our IPS profile. We're using SSL inspection profile (protection ssl server).

That signature works fine for SMTP (port 25) and SMTPS (port 465), but it doesn't work for SMTP submission (port 587, encrypted of course).

Anyone has configured a custom signature to protect SMTP submission?

Thank you!

Best answer by AEK

Did you try it for SMTP submission without STARTTLS? Does your signature work for it?

2 replies

Anthony_E
Staff
Staff
July 11, 2022

Hello Tony,

 

Thank you for using the Community Forum.

I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.

 

Regards,

Best Regards
AEK
SuperUser
AEKAnswer
SuperUser
July 12, 2022

Did you try it for SMTP submission without STARTTLS? Does your signature work for it?

AEK
tonyagustin
New Member
July 25, 2022

Hello.

Yes, it works fine without STARTTLS.

Thank you.