Hostname
aveda.ca
Last fetched
aveda.ca resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in CA. WHOIS lists registrar:markmonitor international canada ltd. as the registrar.
Nutrition Label
Resolution chain
aveda.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.170.170 | 2.16.170.0/24 | AS20940 | AKAMAI-ASN1 | CA |
| 2.16.170.172 | 2.16.170.0/24 | AS20940 | AKAMAI-ASN1 | CA |
| 2.16.241.211 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.224 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.205 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.227.211 | 2.23.227.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.203.69 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.90 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- registrar:markmonitor international canada ltd.
- Organization
- aveda corporation - tma684793
- Contact emails
Subdomains
10 observed subdomains of aveda.ca.
Web-graph footprint
Distinct hostnames that link to or from aveda.ca in the public web crawl.
215 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for aveda.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from aveda.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aveda.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.