Hostname
karancloud.com
Last fetched
karancloud.com resolves to 4 IPv4 addresses operated by AS213373 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
karancloud.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 |
|---|---|---|---|---|
| 45.141.59.16 | 45.141.59.0/24 | AS213373 | — | NL |
| 172.236.104.43 | 172.236.96.0/19 | AS63949 | — | US |
| 172.236.104.157 | 172.236.96.0/19 | AS63949 | — | US |
| 172.238.172.122 | 172.238.160.0/19 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:1647
- Organization
- whois privacy protection foundation
- Contact emails
Subdomains
2 observed subdomains of karancloud.com.
Threat posture
History
Mail and authentication
MX records
- karancloud.com
SPF policy
3 SPF mechanisms authorising senders for karancloud.com.
| Mechanism | Target |
|---|---|
| SPF_A | karancloud.com |
| SPF_IP | 45.141.59.16 |
| SPF_MX | karancloud.com |
Related pages
Pivot deeper into the graph from karancloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "karancloud.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.