Hostname
cavu-data.com
Last fetched
cavu-data.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cavu-data.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 cavu-data.com owner
- Contact emails
- 07a99a1d-90d2-413e-99e8-45025342539c@identity-protect.org
- 2cb2c6d5-c2bc-4834-808b-532c432e7e0c@identity-protect.org
- 3387f274-924b-4579-90d7-9d711cfe4aae@identity-protect.org
- 6f0f714a-615e-45d9-b620-bc3307e57fe3@identity-protect.org
- 8f48214d-1768-4486-948f-ae397721697a@identity-protect.org
- be6cc2bb-64ef-4cf2-8d16-096902a447a5@identity-protect.org
- f7301c99-0c64-4608-b26c-6a78ab6a3621@identity-protect.org
Subdomains
12 observed subdomains of cavu-data.com.
Threat posture
History
Related pages
Pivot deeper into the graph from cavu-data.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cavu-data.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.