Developer documentation

Test IP reference

Test mode accepts an omitted IP or one of the addresses listed here. A supplied address that is not listed returns UNSUPPORTED_TEST_IP. These documentation-range addresses are Test-only and are rejected in Live mode.

Built-in scenarios

Use immutable built-in fixtures for exact numeric boundaries, anonymizer states, network and geographic values, preset triggers, unavailable intelligence, sparse data, and IPv4 or IPv6 behavior. Every fixture below shows its complete normalized intelligence, derived facts, expected preset result, and triggering rule.

Configurable scenarios

Use one of your organization’s 64 configurable slots to mix any type-valid intelligence and IP-local activity facts. Configure or reset a slot in the dashboard while in Test mode. Fixtures never cross organization boundaries.

142 of 142 built-in fixtures shown. Built-in fixtures are immutable.

192.0.2.10 · Full neutral IPv4

Full neutral IPv4

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.11 · Sparse intelligence

Sparse intelligence

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": null,
      "names": {},
      "confidence": null
    },
    "postal": {
      "code": null,
      "confidence": null
    },
    "location": {
      "latitude": null,
      "longitude": null,
      "accuracy_radius_km": null,
      "time_zone": null
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": null,
    "isp": null,
    "organization": null,
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.12 · Unavailable intelligence

Unavailable intelligence

IPv4 · Intelligence status: unavailable · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

null

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "unavailable",
    "value": null
  },
  "ip.risk.static_score": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.detected": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.vpn": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.hosting_provider": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.public_proxy": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_proxy": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.asn": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.anycast": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.user_count": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.user_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.mobile_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_in_eu": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.registered_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.registered_country_in_eu": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.represented_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.intelligence.age_hours": {
    "status": "unavailable",
    "value": null
  }
}
192.0.2.13 · All optional intelligence unknown

All optional intelligence unknown

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": null,
      "names": {},
      "code": null
    },
    "country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "confidence": null,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [],
    "city": {
      "geoname_id": null,
      "names": {},
      "confidence": null
    },
    "postal": {
      "code": null,
      "confidence": null
    },
    "location": {
      "latitude": null,
      "longitude": null,
      "accuracy_radius_km": null,
      "time_zone": null
    }
  },
  "network": {
    "cidr": null,
    "asn": null,
    "autonomous_system_organization": null,
    "connection_type": null,
    "unrecognized_connection_type": null,
    "domain": null,
    "isp": null,
    "organization": null,
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": null,
    "user_type": null,
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": null,
    "static_ip_score": null
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "unknown",
    "value": null
  },
  "ip.risk.static_score": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "unknown",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "unknown",
    "value": null
  },
  "ip.network.user_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.20 · Risk snapshot 69.99

Risk snapshot 69.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 69.99,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 69.99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.21 · Risk snapshot 70

Risk snapshot 70

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 70,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 70
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.22 · Risk snapshot 89.99

Risk snapshot 89.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 89.99,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 89.99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.23 · Risk snapshot 90

Risk snapshot 90

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 90,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 90
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.24 · Risk snapshot 94.99

Risk snapshot 94.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 94.99,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 94.99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.25 · Risk snapshot 95

Risk snapshot 95

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.26 · Risk snapshot 99

Risk snapshot 99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 99,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.27 · Risk snapshot unknown

Risk snapshot unknown

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": null,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "unknown",
    "value": null
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.30 · Static IP score 0

Static IP score 0

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 0
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 0
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.31 · Static IP score 0.99

Static IP score 0.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 0.99
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 0.99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.32 · Static IP score 1

Static IP score 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 1
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 1
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.33 · Static IP score 29.99

Static IP score 29.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 29.99
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 29.99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.34 · Static IP score 30

Static IP score 30

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 30
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 30
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.35 · Static IP score 49.99

Static IP score 49.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 49.99
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 49.99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.36 · Static IP score 50

Static IP score 50

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.37 · Static IP score 99

Static IP score 99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 99
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.38 · Static IP score 99.99

