Skip to content

Hostname

tyzzdb.com

Last fetched

tyzzdb.com resolves to 4 IPv4 addresses operated by GNETINC-AS-AP - GNET INC. in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · tyzzdb.comRouting diversity3.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency6.7/10Resolver footprint3.2/10canon.whisper.security/host/tyzzdb.com

Resolution chain

tyzzdb.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
154.220.250.195154.220.240.0/20AS9294GNETINC-AS-AP - GNET INC.HK
156.239.81.141156.239.81.0/24AS9294GNETINC-AS-AP - GNET INC.HK
168.76.100.203168.76.0.0/17AS137951ASLINE-AS-AP - ASLINE LIMITEDZA
154.206.213.204154.206.208.0/20AS9294GNETINC-AS-AP - GNET INC.

WHOIS identity

Registrar
iana:1923
Organization
redacted for gdpr privacy
Contact emails

Subdomains

3 observed subdomains of tyzzdb.com.

Threat posture

History

Related pages

Pivot deeper into the graph from tyzzdb.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "tyzzdb.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.