Hostname
esterel.com
Last fetched
esterel.com resolves to 1 IPv4 address operated by AS16276 in CA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
esterel.com 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 |
|---|---|---|---|---|
| 15.235.82.160 | 15.235.0.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:69
- Organization
- isabelle gagnon
- Contact emails
Subdomains
16 observed subdomains of esterel.com.
Web-graph footprint
Distinct hostnames that link to or from esterel.com in the public web crawl.
116 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for esterel.com.
| Mechanism | Target |
|---|---|
| SPF_A | esterel.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.69.244.194 |
| SPF_IP | 209.226.17.36 |
| SPF_IP | 216.208.46.50 |
| SPF_IP | 50.17.231.196 |
| SPF_IP | 51.79.72.138 |
| SPF_IP | 68.168.113.226 |
| SPF_IP | 68.168.113.228 |
| SPF_MX | esterel.com |
Related pages
Pivot deeper into the graph from esterel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esterel.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.