Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

CIDR IP Addresses in AQL Queries

You can insert CIDR IP addresses in your AQL statements to query by IP address range, source IP, destination IP, or you can exclude specific CIDR IP addresses.

Examples Of CIDR IP Addresses in AQL Queries

Query by source CIDR IP address, or by destination CIDR IP address.

Query for flows that have a source or destination CIDR IP address of 10.100.100.0/24

Query for events where 192.168.222.0/24 is not the source CIDR IP address.

Query for flows where 192.168.222.0/24 is not the destination CIDR IP address.