Skip to content

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

WHISPER CANON · publicplan.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/publicplan.cloud

Resolution chain

publicplan.cloud resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
78.138.66.6878.138.64.0/19AS61157PLUSSERVER-ASN1DE
78.138.64.12978.138.64.0/19AS61157PLUSSERVER-ASN1DE

WHOIS identity

Registrar
iana:1420
Organization
dr. christian knebel
Contact emails

Subdomains

262 observed subdomains of publicplan.cloud.

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.

MechanismTarget
SPF_INCLUDEspf.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.