mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Migrated Lateral Movement alert from interface to flow (Fixes #5485)
This commit is contained in:
parent
795f27955f
commit
a89c95dba4
43 changed files with 118 additions and 14 deletions
|
|
@ -63,6 +63,7 @@ local flow_alert_keys = {
|
|||
flow_alert_iec_unexpected_type_id = 55,
|
||||
flow_alert_tcp_no_data_exchanged = 56,
|
||||
flow_alert_remote_access = 57,
|
||||
flow_alert_lateral_movement = 58,
|
||||
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue