Skip to content

Hostname

jxdewei.com

Last fetched

jxdewei.com resolves to 2 IPv4 addresses operated by VNPT-AS-VN VNPT Corp in VN. WHOIS lists iana:1923 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
14.238.35.9814.238.35.0/24AS45899VNPT-AS-VN VNPT CorpVN
154.95.245.223154.95.245.0/24AS17561LCS-AS-AP LARUS LimitedMY

WHOIS identity

Registrar
iana:1923
Organization
ding li juan
Contact emails

Subdomains

1 observed subdomain of jxdewei.com.

Web-graph footprint

Distinct hostnames that link to or from jxdewei.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from jxdewei.com.

Cypher and MCP

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

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