Hostname
hyperreal.dev
Last fetched
hyperreal.dev resolves to 2 IPv4 addresses operated by AS51659 in RU. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
hyperreal.dev 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 |
|---|---|---|---|---|
| 194.87.68.232 | 194.87.68.0/23 | AS51659 | — | RU |
| 5.181.156.164 | 5.181.156.0/24 | AS39798 | — | MD |
WHOIS identity
- Registrar
- iana:1479
- Organization
- hyperreal
- Contact emails
Subdomains
6 observed subdomains of hyperreal.dev.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hyperreal.dev.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hyperre.al |
Related pages
Pivot deeper into the graph from hyperreal.dev.
- IP · 194.87.68.232
- ASN · AS51659
- Registrar · iana:1479
- Country · RU
- Email · pw-6ade7dc11aba315be62e63cd216cadc6@privacyguardian.org
- TLD · .dev
- Browse hostnames · hy…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hyperreal.dev"})-[: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.