Skip to content

Hostname

prms.jdpay.com

Last fetched

prms.jdpay.com resolves to 2 IPv4 addresses operated by CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.China in CN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
123.182.167.9123.182.160.0/19AS58539CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.ChinaCN
211.151.10.113211.151.0.0/19AS9308CHINA-ABITCOOL AbitcoolChina Inc.CN

WHOIS identity

No WHOIS records are currently associated with prms.jdpay.com in WhisperGraph.

Web-graph footprint

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

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from prms.jdpay.com.

Cypher and MCP

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

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