Skip to content

Hostname

api.master.hpdt.te-ded.com

Last fetched

api.master.hpdt.te-ded.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · api.master.hpdt.te-ded.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.master.hpdt.te-ded.com

Resolution chain

api.master.hpdt.te-ded.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.200.65.20518.238.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
34.247.220.14535.17.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
52.18.33.14352.46.46.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.209.24.21652.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.IE
54.195.248.4154.222.19.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
54.220.6.13454.222.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with api.master.hpdt.te-ded.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.master.hpdt.te-ded.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.master.hpdt.te-ded.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.