Added support for lateral movement detection

This commit is contained in:
Luca Deri 2020-10-11 18:29:46 +02:00
parent c7c1e1323b
commit c5e0db54b7
3 changed files with 75 additions and 0 deletions

View file

@ -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
-- ##############################################