Hostname
simplesensegov-dev.com
Last fetched
simplesensegov-dev.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
simplesensegov-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 simplesensegov-dev.com owner
- Contact emails
- 3b2b35ce-633a-47e1-844a-3270cfdc2592@identity-protect.org
- 4abd151f-1bc9-4069-9b8f-18b0dc0f1d88@identity-protect.org
- 5660244c-a981-45af-8324-cac7f6b471f5@identity-protect.org
- b3705220-9891-4f70-a977-a3a160a12719@identity-protect.org
- f5809df6-3e04-4a1c-9410-0ad08e71d556@identity-protect.org
- owner-649716@simplesensegov-dev.com.whoisprivacyservice.org
Subdomains
1 observed subdomain of simplesensegov-dev.com.
| Subdomain |
|---|
| interconnect.simplesensegov-dev.com |
Threat posture
History
Related pages
Pivot deeper into the graph from simplesensegov-dev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simplesensegov-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.