diff options
author | Luca Deri <deri@ntop.org> | 2021-07-23 08:29:36 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-07-23 08:29:36 +0200 |
commit | 8ea8ba8e9b52620989d515f0762be3ec906d4c30 (patch) | |
tree | 6418131a31553c56d2aa571c7675f5a0fafa1729 /example | |
parent | b01b60a2b523b98f2801c4752213b9468f63cad5 (diff) |
Fixed risk mask implementation
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/protos.txt b/example/protos.txt index de3a8f1de..b80e4cf57 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -50,4 +50,7 @@ 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 + + |