Implements user script for ip reassociation alerts

Addresses #4614
This commit is contained in:
Simone Mainardi 2020-10-22 16:49:50 +02:00
parent ebe8731ea5
commit 2e29a8d246
8 changed files with 98 additions and 13 deletions

View file

@ -0,0 +1,8 @@
--
-- (C) 2020 - ntop.org
--
return {
description = "Trigger alerts when an IP address, previously seen with a MAC address, is now seen with another MAC address. This alert might indicate an ARP spoof attempt. Only works for the builtin alert recipient.", --
title = "IP Reassignment",
}