Hostname
comp-re.com
Last fetched
comp-re.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
comp-re.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:468
- Organization
- on behalf of comp-re.com owner
- Contact emails
- 1a5d6498-4656-436f-9cf9-face36851883@identity-protect.org
- 1ceff4b2-92e9-443e-b8e7-2e745e08f584@identity-protect.org
- 1dbfe699-a898-4d07-a12d-a5614e50fd4c@identity-protect.org
- 2f7144ec-a559-487c-afac-33c9922ea375@identity-protect.org
- b2fe7afe-794c-44d7-aed4-f9ffe4243a6e@identity-protect.org
- ee022b2f-1e6a-457e-b533-00d8366aa11f@identity-protect.org
- ee6988bb-a7d4-400b-93f7-97d3bf795cae@identity-protect.org
Subdomains
32 observed subdomains of comp-re.com.
Threat posture
History
Related pages
Pivot deeper into the graph from comp-re.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comp-re.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.