Hostname
dbzy1.com
Last fetched
dbzy1.com resolves to 3 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:3758 as the registrar.
Nutrition Label
Resolution chain
dbzy1.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.69.253.63 | 158.69.0.0/16 | AS16276 | — | CA |
| 192.95.29.9 | 192.95.0.0/18 | AS16276 | — | CA |
| 198.27.81.111 | 198.27.64.0/18 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:3758
- Organization
- domain administrator
- Contact emails
Subdomains
1 observed subdomain of dbzy1.com.
| Subdomain |
|---|
| www.dbzy1.com |
Web-graph footprint
Distinct hostnames that link to or from dbzy1.com in the public web crawl.
7 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from dbzy1.com.
- IP · 158.69.253.63
- ASN · AS16276
- Registrar · iana:3758
- Country · CA
- Email · pw-93ee6b7b71616cee9ac0be8bba63836a@privacyguardian.org
- TLD · .com
- Browse hostnames · db…
- 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: "dbzy1.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.