Hostname
pro.ip-api.com
Last fetched
pro.ip-api.com resolves to 5 IPv4 addresses operated by OVH in AU.
Nutrition Label
Resolution chain
pro.ip-api.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.99.133.174 | 139.99.128.0/17 | AS16276 | OVH | AU |
| 139.99.135.165 | 139.99.128.0/17 | AS16276 | OVH | AU |
| 208.95.112.2 | 208.95.112.0/24 | AS53334 | ADISTEC-MIA-TMXO - Adistec Corp | US |
| 51.195.5.58 | 51.195.0.0/16 | AS16276 | OVH | DE |
| 51.77.64.70 | 51.77.0.0/16 | AS16276 | OVH | DE |
WHOIS identity
No WHOIS records are currently associated with pro.ip-api.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from pro.ip-api.com in the public web crawl.
329 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from pro.ip-api.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pro.ip-api.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.