Country of origin is not

Matches when the request originates from a country not included in the Selected countries list.

This condition determines if a request originated from a country that is not present in a specified list.

Configuration

  • Selected countries: A list of one or more countries to exclude from matching. The condition returns true if the request originates from any country that is not in this list. At least one country must be selected.

Measurement

The condition resolves the IP address from the incoming request and performs a lookup against a geolocation database (MaxMind GeoLite2). It retrieves the ISO country code for the IP and returns true only if that code is absent from the Selected countries list. If the IP address cannot be mapped to a country, the condition returns true.


Last modified March 5, 2026