mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added support for lateral movement detection
This commit is contained in:
parent
c7c1e1323b
commit
c5e0db54b7
3 changed files with 75 additions and 0 deletions
|
|
@ -535,6 +535,15 @@ function alerts_api.iec104Entity(flow)
|
|||
}
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.lateralMovementEntity(flow)
|
||||
return {
|
||||
alert_entity = alert_consts.alert_entities.flow,
|
||||
alert_entity_val = "flow"
|
||||
}
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
-- type_info building functions
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue