Check IP in business services
POST/v1/edl/common-business-services/ip:check
Check if an IP address belongs to any known business service (cloud provider, CDN, SaaS).
This endpoint searches across all indexed business services including:
- Cloud providers (AWS, Azure, GCP, etc.)
- CDN providers (CloudFront, Cloudflare, Akamai, etc.)
- SaaS providers (Microsoft 365, Google Workspace, etc.)
- Security services
- Other business services
The endpoint supports both single IP addresses and CIDR blocks:
- Single IP: Returns all services containing that specific IP
- CIDR block: Returns all services with networks overlapping the CIDR
Response includes only leaf nodes (the specific services containing the IP).
Note that any parent node in the hierarchy implicitly includes all its children/descendants.
Use the /browse
endpoint to explore the full hierarchy if needed.
Use cases:
- Identify the owner of an IP address
- Verify if an IP belongs to a trusted service
- Security analysis and firewall configuration
- Allowlist/EDL management
Results are paginated with 100 items per page.
Required Permission: read
or read_write
Required Plan: Active EDL Management plan
Request
Responses
- 200
- 400
- 401
- 403
OK
Bad Request
Unauthorized
Forbidden