Skip to content

Hostname

dtdnnb.com

Last fetched

dtdnnb.com resolves to 2 IPv4 addresses operated by ZILLION-NETWORK - Zillion Network Inc. in HK. WHOIS lists iana:638 as the registrar.

Nutrition Label

WHISPER CANON · dtdnnb.comRouting diversity2.4/10Peering density4.7/10MOAS conflict⚠ 2 conflictsThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/dtdnnb.com

Resolution chain

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

IPPrefixASNOperatorCountry
156.240.25.164156.240.16.0/20AS54801ZILLION-NETWORK - Zillion Network Inc.HK
156.240.39.165156.240.32.0/20AS139646HONG7-AS-AP - HONG KONG LIGHTLAYER TECHNOLOGY CO., LIMITEDHK

WHOIS identity

Registrar
iana:638
Organization
protected protected
Contact emails

Subdomains

1 observed subdomain of dtdnnb.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dtdnnb.com.

Cypher and MCP

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

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