Hostname
esake.gr
Last fetched
esake.gr resolves to 2 IPv4 addresses operated by FORTHNET-GR Forthnet in GR.
Nutrition Label
Resolution chain
esake.gr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.1.38.42 | 62.1.0.0/17 | AS1241 | FORTHNET-GR Forthnet | GR |
| 62.1.45.202 | 62.1.0.0/17 | AS1241 | FORTHNET-GR Forthnet | GR |
WHOIS identity
No WHOIS records are currently associated with esake.gr in WhisperGraph.
Subdomains
24 observed subdomains of esake.gr.
Web-graph footprint
Distinct hostnames that link to or from esake.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for esake.gr.
| Mechanism | Target |
|---|---|
| SPF_A | esake.gr |
| SPF_MX | esake.gr |
Related pages
Pivot deeper into the graph from esake.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esake.gr"})-[: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.