Hostname
publicplan.cloud
Last fetched
publicplan.cloud resolves to 2 IPv4 addresses operated by PLUSSERVER-ASN1 in DE. WHOIS lists iana:1420 as the registrar.
Nutrition Label
Resolution chain
publicplan.cloud 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 |
|---|---|---|---|---|
| 78.138.66.68 | 78.138.64.0/19 | AS61157 | PLUSSERVER-ASN1 | DE |
| 78.138.64.129 | 78.138.64.0/19 | AS61157 | PLUSSERVER-ASN1 | DE |
WHOIS identity
- Registrar
- iana:1420
- Organization
- dr. christian knebel
- Contact emails
Subdomains
262 observed subdomains of publicplan.cloud.
Showing 23 of 262. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from publicplan.cloud in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for publicplan.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
Related pages
Pivot deeper into the graph from publicplan.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "publicplan.cloud"})-[: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.