Hostname
planet49.com
Last fetched
planet49.com resolves to 3 IPv4 addresses operated by AS8426 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
planet49.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.3.184.180 | 185.3.184.0/22 | AS8426 | — | DE |
| 62.24.27.110 | 62.24.0.0/19 | AS8426 | — | DE |
| 62.80.8.160 | 62.80.0.0/18 | AS8426 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- jurgen bottcher
- Contact emails
Subdomains
272 observed subdomains of planet49.com.
Showing 25 of 272. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from planet49.com in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for planet49.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | spf.planet49.com |
Related pages
Pivot deeper into the graph from planet49.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planet49.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.