Skip to content

Hostname

api.stage.mdp.cloud

Last fetched

api.stage.mdp.cloud resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · api.stage.mdp.cloudRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/api.stage.mdp.cloud

Resolution chain

api.stage.mdp.cloud resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.254.150.22434.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.19.164.8652.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.211.255.14552.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
54.216.80.23354.216.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
54.78.224.10254.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
99.81.99.21999.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with api.stage.mdp.cloud in WhisperGraph.

Subdomains

1 observed subdomain of api.stage.mdp.cloud.

Threat posture

History

Related pages

Pivot deeper into the graph from api.stage.mdp.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.stage.mdp.cloud"})-[: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.