Hostname
counted-demo.com
Last fetched
counted-demo.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
counted-demo.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 counted-demo.com owner
- Contact emails
- 0cd3ed3e-0746-45e7-b09e-1ca7f2d1dfdf@identity-protect.org
- 3fb40f80-71fe-4142-b2e7-bd2fdfdb21bf@identity-protect.org
- 9060ed53-1506-409a-9672-ff862c66fb87@identity-protect.org
- b88be2e3-ca21-44d6-bd2d-c4253c22c988@identity-protect.org
- c03d876c-fa8e-4251-9939-35140290bcd6@identity-protect.org
- d0bf5f39-d106-4b3d-9f39-2c970446ff0a@identity-protect.org
- owner-9359329@counted-demo.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of counted-demo.com.
Showing 2 of 6. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from counted-demo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "counted-demo.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.