Hostname
serverless-dashboard.com
Last fetched
serverless-dashboard.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
serverless-dashboard.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 serverless-dashboard.com owner
- Contact emails
- 55d6068a-7dfd-410b-92cf-bd2428272a3a@identity-protect.org
- 9ad9a674-22b9-4280-81ed-e699b530131b@identity-protect.org
- 9e8f123f-c15f-4f5c-a5dc-e79766f358de@identity-protect.org
- b3168d48-ed03-4a02-8874-c072a8f37a17@identity-protect.org
- cd1548bd-ccfd-407e-bf9e-5f79d926bead@identity-protect.org
- ef32ca3a-4faf-45d7-93fc-98615fd5d6b8@identity-protect.org
- f884e6b4-735f-439e-8d08-8d0f39fb29a7@identity-protect.org
Subdomains
2 observed subdomains of serverless-dashboard.com.
Threat posture
History
Related pages
Pivot deeper into the graph from serverless-dashboard.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "serverless-dashboard.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.