ntopng/scripts/plugins/alerts/security/unexpected_host_behaviour/manifest.lua
Matteo Biscosi dbfdec34fe Implements Local Host behaviour analysis and it's alert
Alert in case the host has an unexpected behaviour
2021-02-25 12:04:05 +01:00

10 lines
202 B
Lua

--
-- (C) 2019-21 - ntop.org
--
return {
title = "Unexpected Host Behaviour",
description = "Detects if an host contacts an unexpected number of domains",
author = "ntop",
dependencies = {},
}