Hostname
goodbite.net
Last fetched
goodbite.net resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
goodbite.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.237.253 | 116.202.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- happy life club
- Contact emails
- x2e2rvbt376zkhl@proxy.dreamhost.com
- josh7636@gmail.com
- 1eb03ab3-2960-47dc-bf12-55b20c6005ef@identity-protect.org
- 760f994b-afe9-4ca2-ae91-e2983cc37dc5@identity-protect.org
- 940f3a43-3337-4cc7-87cc-6955d13e0e3b@identity-protect.org
- 9c2e4fef-1ecd-4488-b89c-65ca163c9ede@identity-protect.org
- bb2a78f4-7d9c-4d0a-9218-e6df08136ca6@identity-protect.org
- c89f0b80-fe04-4c47-b487-0517a8a755c5@identity-protect.org
- d24c4677-c6ac-42bf-9e33-901da0af10d0@identity-protect.org
- owner-523646@goodbite.net.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from goodbite.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goodbite.net"})-[: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.