Skip to content

Hostname

host-planet.net

Last fetched

host-planet.net resolves to 1 IPv4 address operated by AS204631 in CH. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · host-planet.netRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.5/10canon.whisper.security/host/host-planet.net

Resolution chain

host-planet.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.59.147.150199.59.147.0/24AS204631CH

WHOIS identity

Registrar
iana:1647
Organization
hostplanet
Contact emails

Subdomains

1 observed subdomain of host-planet.net.

Threat posture

History

Mail and authentication

MX records

  • host-planet.net

SPF policy

3 SPF mechanisms authorising senders for host-planet.net.

MechanismTarget
SPF_Ahost-planet.net
SPF_IP216.59.7.59
SPF_MXhost-planet.net

Related pages

Pivot deeper into the graph from host-planet.net.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "host-planet.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 20

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