Skip to content

Hostname

dqjo.cn

Last fetched

dqjo.cn resolves to 2 IPv4 addresses operated by PEG-SV - PEG TECH INC in US.

Nutrition Label

WHISPER CANON · dqjo.cnRouting diversity2.4/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/dqjo.cn

Resolution chain

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

IPPrefixASNOperatorCountry
140.188.206.43140.188.192.0/19AS54600PEG-SV - PEG TECH INCUS
154.197.199.76154.197.192.0/20AS135097US

WHOIS identity

No WHOIS records are currently associated with dqjo.cn in WhisperGraph.

Subdomains

1 observed subdomain of dqjo.cn.

Subdomain
www.dqjo.cn

Web-graph footprint

Distinct hostnames that link to or from dqjo.cn in the public web crawl.

5,924 sites link to this hostname.

6,841 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from dqjo.cn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dqjo.cn"})-[: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.