Hostname
domains.hyperhosting.gr
Last fetched
domains.hyperhosting.gr resolves to 1 IPv4 address operated by AS197746 in GR.
Nutrition Label
Resolution chain
domains.hyperhosting.gr 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 |
|---|---|---|---|---|
| 62.1.216.8 | 62.1.216.0/24 | AS197746 | — | GR |
WHOIS identity
No WHOIS records are currently associated with domains.hyperhosting.gr in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for domains.hyperhosting.gr.
| Mechanism | Target |
|---|---|
| SPF_A | domains.hyperhosting.gr |
| SPF_IP | 194.219.79.0/24 |
| SPF_IP | 31.22.112.0/21 |
| SPF_IP | 46.4.122.2 |
| SPF_IP | 62.1.216.0/24 |
| SPF_IP | 62.1.216.5 |
| SPF_IP | 78.46.11.192/27 |
| SPF_IP | 78.47.60.137 |
| SPF_IP | 88.198.198.179 |
| SPF_IP | 88.198.9.238 |
| SPF_MX | domains.hyperhosting.gr |
Related pages
Pivot deeper into the graph from domains.hyperhosting.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "domains.hyperhosting.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.