mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added plugin for detecting unexpected NTP servers
This commit is contained in:
parent
c323c6f351
commit
4565f8af04
7 changed files with 135 additions and 0 deletions
10
scripts/plugins/alerts/security/unexpected_ntp/manifest.lua
Normal file
10
scripts/plugins/alerts/security/unexpected_ntp/manifest.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Unexpected NTP server",
|
||||
description = "Trigger an alert when not allowed NTP server is detected",
|
||||
author = "ntop",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue