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
Resolution chain
dsw.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.119.248.191 | 135.119.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 130.213.176.223 | 130.213.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dsw.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.dsw.ca._spf.smart.ondmarc.com |
| SPF_INCLUDE | _u.e.dsw.ca._spf.smart.ondmarc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 74.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.