Abstract
Learn more about the Cortex Query Language is_known_private_ipv4() function.
Syntax
is_known_private_ipv4(<IPv4_address>)
Description
The is_known_private_ipv4() function accepts an IPv4 address, and returns true if the IPv4 string address belongs to any of the following known set of private network IPs:
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
The IPv4 address can be either an explicit string using quotes (""), such as "192.168.0.1", or a string field.
Note
The <IPv4_address> must contain an IPv4 address in an IPv4 field. For production purposes, this IPv4 address will normally be carried in a field that you retrieve from a dataset. For manual usage, assign the IPv4 address to a field, and then use that field with this function.