Hostname
estournel.com
Last fetched
estournel.com resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
estournel.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 |
|---|---|---|---|---|
| 79.137.66.175 | 79.137.0.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- jean-guillaume prats
- Contact emails
Subdomains
9 observed subdomains of estournel.com.
Web-graph footprint
Distinct hostnames that link to or from estournel.com in the public web crawl.
214 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for estournel.com.
| Mechanism | Target |
|---|---|
| SPF_A | estournel.com |
| SPF_INCLUDE | all.spf.waycom.me |
| SPF_INCLUDE | mail-out01.cvirtuel.fr |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 194.177.37.34 |
| SPF_IP | 194.177.39.14/32 |
| SPF_IP | 194.177.51.85 |
| SPF_IP | 194.177.51.86 |
| SPF_IP | 194.177.55.5 |
| SPF_IP | 195.154.26.63 |
| SPF_IP | 2001:4b98:dc0:51:216:3eff:fecd:7cfc |
| SPF_IP | 5.196.141.157 |
| SPF_IP | 79.137.66.175 |
| SPF_IP | 85.118.59.181 |
| SPF_IP | 93.93.47.185 |
| SPF_IP | 95.142.166.37 |
Related pages
Pivot deeper into the graph from estournel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "estournel.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.