Skip to content

Hostname

pay.mdx-api.com

Last fetched

pay.mdx-api.com resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · pay.mdx-api.comRouting diversity4.8/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/pay.mdx-api.com

Resolution chain

pay.mdx-api.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.0.246100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.110.141100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
108.160.169.175108.160.160.0/20AS19679DROPBOX - Dropbox, Inc.US
156.233.67.243156.233.67.0/24AS44559UZ
173.255.209.47173.255.208.0/20AS63949US
185.60.216.50185.60.216.0/22AS32934FACEBOOK - Facebook, Inc.DE
34.234.126.23334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.222.29.10844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.89.135.12954.89.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with pay.mdx-api.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pay.mdx-api.com.

Cypher and MCP

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

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