Hostname
gz022.com
Last fetched
gz022.com resolves to 2 IPv4 addresses operated by AS201106 in US. WHOIS lists iana:3775 as the registrar.
Nutrition Label
Resolution chain
gz022.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.83.158.59 | 172.83.158.0/24 | AS201106 | — | US |
| 54.39.84.123 | 54.39.0.0/16 | AS16276 | — | CA |
| 54.39.84.123 | 54.39.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:3775
- Organization
- domain administrator
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from gz022.com.
- IP · 172.83.158.59
- ASN · AS201106
- Registrar · iana:3775
- Country · US
- Email · pw-3c0a3cf4d6aa6c5bea611590e9c29824@privacyguardian.org
- TLD · .com
- Browse hostnames · gz…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gz022.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.