Skip to content

Hostname

bos-deji.com

Last fetched

bos-deji.com resolves to 2 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:3855 as the registrar.

Nutrition Label

WHISPER CANON · bos-deji.comRouting diversity2.4/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/bos-deji.com

Resolution chain

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

IPPrefixASNOperatorCountry
149.88.80.62149.88.80.0/21AS401696COGNETCLOUD - cognetcloud INCHK
83.229.41.24383.229.40.0/21AS400619AROSS-AS - AROSSCLOUD INC.HK

WHOIS identity

Registrar
iana:3855
Organization
shang hai tong zhu xin xi ke ji you xian gong si
Contact emails

Subdomains

1 observed subdomain of bos-deji.com.

Threat posture

History

Related pages

Pivot deeper into the graph from bos-deji.com.

Cypher and MCP

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

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