Hostname
roboauto.ca
Last fetched
roboauto.ca resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
roboauto.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 |
|---|---|---|---|---|
| 52.223.22.160 | 52.223.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.83.169.140 | 99.83.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of roboauto.ca.
Threat posture
History
Mail and authentication
MX records
- mail.roboauto.ca
- roboauto.ca
SPF policy
3 SPF mechanisms authorising senders for roboauto.ca.
| Mechanism | Target |
|---|---|
| SPF_A | roboauto.ca |
| SPF_INCLUDE | websitewelcome.com |
| SPF_MX | roboauto.ca |
Related pages
Pivot deeper into the graph from roboauto.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roboauto.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.