Hostname
tended-test.com
Last fetched
tended-test.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
tended-test.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 tended-test.com owner
- Contact emails
- 57ebbc5e-b130-4460-b666-0234e035424a@identity-protect.org
- a504114a-20eb-4a0d-bc5c-6a5e5efceee2@identity-protect.org
- c9837642-8471-4b9e-b4b7-a8d9450a4b4d@identity-protect.org
- cc710653-658e-4e28-bef7-f2039563ab9e@identity-protect.org
- e9a1a3b4-1764-4a54-856d-7a750bf76987@identity-protect.org
- owner-10939429@tended-test.com.whoisprivacyservice.org
Subdomains
5 observed subdomains of tended-test.com.
Showing 2 of 5. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from tended-test.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tended-test.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.