Hostname
cloudns.net
Last fetched
cloudns.net resolves to 4 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:4336 as the registrar.
Nutrition Label
Resolution chain
cloudns.net 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 |
|---|---|---|---|---|
| 136.243.33.126 | 136.243.0.0/16 | AS24940 | HETZNER-AS | DE |
| 148.251.246.12 | 148.251.0.0/16 | AS24940 | HETZNER-AS | DE |
| 167.235.118.46 | 167.235.0.0/16 | AS24940 | HETZNER-AS | DE |
| 88.99.219.140 | 88.99.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:4336
- Organization
- boyan peychev
- Contact emails
Subdomains
1,090 observed subdomains of cloudns.net.
Showing 25 of 1,090. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cloudns.net in the public web crawl.
3,305 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for cloudns.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.orderbox.cloudns.net |
| SPF_INCLUDE | _spf.topdns.com |
| SPF_IP | 136.243.33.126 |
| SPF_IP | 148.251.246.12 |
| SPF_IP | 167.235.118.46 |
| SPF_IP | 185.206.180.0/24 |
| SPF_IP | 185.26.104.0/22 |
| SPF_IP | 2a00:1768:1001:112::/64 |
| SPF_IP | 2a00:1768:2001:46::/64 |
| SPF_IP | 2a00:1768:2001:63::/64 |
| SPF_IP | 2a01:4f8:10a:448f:0:0:0:140 |
| SPF_IP | 2a01:4f8:192:8285:0:0:0:12 |
| SPF_IP | 2a01:4f8:212:146:0:0:0:126 |
| SPF_IP | 2a01:4f8:2200:225f:0:0:0:46 |
| SPF_IP | 2a04:3740::/29 |
| SPF_IP | 2a0b:1640:1:1::/64 |
| SPF_IP | 46.166.184.96/27 |
| SPF_IP | 69.72.32.4 |
| SPF_IP | 88.99.219.140 |
Related pages
Pivot deeper into the graph from cloudns.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudns.net"})-[: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.