mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Implements Local Host behaviour analysis and it's alert
Alert in case the host has an unexpected behaviour
This commit is contained in:
parent
7a1a9be9af
commit
dbfdec34fe
14 changed files with 226 additions and 37 deletions
|
|
@ -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 = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue