Skip to content

Hostname

deere.com

Last fetched

deere.com resolves to 2 IPv4 addresses operated by DEERE - Deere & Company in US. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · deere.comRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint7.2/10canon.whisper.security/host/deere.com

Resolution chain

deere.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
164.121.250.180164.121.0.0/16AS10846DEERE - Deere & CompanyUS
204.54.37.211204.54.37.0/24AS19905SECURITYSERVICES - Vercara, LLCUS

WHOIS identity

Registrar
iana:299
Organization
deere &
Contact emails

Subdomains

981 observed subdomains of deere.com.

Web-graph footprint

Distinct hostnames that link to or from deere.com in the public web crawl.

5,860 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for deere.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf-000e4101.pphosted.com
SPF_IP172.22.141.0/24
SPF_IP172.22.142.0/23
SPF_IP208.86.201.96
SPF_IP67.231.144.75

Related pages

Pivot deeper into the graph from deere.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "deere.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.