Skip to content

Hostname

headspace.mx

Last fetched

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

Nutrition Label

WHISPER CANON · headspace.mxRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/headspace.mx

Resolution chain

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

IPPrefixASNOperatorCountry
3.170.115.1043.170.115.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.115.113.170.115.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.115.643.170.115.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.115.783.170.115.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.42.1163.170.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.42.283.170.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.42.73.170.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.42.943.170.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.22.223.171.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.22.283.171.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.22.793.171.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.22.963.171.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

4 observed subdomains of headspace.mx.

Threat posture

History

Related pages

Pivot deeper into the graph from headspace.mx.

Cypher and MCP

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

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