Skip to content

Hostname

dsw.ca

Last fetched

dsw.ca resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.

Nutrition Label

WHISPER CANON · dsw.caRouting diversity2.4/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/dsw.ca

Resolution chain

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

IPPrefixASNOperatorCountry
135.119.248.191135.119.0.0/16AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
130.213.176.223130.213.0.0/16AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

Registrar
registrar:csc corporate domains (canada) company
Organization
dsw canada ts
Contact emails

Subdomains

9 observed subdomains of dsw.ca.

Web-graph footprint

Distinct hostnames that link to or from dsw.ca in the public web crawl.

97 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for dsw.ca.

MechanismTarget
SPF_INCLUDE_u.dsw.ca._spf.smart.ondmarc.com
SPF_INCLUDE_u.e.dsw.ca._spf.smart.ondmarc.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP74.118.97.90

Related pages

Pivot deeper into the graph from dsw.ca.

Cypher and MCP

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

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