Added logic to detect flows with low goodput (e.g. originated by tools like https://github.com/shekyan/slowhttptest)

This commit is contained in:
Luca 2016-03-08 19:18:28 +01:00
parent 6a7929ea26
commit 8f0f8fc1cf
12 changed files with 152 additions and 92 deletions

View file

@ -374,7 +374,9 @@ alert_type_keys = {
{ "<i class='fa fa-frown-o'></i> Blacklist Host", 3 },
{ "<i class='fa fa-clock-o'></i> Periodic Activity", 4 },
{ "<i class='fa fa-sort-asc'></i> Quota Exceeded", 5 },
{ "<i class='fa fa-ban'></i> Malware Detected", 6 }
{ "<i class='fa fa-ban'></i> Malware Detected", 6 },
{ "<i class='fa fa-bomb'></i> Ongoing Attacker", 7 },
{ "<i class='fa fa-bomb'></i> Under Attack", 8 }
}
function alertSeverityLabel(v)