Skip to content

Hostname

shape.host

Last fetched

shape.host resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · shape.hostRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/shape.host

Resolution chain

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

WHOIS identity

Registrar
iana:1068
Organization
cristian ciobanu
Contact emails

Subdomains

82 observed subdomains of shape.host.

Web-graph footprint

Distinct hostnames that link to or from shape.host in the public web crawl.

92 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for shape.host.

MechanismTarget
SPF_Ashape.host
SPF_IP5.196.52.145
SPF_IP5.196.52.147
SPF_IP5.196.52.154
SPF_IP5.196.52.155
SPF_MXshape.host

Related pages

Pivot deeper into the graph from shape.host.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "shape.host"})-[: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.