Implements Local Host behaviour analysis and it's alert

Alert in case the host has an unexpected behaviour
This commit is contained in:
Matteo Biscosi 2021-02-25 12:01:54 +01:00
parent 7a1a9be9af
commit dbfdec34fe
14 changed files with 226 additions and 37 deletions

View file

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