ntopng/scripts/plugins/alerts/security/unexpected_new_device/manifest.lua
Matteo Biscosi a8cf3836d7
Fixes #4709 unexpected new device plugin (#4728)
* Added unexpected new device plugin, needs review

* Fixes #4709 unexpected new device plugin

Co-authored-by: matteo <biscosi@ntop.org>
2020-11-16 12:41:19 +01:00

10 lines
212 B
Lua

--
-- (C) 2019-20 - ntop.org
--
return {
title = "Unexpected Device Connected",
description = "Trigger an alert when an unexpected device connects to the network.",
author = "ntop",
dependencies = {},
}