Static IP score 99.99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 99.99
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 99.99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.39 · Static IP score unknown

Static IP score unknown

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": null
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.40 · Anonymous network

Anonymous network

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.41 · Anonymous VPN

Anonymous VPN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.42 · Hosting provider

Hosting provider

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "HOSTING_PROVIDER"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": true,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.43 · Public proxy

Public proxy

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "PUBLIC_PROXY"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "PUBLIC_PROXY"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": true,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.44 · Residential proxy confidence 1

Residential proxy confidence 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 1,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 1
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.45 · Residential proxy confidence 49

Residential proxy confidence 49

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 49,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 49
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.46 · Residential proxy confidence 50

Residential proxy confidence 50

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 50,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.47 · Residential proxy confidence 79

Residential proxy confidence 79

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 79,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 79
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.48 · Residential proxy confidence 80

Residential proxy confidence 80

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_80"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 80,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 80
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.49 · Residential proxy confidence 99

Residential proxy confidence 99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_80"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 99,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.50 · Tor exit node

Tor exit node

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.51 · VPN and hosting provider

VPN and hosting provider

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": true,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.52 · VPN and residential proxy

VPN and residential proxy

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_80"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 90,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.53 · Public proxy and Tor

Public proxy and Tor

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": true,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.54 · Every anonymizer signal

Every anonymizer signal

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": true,
    "is_public_proxy": true,
    "is_residential_proxy": true,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 99,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.55 · Anonymizer confidence 1

Anonymizer confidence 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 1,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 1
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.56 · Anonymizer confidence 49

Anonymizer confidence 49

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 49,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 49
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.57 · Anonymizer confidence 50

Anonymizer confidence 50

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 50,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.58 · Anonymizer confidence 79

Anonymizer confidence 79

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 79,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 79
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.59 · Anonymizer confidence 80

Anonymizer confidence 80

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 80,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 80
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.60 · Anonymizer confidence 99

Anonymizer confidence 99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.61 · Anonymizer seen recently

Anonymizer seen recently

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": "2026-09-21",
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "known",
    "value": 5.487034050925926
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.62 · Anonymizer seen earlier

Anonymizer seen earlier

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": "2026-09-14",
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "known",
    "value": 12.487034050925926
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.63 · Anonymous traffic with five hourly attempts

Anonymous traffic with five hourly attempts

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "ANONYMOUS_VELOCITY"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  },
  "ip.attempts_1h": {
    "status": "known",
    "value": 5
  }
}

IP-local activity overrides

{
  "ip.attempts_1h": 5
}
192.0.2.70 · Intelligence age 0 hours

Intelligence age 0 hours

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
192.0.2.71 · Intelligence age 23.99 hours

Intelligence age 23.99 hours

IPv4 · Intelligence status: available · Observation age: 23.99 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 23.99
  }
}
192.0.2.72 · Intelligence age 24 hours

Intelligence age 24 hours

IPv4 · Intelligence status: available · Observation age: 24 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 24
  }
}
192.0.2.73 · Intelligence age 48 hours

Intelligence age 48 hours

IPv4 · Intelligence status: available · Observation age: 48 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 48
  }
}
192.0.2.74 · Intelligence age 2159.99 hours

Intelligence age 2159.99 hours

IPv4 · Intelligence status: available · Observation age: 2159.99 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 2159.99
  }
}
192.0.2.75 · Intelligence age 2160 hours

Intelligence age 2160 hours

IPv4 · Intelligence status: available · Observation age: 2160 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 2160
  }
}
198.51.100.10 · cable dsl connection

cable dsl connection

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.11 · cellular connection

cellular connection

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cellular",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cellular"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.12 · corporate connection

corporate connection

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "corporate",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "corporate"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.13 · dialup connection

dialup connection

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "dialup",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "dialup"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.14 · satellite connection

satellite connection

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "satellite",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "satellite"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.15 · Unknown connection type

Unknown connection type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": null,
    "unrecognized_connection_type": "future_connection",
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.20 · Not anycast

Not anycast

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.21 · Anycast network

Anycast network

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": true,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": true
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.30 · User count 1

User count 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.31 · User count 2

User count 2

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 2,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 2
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.32 · User count 5

User count 5

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 5,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 5
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.33 · User count 10

User count 10

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 10,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 10
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.34 · User count 100

User count 100

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 100,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 100
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.35 · User count 1000

User count 1000

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1000,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1000
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.36 · User count 10000

User count 10000

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 10000,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 10000
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.37 · User count 100000

User count 100000

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 100000,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 100000
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.38 · User count unknown

User count unknown

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": null,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "unknown",
    "value": null
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.40 · business user type

business user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "business",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "business"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.41 · cafe user type

cafe user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "cafe",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "cafe"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.42 · cellular user type

cellular user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "cellular",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "cellular"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.43 · college user type

college user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "college",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "college"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.44 · consumer privacy network user type

consumer privacy network user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "consumer_privacy_network",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "consumer_privacy_network"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.45 · content delivery network user type

content delivery network user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "content_delivery_network",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "content_delivery_network"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.46 · government user type

government user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "government",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "government"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.47 · hosting user type

hosting user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "hosting",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "hosting"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.48 · library user type

library user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "library",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "library"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.49 · military user type

military user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "military",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "military"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.50 · residential user type

residential user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.51 · router user type

router user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "router",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "router"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.52 · school user type

school user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "school",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "school"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.53 · search engine spider user type

search engine spider user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "search_engine_spider",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "search_engine_spider"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.54 · traveler user type

traveler user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "traveler",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "traveler"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.55 · Unknown user type

Unknown user type

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": null,
    "unrecognized_user_type": "future_user_type"
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.60 · Mobile network codes

Mobile network codes

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cellular",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": "310",
    "mobile_network_code": "260",
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cellular"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "known",
    "value": "310"
  },
  "ip.network.mobile_network_code": {
    "status": "known",
    "value": "260"
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.61 · Network fields unavailable

Network fields unavailable

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": null,
    "asn": null,
    "autonomous_system_organization": null,
    "connection_type": null,
    "unrecognized_connection_type": null,
    "domain": null,
    "isp": null,
    "organization": null,
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": null,
    "user_type": null,
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "unknown",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "unknown",
    "value": null
  },
  "ip.network.user_type": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.62 · ASN 1

ASN 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 1,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 1
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.63 · ASN 13335

ASN 13335

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 13335,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 13335
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.64 · ASN 15169

ASN 15169

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 15169,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 15169
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.65 · Maximum ASN

Maximum ASN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 4294967295,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 4294967295
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.66 · Unknown ASN

Unknown ASN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": null,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "unknown",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.70 · Mobile shared dynamic network

Mobile shared dynamic network

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cellular",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 100000,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 0.5
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 0.5
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cellular"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 100000
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.71 · Corporate static network

Corporate static network

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "corporate",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 10,
    "user_type": "business",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 95
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 95
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "corporate"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 10
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "business"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
198.51.100.72 · Anycast hosting network

Anycast hosting network

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "HOSTING_PROVIDER"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": true,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "hosting",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": true,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": true
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "hosting"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.10 · Non-EU country

Non-EU country

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.11 · EU country

EU country

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "DE",
      "confidence": 99,
      "is_in_european_union": true
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "DE"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": true
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.12 · Registered country differs

Registered country differs

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "NL",
      "confidence": 99,
      "is_in_european_union": true
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "NL"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": true
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.13 · Represented military country

Represented military country

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": "US",
      "is_in_european_union": false,
      "type": "military"
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.represented_country_type": {
    "status": "known",
    "value": "military"
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.14 · Single subdivision

Single subdivision

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.15 · Multiple subdivisions

Multiple subdivisions

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      },
      {
        "geoname_id": 5391997,
        "names": {
          "en": "San Francisco"
        },
        "iso_code": "SF",
        "confidence": 80
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.16 · Unknown country

Unknown country

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "confidence": null,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.17 · Complete city and postal data

Complete city and postal data

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.18 · Coordinates and accuracy radius

Coordinates and accuracy radius

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.19 · Localized geographic names

Localized geographic names

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "Germany",
        "de": "Deutschland",
        "fr": "Allemagne"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.20 · Geographic confidence 0

Geographic confidence 0

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 0,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 0
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 0
    },
    "postal": {
      "code": "94105",
      "confidence": 0
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 0
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 0
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.21 · Geographic confidence 1

Geographic confidence 1

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 1,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 1
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 1
    },
    "postal": {
      "code": "94105",
      "confidence": 1
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 1
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 1
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.22 · Geographic confidence 49

Geographic confidence 49

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 49,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 49
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 49
    },
    "postal": {
      "code": "94105",
      "confidence": 49
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 49
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 49
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.23 · Geographic confidence 50

Geographic confidence 50

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 50,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 50
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 50
    },
    "postal": {
      "code": "94105",
      "confidence": 50
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 50
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 50
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.24 · Geographic confidence 79

Geographic confidence 79

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 79,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 79
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 79
    },
    "postal": {
      "code": "94105",
      "confidence": 79
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 79
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 79
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.25 · Geographic confidence 80

Geographic confidence 80

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 80,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 80
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 80
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 80
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 80
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.26 · Geographic confidence 99

Geographic confidence 99

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 99
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 99
    },
    "postal": {
      "code": "94105",
      "confidence": 99
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.27 · Geographic confidence 100

Geographic confidence 100

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 100,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 100
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 100
    },
    "postal": {
      "code": "94105",
      "confidence": 100
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 100
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 100
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.30 · Unknown geographic confidence

Unknown geographic confidence

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": null,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": null
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": null
    },
    "postal": {
      "code": "94105",
      "confidence": null
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.40 · High risk without anonymizer signals

High risk without anonymizer signals

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.41 · Low risk VPN

Low risk VPN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.42 · High risk VPN

High risk VPN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.43 · High risk Tor hosting

High risk Tor hosting

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": true,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.44 · EU VPN

EU VPN

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "DE",
      "confidence": 99,
      "is_in_european_union": true
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "DE"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": true
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.45 · Non-EU Tor exit

Non-EU Tor exit

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.46 · All strong adverse signals

All strong adverse signals

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 99,
    "static_ip_score": 99.99
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": true,
    "is_public_proxy": true,
    "is_residential_proxy": true,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 99,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 99.99
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.47 · All clean signals

All clean signals

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 0.01,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 0.01
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.48 · Contradictory valid signals

Contradictory valid signals

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 99,
    "static_ip_score": 0
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 99
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 0
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.50 · Strict risk threshold

Strict risk threshold

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 70,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 70
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.51 · Balanced risk threshold

Balanced risk threshold

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 90,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 90
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.52 · Lenient risk threshold

Lenient risk threshold

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.53 · Balanced residential proxy threshold

Balanced residential proxy threshold

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_80"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 80,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 80
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.54 · Strict residential proxy threshold

Strict residential proxy threshold

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "RESIDENTIAL_PROXY_50"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": true,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": 50,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.55 · Strict VPN trigger

Strict VPN trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.56 · Strict hosting trigger

Strict hosting trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "HOSTING_PROVIDER"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": true,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.57 · Balanced anonymous velocity trigger

Balanced anonymous velocity trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "ANONYMOUS_VELOCITY"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  },
  "ip.attempts_1h": {
    "status": "known",
    "value": 5
  }
}

IP-local activity overrides

{
  "ip.attempts_1h": 5
}
203.0.113.58 · No IP preset trigger

No IP preset trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.59 · Balanced public proxy trigger

Balanced public proxy trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "PUBLIC_PROXY"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "PUBLIC_PROXY"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": true,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
203.0.113.60 · Balanced Tor trigger

Balanced Tor trigger

IPv4 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::10 · Neutral IPv6

Neutral IPv6

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::11 · IPv6 risk 95

IPv6 risk 95

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "deny",
    "triggering_rule": "IP_RISK_95"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "IP_RISK_90"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "IP_RISK_70"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 95,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 95
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::12 · IPv6 VPN

IPv6 VPN

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "VPN"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": true,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::13 · IPv6 Tor

IPv6 Tor

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  },
  "strict": {
    "result": "deny",
    "triggering_rule": "TOR_EXIT_NODE"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": 99,
    "is_anonymous": true,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": true,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": true
  },
  "ip.anonymizer.confidence": {
    "status": "known",
    "value": 99
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::14 · IPv6 cellular

IPv6 cellular

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cellular",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cellular"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::15 · IPv6 EU

IPv6 EU

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "DE",
      "confidence": 99,
      "is_in_european_union": true
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "known",
    "value": 10
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "known",
    "value": 64500
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "DE"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": true
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}
2001:db8:1::16 · Unavailable IPv6

Unavailable IPv6

IPv6 · Intelligence status: unavailable · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

null

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "unavailable",
    "value": null
  },
  "ip.risk.static_score": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.detected": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.vpn": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.hosting_provider": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.public_proxy": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_proxy": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unavailable",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.asn": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.anycast": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.user_count": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.user_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.mobile_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.country_in_eu": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.registered_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.registered_country_in_eu": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.represented_country_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "unavailable",
    "value": null
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "unavailable",
    "value": null
  },
  "ip.intelligence.age_hours": {
    "status": "unavailable",
    "value": null
  }
}
2001:db8:1::17 · Sparse IPv6

Sparse IPv6

IPv6 · Intelligence status: available · Observation age: 0 hours

Expected preset results

{
  "lenient": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "balanced": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  },
  "strict": {
    "result": "allow",
    "triggering_rule": "DEFAULT_ALLOW"
  }
}

Normalized intelligence

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      },
      "code": "NA"
    },
    "country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "iso_code": "US",
      "is_in_european_union": false
    },
    "represented_country": {
      "geoname_id": null,
      "names": {},
      "iso_code": null,
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "iso_code": "CA",
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": null,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": null,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Derived policy facts

{
  "ip.risk.snapshot": {
    "status": "unknown",
    "value": null
  },
  "ip.risk.static_score": {
    "status": "known",
    "value": 50
  },
  "ip.anonymizer.detected": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.vpn": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.hosting_provider": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.public_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.residential_proxy": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.tor_exit_node": {
    "status": "known",
    "value": false
  },
  "ip.anonymizer.confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_confidence": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.anonymizer.residential_last_seen_days": {
    "status": "unknown",
    "value": null
  },
  "ip.network.asn": {
    "status": "unknown",
    "value": null
  },
  "ip.network.connection_type": {
    "status": "known",
    "value": "cable_dsl"
  },
  "ip.network.anycast": {
    "status": "known",
    "value": false
  },
  "ip.network.user_count": {
    "status": "known",
    "value": 1
  },
  "ip.network.user_type": {
    "status": "known",
    "value": "residential"
  },
  "ip.network.mobile_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.network.mobile_network_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.continent_code": {
    "status": "known",
    "value": "NA"
  },
  "ip.geo.country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.country_confidence": {
    "status": "known",
    "value": 99
  },
  "ip.geo.country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.registered_country_code": {
    "status": "known",
    "value": "US"
  },
  "ip.geo.registered_country_in_eu": {
    "status": "known",
    "value": false
  },
  "ip.geo.represented_country_code": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.represented_country_type": {
    "status": "unknown",
    "value": null
  },
  "ip.geo.primary_subdivision_code": {
    "status": "known",
    "value": "CA"
  },
  "ip.geo.primary_subdivision_confidence": {
    "status": "known",
    "value": 90
  },
  "ip.intelligence.age_hours": {
    "status": "known",
    "value": 0
  }
}

Configurable Test IP slots

Each organization receives these 64 Test-only slots. Every slot starts with the neutral payload shown below. In the dashboard Test IP editor, you can set every normalized field, null or unavailable state, exact supported scores and confidence values, observation age, and IP-local attempt or prior-outcome facts. Contradictory but type-valid combinations are accepted so you can test rule order and compound policies. Reset restores this neutral default.

IPv4 slots

[
  "198.51.100.128",
  "198.51.100.129",
  "198.51.100.130",
  "198.51.100.131",
  "198.51.100.132",
  "198.51.100.133",
  "198.51.100.134",
  "198.51.100.135",
  "198.51.100.136",
  "198.51.100.137",
  "198.51.100.138",
  "198.51.100.139",
  "198.51.100.140",
  "198.51.100.141",
  "198.51.100.142",
  "198.51.100.143",
  "198.51.100.144",
  "198.51.100.145",
  "198.51.100.146",
  "198.51.100.147",
  "198.51.100.148",
  "198.51.100.149",
  "198.51.100.150",
  "198.51.100.151",
  "198.51.100.152",
  "198.51.100.153",
  "198.51.100.154",
  "198.51.100.155",
  "198.51.100.156",
  "198.51.100.157",
  "198.51.100.158",
  "198.51.100.159"
]

IPv6 slots

[
  "2001:db8:ffff::1",
  "2001:db8:ffff::2",
  "2001:db8:ffff::3",
  "2001:db8:ffff::4",
  "2001:db8:ffff::5",
  "2001:db8:ffff::6",
  "2001:db8:ffff::7",
  "2001:db8:ffff::8",
  "2001:db8:ffff::9",
  "2001:db8:ffff::a",
  "2001:db8:ffff::b",
  "2001:db8:ffff::c",
  "2001:db8:ffff::d",
  "2001:db8:ffff::e",
  "2001:db8:ffff::f",
  "2001:db8:ffff::10",
  "2001:db8:ffff::11",
  "2001:db8:ffff::12",
  "2001:db8:ffff::13",
  "2001:db8:ffff::14",
  "2001:db8:ffff::15",
  "2001:db8:ffff::16",
  "2001:db8:ffff::17",
  "2001:db8:ffff::18",
  "2001:db8:ffff::19",
  "2001:db8:ffff::1a",
  "2001:db8:ffff::1b",
  "2001:db8:ffff::1c",
  "2001:db8:ffff::1d",
  "2001:db8:ffff::1e",
  "2001:db8:ffff::1f",
  "2001:db8:ffff::20"
]

Neutral IPv4 default

