Hostname
amph.hyperreal.info
Last fetched
amph.hyperreal.info resolves to 2 IPv4 addresses operated by AS51659 in RU.
Nutrition Label
Resolution chain
amph.hyperreal.info 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
No WHOIS records are currently associated with amph.hyperreal.info in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for amph.hyperreal.info.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hyperre.al |
Related pages
Pivot deeper into the graph from amph.hyperreal.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amph.hyperreal.info"})-[: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.