IP Intelligence
IP Intelligence provides you with additional information about any IP address you see in ngrok. It includes Autonomous System information, Geolocation data, as well as information fetched from 3rd parties that list IP address for blocklists or allowlists.
See the full list of IP Categories available here.
These variables can be used in Traffic Policy expressions, or they can be used to enrich your traffic via dynamic injection into headers or responses.
Client IP Intelligence
The following variables are available under the conn.client_ip
namespace:
Name | Type | Description |
---|---|---|
conn.client_ip.categories | list | The list of categories that classify the conn.client_ip . Check out our full list of categories. |
conn.client_ip.categories
The list of categories that classify the conn.client_ip
. Check out our full list of categories.
- YAML
- JSON
Loading…
Loading…
Show agent config example
Client IP Autonomous System
The following variables are available under the conn.client_ip
namespace:
Name | Type | Description |
---|---|---|
conn.client_ip.as.number | integer | The Autonomous System Number of the conn.client_ip . |
conn.client_ip.as.organization | string | The Autonomous System Organization name of the conn.client_ip . |
conn.client_ip.as.number
The Autonomous System Number of the conn.client_ip
.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.as.organization
The Autonomous System Organization name of the conn.client_ip
.
- YAML
- JSON
Loading…
Loading…
Show agent config example
Client IP Geo Location
This is the location where the IP address is located, which may be different from where the IP address is registered. For more details, see the MaxMind documentation.
Name | Type | Description |
---|---|---|
conn.client_ip.geo.location.city | string | The name of the city, in EN, where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.continent | string | The name of the continent, in EN, where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.country | string | The name of the country, in EN, where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.country_code | string | The two-letter ISO country code where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.is_eu | boolean | Determines if the conn.client_ip is located in the EU. Helpful for GDPR compliance. |
conn.client_ip.geo.location.latitude | string | The approximate latitude where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.longitude | string | The approximate longitude where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.metro_code | string | The metro code where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.postal_code | string | The postal code where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.radius | string | The radius in kilometers around the latitude and longitude where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.subdivision | string | The name of the subdivision, in EN, where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.timezone | string | The name of the timezone where the conn.client_ip is likely to originate. |
conn.client_ip.geo.location.city
The name of the city, in EN, where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.continent
The name of the continent, in EN, where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.country
The name of the country, in EN, where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.country_code
The two-letter ISO country code where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.is_eu
Determines if the conn.client_ip
is in the EU. Helpful for GDPR compliance.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.latitude
The approximate latitude where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.longitude
The approximate longitude where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.metro_code
The metro code where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.postal_code
The postal code where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.radius
The radius in kilometers around the latitude and longitude where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.subdivision
The name of the subdivision, in EN, where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example
conn.client_ip.geo.location.timezone
The name of the timezone where the conn.client_ip
is likely to originate.
- YAML
- JSON
Loading…
Loading…
Show agent config example