-
I want to use a watchlist with IP CIDR ranges and search for an IP address in the watchlist. This is the code I am testing for this functionality: let NetworkWatchlist = (_GetWatchlist('NetworkAddresses')
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, is there a specific reason why you use the make_list() ? I mean, you could rewrite the query like this:
I checked the above on my Sentinel environment and it worked like a charm. HTH |
Beta Was this translation helpful? Give feedback.
Hi, is there a specific reason why you use the make_list() ?
I mean, you could rewrite the query like this:
I checked the above on my Sentinel environment and it worked like a charm.
HTH
Vassilis