Skip to content

Hostname

ghors.ru

Last fetched

ghors.ru resolves to 3 IPv4 addresses operated by ISPIRIA-AS - RECONN LLC in RU. WHOIS lists registrar:domainer-ru as the registrar.

Nutrition Label

WHISPER CANON · ghors.ruRouting diversity3.0/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/ghors.ru

Resolution chain

ghors.ru resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
37.252.0.2237.252.0.0/23AS212667ISPIRIA-AS - RECONN LLCRU
185.4.66.93185.4.64.0/22AS212667ISPIRIA-AS - RECONN LLCRU
153.80.241.245153.80.241.0/24AS215540GCS-AS - GLOBAL CONNECTIVITY SOLUTIONS LLPNL

WHOIS identity

Registrar
registrar:domainer-ru
Organization
private person
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from ghors.ru.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ghors.ru"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.