Hostname
digitalshift.ca
Last fetched
digitalshift.ca resolves to 1 IPv4 address operated by AS63949 in US. WHOIS lists registrar:namesilo technologies corp. as the registrar.
Nutrition Label
Resolution chain
digitalshift.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 72.14.182.201 | 72.14.176.0/20 | AS63949 | — | US |
WHOIS identity
- Registrar
- registrar:namesilo technologies corp.
- Organization
- —
- Contact emails
- —
Subdomains
64 observed subdomains of digitalshift.ca.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from digitalshift.ca in the public web crawl.
48 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for digitalshift.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_IP | 159.183.175.57 |
| SPF_IP | 168.245.108.69 |
| SPF_MX | digitalshift.ca |
Related pages
Pivot deeper into the graph from digitalshift.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digitalshift.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.