ntopng/scripts/plugins/alerts/security/unexpected_dns/manifest.lua

14 lines
413 B
Lua

--
-- (C) 2019-20 - ntop.org
--
return {
--[[ i18n function is currently not available in manifest.lua
title = i18n("unexpected_dns.unexpected_dns_title"),
description = i18n("unexpected_dns.unexpected_dns_description"), --]]
title = "Unexpected DNS",
description = "Trigger an alert when an unexpected DNS server is detected",
author = "Daniele Zulberti, Luca Argentieri",
dependencies = {},
}