Changed old info string into lateral movement

This commit is contained in:
MatteoBiscosi 2021-06-17 12:05:26 +02:00
parent 48554751f9
commit cf363eaa10

View file

@ -59,8 +59,8 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
hostinfo2detailshref(server, nil, hostinfo2label(server))
rsp = rsp .. " ["..interface.getnDPIProtoName(alert.l7_proto).."]"
if not isEmptyString(alert_type_params.info) then
rsp = rsp .. "[" .. alert_type_params.info .. "]"
if not isEmptyString(info) then
rsp = rsp .. "[" .. info .. "]"
end
return(rsp)