Hostname
umbra-sandbox-dev.com
Last fetched
umbra-sandbox-dev.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
umbra-sandbox-dev.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 umbra-sandbox-dev.com owner
- Contact emails
- 23054f9d-ab96-422d-90f9-c4bc37156ec8@identity-protect.org
- 39976b01-2a93-4fa3-baae-d8998ca3bbde@identity-protect.org
- 3a25aa08-1732-41df-b102-00c527832b53@identity-protect.org
- 5461cf22-3aac-4628-b032-92434ee1b7d4@identity-protect.org
- dbaecf6b-767b-4add-8c5a-aa47052b01c8@identity-protect.org
- e24b8644-91e4-477e-9887-a39bec3f062a@identity-protect.org
Subdomains
6 observed subdomains of umbra-sandbox-dev.com.
Showing 2 of 6. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from umbra-sandbox-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "umbra-sandbox-dev.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.