BigDataCloud

Enriches user sessions with precise geolocation, network intelligence, and risk signals to automate fraud prevention and localized content delivery.

Try BigDataCloud in Ceven

Ask Ceven anything
Standard

Why use Ceven?

  1. AI native BigDataCloud integration

    • Describe the outcome and Ceven picks the right BigDataCloud calls, fills the parameters, and checks the result.
    • Structured, agent friendly tool schemas so each call runs reliably instead of by guesswork.
    • Rich coverage for reading, writing, and querying your BigDataCloud data, across all 17 of its actions.
  2. Managed auth

    • Built in OAuth with automatic token refresh and rotation.
    • One place to manage, scope, and revoke BigDataCloud access.
    • Per user and per environment credentials instead of shared keys.
  3. Agent optimized design

    • Actions are tuned from real success and error rates so reliability climbs over time.
    • Full execution logs so you always know what ran in BigDataCloud, when, and on whose behalf.
    • The agent pauses and asks when BigDataCloud is unclear instead of plowing ahead.
  4. Enterprise grade security

    • Fine grained access so you control which agents and people can reach BigDataCloud.
    • Least privilege by default, read scopes first and only the writes a workflow needs.
    • A full audit trail of every BigDataCloud action to support review and sign off.

Supported tools

Every action Ceven's agents can run on BigDataCloud, and when to use it.

Check roaming status
Use this when you need to verify if a user is roaming by comparing their IP address against GPS coordinates.
Get ASN upstream providers
Pull a paginated list of autonomous systems feeding traffic to a specified ASN.
Get ASN downstream customers
Pull a paginated list of autonomous systems receiving traffic from a specific ASN.
Fetch ASN rank list
Use this to compare autonomous systems based on their IPv4 announcement volumes.
Inspect BGP prefixes
Retrieve IPv4 or IPv6 prefixes currently announced on BGP for a given ASN.
Reverse geocode coordinates
Use this when you need both locality details and timezone data for specific coordinates in one call.
Geolocate IP address
Pull country details and demographics based on a target IP address.
Get country metadata
Fetch localized names, currencies, and regions using an ISO country code.
Verify email address
Check email syntax, domain validity, and whether the address is disposable.
Get IP hazard report
Assess the threat profile of an IP, including VPN, proxy, and blacklist status.
Analyze CIDR networks
Retrieve BGP announced networks within a specified CIDR range.
Get network details by IP
Pull registry, ASN, and BGP details for the network associated with a given IP.
Validate phone by IP
Validate a phone number by inferring the country from the client IP address.
Get timezone by IP
Pull DST status, UTC offsets, and local time for a specific IP address.
List Tor exit nodes
Use this to detect or filter anonymous exit node traffic using geolocated carrier info.
Parse user agent
Convert a raw user agent header into structured device, OS, browser, and bot details.
Am I Roaming API
Tool to determine if the user is roaming based on their ip address and gps coordinates. use after obtaining device location to verify roaming status before mobile actions.
ASN Extended Receiving From Info API
Tool to return upstream providers (receivingfrom) for a given asn. use when you need a paginated list of ases feeding traffic for the specified asn.
ASN Extended Transit To Info API
Tool to return downstream customers (transitto) for a given asn. use when you need a paginated list of ases receiving traffic from a specific asn.
ASN Rank List API
Tool to fetch a ranked list of autonomous systems by ipv4 announcement volumes. use after you need to compare or analyze as ranks.
BGP Active Prefixes API
Tool to retrieve ipv4 or ipv6 prefixes currently announced on bgp. use when inspecting bgp routing announcements for a given asn.
Reverse Geocoding With Timezone API
Tool to return reverse geocoding and time zone info for given coordinates. use when you need both locality details and timezone data in one call.
Country by IP Address API
Tool to geolocate an ip address and retrieve country details and demographics. use when you need country level data after obtaining the target ip address.
Country Info API
Tool to fetch detailed country information by iso code. use when you need localized names, currencies, regions, and other metadata for a country.
Email Address Verification API
Tool to verify email addresses for syntax, domain validity, and disposability. use after obtaining the email input.
Hazard Report API
Tool to fetch a cybersecurity hazard report for a specified ip address. use when assessing an ip's threat profile (vpn, proxy, blacklists, hosting risk).
Networks by CIDR
Tool to retrieve bgp announced networks within a specified cidr range. use when you need to analyze network announcements within a particular cidr after confirming the range format.
Network by IP Address API
Tool to retrieve registry, asn, and bgp details for a given ip address’s network. use when you need detailed network information (e.g., asns, prefixes) after confirming the target ip.
Phone Number Validation by IP
Tool to validate phone numbers by inferring country from client ip. use when you want to validate a number without specifying country.
Time Zone by IP Address API
Tool to retrieve time zone information for a given ip address. use when you need dst status, utc offsets, and local/utc time for a specific ip.

