Added unexpected DNS plugin

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

View file

@ -0,0 +1,21 @@
--
-- (C) 2020 - ntop.org
--
return {
unexpected_dns_description = "Trigger an alert when not allowed DNS server is detected",
unexpected_dns_title = "Unexpected DNS",
-- ####################### Input builder strings
title = "Allowed DNS",
description = "Comma separated values of DNS IP. Example: 8.8.8.8,8.8.4.4,1.1.1.1",
-- ####################### Status strings
status_unexpected_dns_description = "Unexpected DNS server found:",
-- ####################### Alert strings
alert_unexpected_dns_title = "Unexpected DNS found"
}