Skip to content

Hostname

skyswitch.ca

Last fetched

skyswitch.ca resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · skyswitch.caRouting diversity4.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/skyswitch.ca

Resolution chain

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

IPPrefixASNOperatorCountry
3.211.145.1523.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.229.176.493.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.232.150.9034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.238.48.7834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.239.54.11334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.168.232.22935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.194.25.3244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.196.240.18544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.219.241.19244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.164.185.8554.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with skyswitch.ca in WhisperGraph.

Subdomains

1 observed subdomain of skyswitch.ca.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for skyswitch.ca.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmailgun.org
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP208.76.24.0/22
SPF_IP34.82.162.0/24
SPF_IP35.227.130.0/24

Related pages

Pivot deeper into the graph from skyswitch.ca.

Cypher and MCP

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

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