Hostname
anes.gr
Last fetched
anes.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
anes.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 |
|---|---|---|---|---|
| 159.69.110.15 | 159.69.0.0/16 | AS24940 | — | DE |
| 95.129.46.104 | 95.129.40.0/21 | AS47521 | — | GR |
WHOIS identity
No WHOIS records are currently associated with anes.gr in WhisperGraph.
Subdomains
3 observed subdomains of anes.gr.
Web-graph footprint
Distinct hostnames that link to or from anes.gr in the public web crawl.
78 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for anes.gr.
| Mechanism | Target |
|---|---|
| SPF_A | anes.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_IP | 2a01:4f8:d0a:526d:0:0:0:2 |
| SPF_IP | 78.47.54.4/32 |
| SPF_MX | anes.gr |
Related pages
Pivot deeper into the graph from anes.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anes.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.