30 actions · scroll to see them all

Frequently asked questions

Ceven uses a secure API key management system to connect to BigDataCloud. When you provide your API key, it is encrypted at rest using AES 256 and is never exposed to the model or other users. The agent injects this key into the request header only at the moment of execution. You can rotate your key in the BigDataCloud dashboard at any time, and then simply update the secret in the Ceven connection settings. This ensures that your data remains private and that the agent only performs the actions you have explicitly authorized within your workflows.
Yes. You can build a workflow where Ceven calls the User Risk or Hazard Report APIs the moment a request hits your system. If the risk score exceeds a threshold you define, the agent can trigger a write action in your firewall or database to block the user or flag the session. Because Ceven operates as an orchestration layer, it can bridge the gap between the data provided by BigDataCloud and the action required in your security stack, making the entire process hands free and instantaneous.
BigDataCloud enforces strict rate limits based on your specific subscription tier. If an agent hits a rate limit, the API returns a 429 error. Ceven handles this by implementing an exponential backoff strategy, meaning it will wait and retry the request several times before finally failing. However, if you are on a free tier, you may encounter these limits more frequently during bulk operations. We recommend monitoring your usage in the BigDataCloud console and upgrading your plan if you see frequent retry delays in your workflow logs.
The accuracy of geolocation depends on the type of data being queried. IP based geolocation is generally accurate at the country and city level but cannot pinpoint a specific street address. For higher precision, you should use the Reverse Geocoding API with GPS coordinates. Ceven is designed to handle this distinction by allowing you to chain calls. For example, an agent can first try to get a general location from an IP and then request a more precise coordinate based lookup if the user has granted location permissions on their device.
Yes. The Hazard Report API specifically identifies whether an IP address is associated with a known VPN, proxy, or hosting provider. When Ceven calls this tool, it receives a structured report detailing the risk factors. You can then set up a conditional branch in your workflow. For instance, if the report indicates the user is on a VPN, the agent can automatically request additional identity verification or restrict access to sensitive financial pages to prevent fraud and maintain a higher security posture.
The User Agent Parser API takes a messy string from a browser header and turns it into clean data. Ceven uses this to categorize your traffic by device type, operating system, and browser version. Instead of storing raw strings, the agent can push these structured attributes into your CRM or data warehouse. This allows you to build reports on whether your users are primarily on mobile or desktop and which browsers are most common, all without writing any custom regex code to parse the strings yourself.
Yes, BigDataCloud supports both protocols across its network and geolocation tools. The BGP Active Prefixes API and the Network by IP Address API are specifically built to handle both IPv4 and IPv6 addresses. When you pass an IP to a Ceven agent, the agent automatically detects the format and sends it to the correct BigDataCloud endpoint. This ensures that your network analysis and security workflows remain robust as more of your global traffic shifts toward IPv6, preventing gaps in your visibility or security coverage.

Alternatives to BigDataCloud

Other tools that solve a similar problem. Ceven supports these too, so you can switch or run more than one at once.

MaxMind logoMaxMindipstack logoipstackipinfo logoipinfo

Try Ceven on your stack

Plug Ceven on top of the tools you already run. Connect BigDataCloud and the rest of your stack, describe the outcome, and its agents handle the work end to end, days of it in minutes.

Get started for free