Skip to content

Hostname

platform-uw1.hpcnt.com

Last fetched

platform-uw1.hpcnt.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · platform-uw1.hpcnt.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/platform-uw1.hpcnt.com

Resolution chain

platform-uw1.hpcnt.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.52.34.4213.52.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
184.72.32.154184.72.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
50.18.115.3750.18.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.9.191.22252.9.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.183.237.17654.183.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.241.166.5754.241.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with platform-uw1.hpcnt.com in WhisperGraph.

Subdomains

3 observed subdomains of platform-uw1.hpcnt.com.

Threat posture

History

Related pages

Pivot deeper into the graph from platform-uw1.hpcnt.com.

Cypher and MCP

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

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