Hostname
xr-core.com
Last fetched
xr-core.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
xr-core.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:299
- Organization
- on behalf of xr-core.com owner
- Contact emails
- 6d321bd3-d978-47f1-a56b-ad67cec97771@identity-protect.org
- 950f2fa3-592d-437b-b63b-726cef3f0017@identity-protect.org
- aa45adbb-9e95-45cc-93d8-a8bd0a3591f4@identity-protect.org
- b3970d03-810b-455a-9d22-6eca03f7010d@identity-protect.org
- ceabd31b-70e3-4c51-9e6e-e06a9a504374@identity-protect.org
- da2b481b-37d9-4eae-80cc-9356a0e42eec@identity-protect.org
Subdomains
42 observed subdomains of xr-core.com.
Threat posture
History
Related pages
Pivot deeper into the graph from xr-core.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xr-core.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.