Hostname
advisor.dynamic.ca
Last fetched
advisor.dynamic.ca resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in PL.
Nutrition Label
Resolution chain
advisor.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 |
|---|---|---|---|---|
| 23.211.45.110 | 23.211.32.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | PL |
| 88.221.36.133 | 88.221.36.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SE |
WHOIS identity
No WHOIS records are currently associated with advisor.dynamic.ca in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from advisor.dynamic.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for advisor.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 advisor.dynamic.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "advisor.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.