Hostname
deere.ca
Last fetched
deere.ca resolves to 5 IPv4 addresses operated by DEERE - Deere & Company in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.
Nutrition Label
Resolution chain
deere.ca resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 204.55.86.148 | 204.55.64.0/19 | AS10846 | DEERE - Deere & Company | US |
| 52.45.82.91 | 52.44.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.72.46.56 | 52.72.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.209.78.48 | 54.208.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 32.199.61.69 | 32.196.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:csc corporate domains (canada) company
- Organization
- john deere
- Contact emails
Subdomains
8 observed subdomains of deere.ca.
Web-graph footprint
Distinct hostnames that link to or from deere.ca in the public web crawl.
207 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for deere.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-000e4101.pphosted.com |
| SPF_IP | 208.86.201.96 |
| SPF_IP | 67.231.144.75 |
Related pages
Pivot deeper into the graph from deere.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deere.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.