diff options
author | Luca Deri <deri@ntop.org> | 2021-07-24 16:18:18 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-07-24 16:18:18 +0200 |
commit | 526568fcd519ccef3216b563f79e77c7326e11b9 (patch) | |
tree | 12806af2c9003795ec9acb4d8f7167a544df2bd6 /example | |
parent | c73501f8592420bec3e0f5087b9b6a9757166ff8 (diff) |
Risk check improvement
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/protos.txt b/example/protos.txt index b80e4cf57..560baf296 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -49,8 +49,8 @@ ip:54.80.47.130@AmazonPrime # # For IPs, the flow risk is put in AND (source IP mask OR destination IP mask) # For Flows with a hostname (e.g. TLS) the risk is also put in AND with the host_risk_mask -ip_risk_mask:192.168.1.6=0 -ip_risk_mask:10.196.157.228=0 -host_risk_mask:"api-global.netflix.com"=0 +#ip_risk_mask:192.168.1.0/24=0 +#ip_risk_mask:10.196.157.228=0 +#host_risk_mask:".local"=0 |