Hostname
cloudns.link
Last fetched
cloudns.link resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
cloudns.link resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.47.114 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.147.123 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
31 observed subdomains of cloudns.link.
Showing 25 of 31. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for cloudns.link.
| Mechanism | Target |
|---|---|
| SPF_A | cloudns.link |
| SPF_INCLUDE | mxlogin.com |
| SPF_INCLUDE | zeptomail.net |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 151.242.25.243 |
| SPF_IP | 162.250.125.14 |
| SPF_IP | 177.11.54.229 |
| SPF_IP | 192.99.37.27 |
| SPF_IP | 199.167.144.62 |
| SPF_IP | 216.55.104.62 |
| SPF_IP | 216.55.104.88 |
| SPF_IP | 216.55.99.237 |
| SPF_IP | 23.95.182.242 |
| SPF_IP | 5.161.115.221 |
| SPF_IP | 67.220.73.199 |
| SPF_IP | 94.130.97.197 |
| SPF_MX | cloudns.link |
Related pages
Pivot deeper into the graph from cloudns.link.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudns.link"})-[: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.