Skip to content

Hostname

website-dev.longi.com

Last fetched

website-dev.longi.com resolves to 4 IPv4 addresses operated by BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital in CN.

Nutrition Label

WHISPER CANON · website-dev.longi.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/website-dev.longi.com

Resolution chain

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

IPPrefixASNOperatorCountry
52.80.162.17552.80.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
52.80.162.17552.80.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
52.81.223.5652.81.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
52.81.223.5652.81.0.0/16AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.222.183.8854.222.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
54.222.183.8854.222.128.0/17AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
71.131.250.15371.131.192.0/18AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN
71.131.250.15371.131.192.0/18AS55960BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang DigitalCN

WHOIS identity

No WHOIS records are currently associated with website-dev.longi.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from website-dev.longi.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from website-dev.longi.com.

Cypher and MCP

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

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