Hostname
a20.com.gr
Last fetched
a20.com.gr resolves to 3 IPv4 addresses operated by AS34762 in GR.
Nutrition Label
Resolution chain
a20.com.gr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.158.90.56 | 213.158.90.0/23 | AS34762 | — | GR |
| 84.32.84.126 | 84.32.84.0/24 | AS47583 | — | LT |
| 84.32.84.54 | 84.32.84.0/24 | AS47583 | — | LT |
WHOIS identity
No WHOIS records are currently associated with a20.com.gr in WhisperGraph.
Subdomains
3 observed subdomains of a20.com.gr.
Web-graph footprint
Distinct hostnames that link to or from a20.com.gr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for a20.com.gr.
| Mechanism | Target |
|---|---|
| SPF_A | a20.com.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_IP | 2a01:4f8:110:51f2:0:0:0:2 |
| SPF_MX | a20.com.gr |
Related pages
Pivot deeper into the graph from a20.com.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a20.com.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.