Hostname
api.partner.impossiblecloud.com
Last fetched
api.partner.impossiblecloud.com resolves to 4 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in DE.
Nutrition Label
Resolution chain
api.partner.impossiblecloud.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.117.188.225 | 130.117.0.0/16 | AS174 | COGENT-174 - Cogent Communications, LLC | DE |
| 184.104.202.128 | 184.104.200.0/21 | AS6939 | HURRICANE - Hurricane Electric LLC | DE |
| 89.35.53.38 | 89.35.53.0/24 | AS207551 | ROMAV-COMUNICATII | NL |
| 94.103.168.1 | 94.103.168.0/24 | AS214919 | KREDIT-AS | DE |
WHOIS identity
No WHOIS records are currently associated with api.partner.impossiblecloud.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.partner.impossiblecloud.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from api.partner.impossiblecloud.com.
- IP · 130.117.188.225
- ASN · AS174COGENT-174 - Cogent Communications, LLC
- Country · DE
- Apex domain · impossiblecloud.com
- Parent domain · partner.impossiblecloud.com
- TLD · .com
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.partner.impossiblecloud.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.