Is there a way to filter out multiple IP address without using multiple drop functions?
Shane Daniels
Posts: 28 mod
In other words, what’s the best way to create a whitelist when evaluating log data?
1
Best Answer
-
A lookup table with inline lookup function:
C.Lookup('filename.csv','key_field').match(lookup_value)
edit: see also
C.LookupCIDR()
andC.Net.cidrMatch()
0
Answers
-
A lookup table with inline lookup function:
C.Lookup('filename.csv','key_field').match(lookup_value)
edit: see also
C.LookupCIDR()
andC.Net.cidrMatch()
0