Skip to content

Hostname

testing-api.0.uspm.com

Last fetched

testing-api.0.uspm.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · testing-api.0.uspm.comRouting diversity5.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/testing-api.0.uspm.com

Resolution chain

testing-api.0.uspm.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.52.66.38100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.219.42.2163.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.222.78.713.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.93.107.973.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
50.17.138.11350.17.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.122.13352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.21.22.1852.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.150.18954.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.166.124.11354.166.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.84.223.24198.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.7.13398.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.90.098.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with testing-api.0.uspm.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from testing-api.0.uspm.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "testing-api.0.uspm.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.