Hostname
lexuscanada.com
Last fetched
lexuscanada.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
lexuscanada.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.159.46.11 | 108.159.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.46.3 | 108.159.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.46.72 | 108.159.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.46.84 | 108.159.40.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.166.96.111 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.18 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.32 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.80 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.100 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.26 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.80 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.87 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- tci dns infrastructure services
- Contact emails
Subdomains
1 observed subdomain of lexuscanada.com.
| Subdomain |
|---|
| www.lexuscanada.com |
Web-graph footprint
Distinct hostnames that link to or from lexuscanada.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from lexuscanada.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lexuscanada.com"})-[: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.