Hostname
ohra.eu
Last fetched
ohra.eu resolves to 4 IPv4 addresses operated by AS12389 in RU.
Nutrition Label
Resolution chain
ohra.eu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.144.34 | 2.17.144.0/24 | AS12389 | — | RU |
| 2.17.144.75 | 2.17.144.0/24 | AS12389 | — | RU |
| 2.21.173.96 | 2.21.173.0/24 | AS20940 | — | UA |
| 2.21.173.97 | 2.21.173.0/24 | AS20940 | — | UA |
WHOIS identity
No WHOIS records are currently associated with ohra.eu in WhisperGraph.
Subdomains
1 observed subdomain of ohra.eu.
| Subdomain |
|---|
| www.ohra.eu |
Threat posture
History
Related pages
Pivot deeper into the graph from ohra.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ohra.eu"})-[: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.