mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
8 lines
296 B
Lua
8 lines
296 B
Lua
--
|
|
-- (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",
|
|
}
|