mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added unexpected SMTP plugin
This commit is contained in:
parent
cff77b49cf
commit
d74caa9d2b
5 changed files with 141 additions and 0 deletions
14
scripts/plugins/alerts/security/unexpected_smtp/manifest.lua
Normal file
14
scripts/plugins/alerts/security/unexpected_smtp/manifest.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
--[[ i18n function is currently not available in manifest.lua
|
||||
title = i18n("unexpected_smtp.unexpected_smtp_title"),
|
||||
description = i18n("unexpected_smtp.unexpected_smtp_description"), --]]
|
||||
|
||||
title = "Unexpected SMTP server",
|
||||
description = "Trigger an alert when not allowed SMTP server is detected",
|
||||
author = "Daniele Zulberti, Luca Argentieri",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue