$isAnonymous
$isAnonymous : bool
This is true if the IP address belongs to any sort of anonymous network.
This class provides the GeoIP2 Anonymous IP model.
$isAnonymous : bool
This is true if the IP address belongs to any sort of anonymous network.
$isAnonymousVpn : bool
This is true if the IP address is registered to an anonymous VPN provider. If a VPN provider does not register subnets under names associated with them, we will likely only flag their IP ranges using the isHostingProvider property.
$isHostingProvider : bool
This is true if the IP address belongs to a hosting or VPN provider (see description of isAnonymousVpn property).
$isPublicProxy : bool
This is true if the IP address belongs to a public proxy.
$isResidentialProxy : bool
This is true if the IP address is on a suspected anonymizing network and belongs to a residential ISP.
$isTorExitNode : bool
This is true if the IP address is a Tor exit node.
$ipAddress : string
The IP address that the data in the model is for.
$network : string
The network in CIDR notation associated with the record. In particular, this is the largest network where all of the fields besides $ipAddress have the same value.