Hostname
epsilonhellas.com
Last fetched
epsilonhellas.com resolves to 1 IPv4 address operated by AS6799 in GR. WHOIS lists iana:1727 as the registrar.
Nutrition Label
Resolution chain
epsilonhellas.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.129.92.226 | 79.129.0.0/16 | AS6799 | — | GR |
WHOIS identity
- Registrar
- iana:1727
- Organization
- epsilon hellas
- Contact emails
Subdomains
10 observed subdomains of epsilonhellas.com.
Web-graph footprint
Distinct hostnames that link to or from epsilonhellas.com in the public web crawl.
34 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for epsilonhellas.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.95.64.136 |
| SPF_IP | 154.52.0.234 |
| SPF_IP | 212.205.229.126 |
| SPF_IP | 5.35.248.234 |
| SPF_IP | 81.201.101.234 |
| SPF_IP | 84.232.181.35 |
| SPF_IP | 91.250.86.26 |
| SPF_MX | epsilonhellas.com |
Related pages
Pivot deeper into the graph from epsilonhellas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epsilonhellas.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.