Hostname
avenueent.ca
Last fetched
avenueent.ca resolves to 2 IPv4 addresses operated by AS132335 in US. WHOIS lists registrar:go daddy domains canada, inc as the registrar.
Nutrition Label
Resolution chain
avenueent.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 |
|---|---|---|---|---|
| 188.208.140.56 | 188.208.140.0/24 | AS132335 | — | US |
| 69.49.233.141 | 69.49.232.0/23 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
- Registrar
- registrar:go daddy domains canada, inc
- Organization
- eva alexandrovici
- Contact emails
Subdomains
1 observed subdomain of avenueent.ca.
| Subdomain |
|---|
| www.avenueent.ca |
Web-graph footprint
Distinct hostnames that link to or from avenueent.ca in the public web crawl.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for avenueent.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | zohomail.com |
Related pages
Pivot deeper into the graph from avenueent.ca.
- IP · 188.208.140.56
- ASN · AS132335
- Registrar · registrar:go daddy domains canada, inc
- Country · US
- Email · accounts@luminary.software
- TLD · .ca
- Browse hostnames · av…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avenueent.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.