Hostname
eos.gr
Last fetched
eos.gr resolves to 2 IPv4 addresses operated by AS1241 in GR.
Nutrition Label
Resolution chain
eos.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.16.30 | 62.1.0.0/17 | AS1241 | — | GR |
| 77.69.21.165 | 77.69.0.0/19 | AS3329 | — | GR |
WHOIS identity
No WHOIS records are currently associated with eos.gr in WhisperGraph.
Subdomains
22 observed subdomains of eos.gr.
Showing 20 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eos.gr in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for eos.gr.
| Mechanism | Target |
|---|---|
| SPF_A | mail.eos.gr |
| SPF_A | tegeatis.eos.gr |
| SPF_A | telephos.eos.gr |
| SPF_A | terezza.eos.gr |
| SPF_A | tithonos.eos.gr |
| SPF_MX | eos.gr |
Related pages
Pivot deeper into the graph from eos.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eos.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.