{
  "schema_version": 1,
  "ip_version": 4,
  "geography": {
    "continent": {
      "code": "NA",
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      }
    },
    "country": {
      "iso_code": "US",
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "iso_code": "US",
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "is_in_european_union": false
    },
    "represented_country": {
      "iso_code": null,
      "geoname_id": null,
      "names": {},
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "iso_code": "CA",
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "192.0.2.0/24",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Neutral IPv6 default

{
  "schema_version": 1,
  "ip_version": 6,
  "geography": {
    "continent": {
      "code": "NA",
      "geoname_id": 6255149,
      "names": {
        "en": "North America"
      }
    },
    "country": {
      "iso_code": "US",
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "confidence": 99,
      "is_in_european_union": false
    },
    "registered_country": {
      "iso_code": "US",
      "geoname_id": 6252001,
      "names": {
        "en": "United States"
      },
      "is_in_european_union": false
    },
    "represented_country": {
      "iso_code": null,
      "geoname_id": null,
      "names": {},
      "is_in_european_union": false,
      "type": null
    },
    "subdivisions": [
      {
        "iso_code": "CA",
        "geoname_id": 5332921,
        "names": {
          "en": "California"
        },
        "confidence": 90
      }
    ],
    "city": {
      "geoname_id": 5391959,
      "names": {
        "en": "San Francisco"
      },
      "confidence": 80
    },
    "postal": {
      "code": "94105",
      "confidence": 70
    },
    "location": {
      "latitude": 37.7898,
      "longitude": -122.3942,
      "accuracy_radius_km": 20,
      "time_zone": "America/Los_Angeles"
    }
  },
  "network": {
    "cidr": "2001:db8::/32",
    "asn": 64500,
    "autonomous_system_organization": "Example Network",
    "connection_type": "cable_dsl",
    "unrecognized_connection_type": null,
    "domain": "example.test",
    "isp": "Example ISP",
    "organization": "Example Organization",
    "is_anycast": false,
    "mobile_country_code": null,
    "mobile_network_code": null,
    "user_count": 1,
    "user_type": "residential",
    "unrecognized_user_type": null
  },
  "risk": {
    "ip_risk_snapshot": 10,
    "static_ip_score": 50
  },
  "anonymizer": {
    "confidence": null,
    "is_anonymous": false,
    "is_anonymous_vpn": false,
    "is_hosting_provider": false,
    "is_public_proxy": false,
    "is_residential_proxy": false,
    "is_tor_exit_node": false,
    "network_last_seen": null,
    "provider_name": null,
    "residential": {
      "confidence": null,
      "network_last_seen": null,
      "provider_name": null
    }
  }
}

Editable schema and ranges

{
  "status": [
    "available",
    "unavailable"
  ],
  "payload": "The complete normalized structure shown above. Every nullable field accepts null; unavailable requires a null payload.",
  "age_hours": {
    "min": 0,
    "max": 2160,
    "decimals": true
  },
  "risk": {
    "ip_risk_snapshot": {
      "min": 0.01,
      "max": 99,
      "nullable": true
    },
    "static_ip_score": {
      "min": 0,
      "max": 99.99,
      "nullable": true
    }
  },
  "confidence": {
    "geography": {
      "min": 0,
      "max": 100,
      "integer": true,
      "nullable": true
    },
    "anonymizer": {
      "min": 1,
      "max": 99,
      "integer": true,
      "nullable": true
    }
  },
  "location": {
    "latitude": {
      "min": -90,
      "max": 90,
      "nullable": true
    },
    "longitude": {
      "min": -180,
      "max": 180,
      "nullable": true
    },
    "accuracy_radius_km": {
      "min": 0,
      "nullable": true
    }
  },
  "network": {
    "asn": {
      "min": 1,
      "max": 4294967295,
      "integer": true,
      "nullable": true
    },
    "user_count": {
      "min": 0,
      "integer": true,
      "nullable": true
    },
    "connection_type": [
      "cable_dsl",
      "cellular",
      "corporate",
      "dialup",
      "satellite",
      null
    ],
    "user_type": [
      "business",
      "cafe",
      "cellular",
      "college",
      "consumer_privacy_network",
      "content_delivery_network",
      "government",
      "hosting",
      "library",
      "military",
      "residential",
      "router",
      "school",
      "search_engine_spider",
      "traveler",
      null
    ],
    "mobile_country_code": "Three digits or null",
    "mobile_network_code": "Two or three digits or null"
  },
  "anonymizer_flags": [
    "is_anonymous",
    "is_anonymous_vpn",
    "is_hosting_provider",
    "is_public_proxy",
    "is_residential_proxy",
    "is_tor_exit_node"
  ],
  "activity_facts": {
    "ip.attempts_1m": "Non-negative integer",
    "ip.attempts_1h": "Non-negative integer",
    "ip.attempts_24h": "Non-negative integer",
    "ip.prior_outcomes": "Non-negative integer"
  }
}

Compound scenario example

{
  "status": "available",
  "age_hours": 12,
  "payload_changes": {
    "risk": {
      "ip_risk_snapshot": 89.99,
      "static_ip_score": 99.99
    },
    "anonymizer": {
      "is_anonymous": true,
      "is_anonymous_vpn": true,
      "is_hosting_provider": true,
      "is_tor_exit_node": false,
      "residential": {
        "confidence": 79
      }
    }
  },
  "fact_overrides": {
    "ip.attempts_1h": 5,
    "ip.prior_outcomes": 2
  }
}