Hostname
eeae.gr
Last fetched
eeae.gr resolves to 2 IPv4 addresses operated by AS5408 in GR.
Nutrition Label
Resolution chain
eeae.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 |
|---|---|---|---|---|
| 195.251.97.197 | 195.251.0.0/16 | AS5408 | — | GR |
| 195.251.97.198 | 195.251.0.0/16 | AS5408 | — | GR |
WHOIS identity
No WHOIS records are currently associated with eeae.gr in WhisperGraph.
Subdomains
17 observed subdomains of eeae.gr.
Web-graph footprint
Distinct hostnames that link to or from eeae.gr in the public web crawl.
237 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for eeae.gr.
| Mechanism | Target |
|---|---|
| SPF_A | eeae.gr |
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spfa.mailendo.com |
| SPF_MX | eeae.gr |
Related pages
Pivot deeper into the graph from eeae.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eeae.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.