Skip to content

Hostname

headspace.ch

Last fetched

headspace.ch resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · headspace.chRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/headspace.ch

Resolution chain

headspace.ch resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.194.100143.204.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
143.204.194.128143.204.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
143.204.194.53143.204.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
143.204.194.54143.204.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
18.244.87.2718.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.718.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.8118.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.9918.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
3.174.46.313.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.573.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.903.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.174.46.963.174.46.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with headspace.ch in WhisperGraph.

Subdomains

1 observed subdomain of headspace.ch.

Threat posture

History

Related pages

Pivot deeper into the graph from headspace.ch.

Cypher and MCP

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

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