March 2023 Update

March 2023 Cumulative update


CLOUD DASHBOAD: IP Intelligence

Introducing the all-new IP Intelligence section on the Trustfull Dashboard!

This dedicated section empowers our customers with comprehensive insights into the IP address information collected by Trustfull, along with access to the IP score calculated by our advanced algorithm.

Trustfull IP Intelligence delivers valuable data about user IP addresses, including VPN detection, connection type (commercial, government, data center, etc.), and more.

Trustfull IP Intelligence


IP API: Proxy, Blacklist, Spam List

Our product team has just rolled out additional signals for the IP API. These include:

  • is_vpn: Indicates whether an IP address is associated with a VPN.
  • vpn_name: If the IP address is linked to a VPN, this provides the name of the VPN provider.
  • is_proxy: Identifies whether an IP address originates from a proxy.
  • is_tor: Indicates if an IP address is connected to a TOR node.
  • is_relay: Shows whether an IP address is configured as a relay.
  • is_hosting: Reveals if an IP address belongs to a hosting provider.
  • black_list_count: Displays the number of providers that have flagged this IP as spam.
{
    "resolution_id": "...",
    "customer_id": "...",
    "device_request_time": "...",
    "webhook_url": "...",
    "claims": [
        "ip"
    ],
    "is_vpn": true,
    "vpn_name": true,
    "is_proxy": true,
    "is_tor": true,
    "is_relay": true,
    "is_hosting": true,    
    "black_list_count": 5,
}

Cloud Dashboard: Self-Provision Payments

Good news! You can now manage your payments directly from your Trustfull account with our self-provision payment feature. By simply navigating to Account Settings -> Billing, you can easily top up your balance.

Self-Provision Payments

While we offer preset sizes, if you require a custom payment size, feel free to get in touch with your dedicated account manager, and we'll promptly provide you with a tailored payment link.


API - Improved Performance

We're thrilled to announce an enhancement to our API performance. With the introduction of the max_enrichment_time parameter, our API can now provide responses in under 2 seconds. You have the flexibility to specify the allowable time for the enrichment process directly within the API payload.


ℹ️ Resources:

  • Dive deeper into the IP API with our comprehensive documentation available here.
  • For information regarding latency and timeouts, please refer to our guide on response times.

Stay updated with Trustfull's latest features and improvements!