Added unexpected SMTP plugin

This commit is contained in:
Daniele Zulberti 2020-10-09 16:30:02 +02:00
parent cff77b49cf
commit d74caa9d2b
5 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,21 @@
--
-- (C) 2020 - ntop.org
--
return {
unexpected_smtp_description = "Trigger an alert when not allowed SMTP server is detected",
unexpected_smtp_title = "Unexpected SMTP server",
-- ####################### Input builder strings
title = "Allowed SMTP servers",
description = "Comma separated values of SMTP servers IPs. Example: 173.194.76.109,52.97.232.242",
-- ####################### Status strings
status_unexpected_smtp_description = "Unexpected SMTP server found:",
-- ####################### Alert strings
alert_unexpected_smtp_title = "Unexpected SMTP server found"
}