Hostname
hyperhost.online
Last fetched
hyperhost.online resolves to 1 IPv4 address operated by AS41075 in HU. WHOIS lists iana:1519 as the registrar.
Nutrition Label
Resolution chain
hyperhost.online 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 |
|---|---|---|---|---|
| 37.221.212.182 | 37.221.212.0/22 | AS41075 | — | HU |
WHOIS identity
- Registrar
- iana:1519
- Organization
- next generation solution kft.
- Contact emails
- —
Subdomains
7 observed subdomains of hyperhost.online.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for hyperhost.online.
| Mechanism | Target |
|---|---|
| SPF_A | alpha.hyperhost.hu |
| SPF_A | hyperhost.cloud |
| SPF_A | hyperhost.hu |
| SPF_A | hyperhost.online |
| SPF_A | mail.hyperhost.online |
| SPF_A | portal.hypermatrix.cloud |
| SPF_IP | 161.97.141.62 |
| SPF_IP | 37.221.212.182 |
| SPF_IP | 87.98.155.67 |
| SPF_IP | 95.140.41.10 |
| SPF_IP | 95.140.41.100 |
| SPF_IP | 95.140.41.71 |
| SPF_MX | hyperhost.online |
Related pages
Pivot deeper into the graph from hyperhost.online.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hyperhost.online"})-[: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.