Hostname
dynamic.ca
Last fetched
dynamic.ca resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.
Nutrition Label
Resolution chain
dynamic.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 |
|---|---|---|---|---|
| 69.192.25.237 | 69.192.16.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 96.17.3.49 | 96.17.0.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | TW |
WHOIS identity
- Registrar
- registrar:csc corporate domains (canada) company
- Organization
- bank of nova scotia
- Contact emails
Subdomains
37 observed subdomains of dynamic.ca.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dynamic.ca in the public web crawl.
175 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for dynamic.ca.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._i.%{d}._d.espf.dmp.cisco.com |
| SPF_INCLUDE | %{d}.16.spf-protect.dmp.cisco.com |
| SPF_INCLUDE | _spf.kubra.com |
| SPF_INCLUDE | app.aventri.com |
Related pages
Pivot deeper into the graph from dynamic.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dynamic.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.