Hostname
dev-valis.com
Last fetched
dev-valis.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dev-valis.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 dev-valis.com owner
- Contact emails
- 61b9a40c-0755-493d-857c-58501bbf6b8b@identity-protect.org
- 863539dd-4fbe-4dd0-a26a-43870a596c4e@identity-protect.org
- a6e81872-4f53-4ed0-963b-7bcf977001b1@identity-protect.org
- b131d31f-eddf-4e16-bffd-da9ca72b2c3f@identity-protect.org
- eb077434-10ad-4f08-b589-8659405969b0@identity-protect.org
- ec79639d-9a48-4f8f-8e44-b3e2d649cd60@identity-protect.org
- owner-7573639@dev-valis.com.whoisprivacyservice.org
Subdomains
17 observed subdomains of dev-valis.com.
Threat posture
History
Related pages
Pivot deeper into the graph from dev-valis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-valis.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.