Implements risk-based filtering of flow alerts

This commit is contained in:
Simone Mainardi 2021-02-16 15:25:20 +01:00
parent c8a7232ef9
commit f4dff6f2e7
8 changed files with 60 additions and 23 deletions

View file

@ -16,6 +16,11 @@ local script = {
-- Priority
prio = -20, -- Lower priority (executed after) than default 0 priority
-- For a full list check "available_subdir.flow.available_fields" in user_scripts.lua
filter = {
default_fields = { "srv_addr", "l7_proto", "flow_risk_bitmap" }
},
-- NOTE: hooks defined below
hooks = {},