Hostname
whjre.com
Last fetched
whjre.com resolves to 3 IPv4 addresses operated by AS8342 in RU. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
whjre.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.161.21.2 | 195.161.0.0/16 | AS8342 | — | RU |
| 212.32.251.44 | 212.32.224.0/19 | AS60781 | — | NL |
| 23.82.137.67 | 23.82.136.0/21 | AS393886 | LEASEWEB-USA-MIA - Leaseweb USA, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of whjre.com.
Web-graph footprint
Distinct hostnames that link to or from whjre.com in the public web crawl.
57 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from whjre.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whjre.com"})-[: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.