Fixed lateral movement not triggering

This commit is contained in:
MatteoBiscosi 2021-06-18 11:08:32 +02:00
parent 3f6c415db6
commit 5a02d2a0d7
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,7 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
if alert.json then
info = json.decode(alert["json"])
if info["info"] then
if not isEmptyString(info["info"]) then
info = "[" .. info["info"] .. "]"
else
info = ""