Hostname
telephos.eos.gr
Last fetched
telephos.eos.gr resolves to 2 IPv4 addresses operated by AS1241 in GR.
Nutrition Label
Resolution chain
telephos.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 telephos.eos.gr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from telephos.eos.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- telephos.eos.gr
SPF policy
2 SPF mechanisms authorising senders for telephos.eos.gr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eos.gr |
| SPF_MX | telephos.eos.gr |
Related pages
Pivot deeper into the graph from telephos.eos.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "telephos.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.