Implement ICMP data exfiltration alerts

Closes #256
This commit is contained in:
emanuele-f 2019-05-28 10:37:27 +02:00
parent 9252ead5a5
commit 1c9a4d3461
13 changed files with 47 additions and 2 deletions

View file

@ -2683,6 +2683,7 @@ function getFlowStatusTypes()
[21] = i18n("alerts_dashboard.ids_alert"),
[22] = i18n("flow_details.tcp_severe_connection_issues"),
[23] = i18n("flow_details.ssl_unsafe_ciphers"),
[24] = i18n("flow_details.data_exfiltration"),
}
return entries