Skip to content

Hostname

xsdev.ca

Last fetched

xsdev.ca resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · xsdev.caRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/xsdev.ca

Resolution chain

xsdev.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
15.156.173.15415.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
15.156.23.3315.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
15.222.55.5915.222.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
35.183.75.7635.182.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
Organization
xerox canada
Contact emails

Subdomains

35 observed subdomains of xsdev.ca.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from xsdev.ca.

Cypher and MCP

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

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