This is true if the IP address belongs to
any sort of anonymous network.
Type
boolean
$isAnonymousVpn
$isAnonymousVpn : boolean
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.
Type
boolean
$isHostingProvider
$isHostingProvider : boolean
This is true if the IP address belongs
to a hosting or VPN provider (see description of isAnonymousVpn property).
Type
boolean
$isPublicProxy
$isPublicProxy : boolean
This is true if the IP address belongs to
a public proxy.
Type
boolean
$isTorExitNode
$isTorExitNode : boolean
This is true if the IP address is a Tor
exit node.
Type
boolean
$ipAddress
$ipAddress : string
The IP address that the data in the model is
for.
Type
string
$network
$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.