Hostname
esri.ca
Last fetched
esri.ca resolves to 1 IPv4 address operated by ESRI - Environmental Systems Research Institute in US.
Nutrition Label
Resolution chain
esri.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.102.61.110 | 198.102.61.0/24 | AS10411 | ESRI - Environmental Systems Research Institute | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from esri.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for esri.ca.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | 1._spf.adp.com |
| SPF_INCLUDE | _spf-dc17.sapsf.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | lsoft.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf-0045f101.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 107.21.237.242 |
| SPF_IP | 134.238.243.182 |
| SPF_IP | 134.238.243.226 |
| SPF_IP | 184.72.251.41 |
| SPF_IP | 199.249.216.43 |
Related pages
Pivot deeper into the graph from esri.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esri.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.