Skip to content

Hostname

cndmspre.mindray.com

Last fetched

cndmspre.mindray.com resolves to 4 IPv4 addresses operated by BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital in CN.

Nutrition Label

WHISPER CANON · cndmspre.mindray.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cndmspre.mindray.com

Resolution chain

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

IPPrefixASNOperatorCountry
140.179.29.165140.179.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
140.179.29.165140.179.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.222.175.18654.222.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.222.175.18654.222.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.223.151.154.223.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.223.151.154.223.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.223.210.1854.223.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.223.210.1854.223.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN

WHOIS identity

No WHOIS records are currently associated with cndmspre.mindray.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cndmspre.mindray.com.

Cypher and MCP

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

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