Skip to content

Hostname

cdn-api.stage.quantgov.cloud

Last fetched

cdn-api.stage.quantgov.cloud resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · cdn-api.stage.quantgov.cloudRouting diversity1.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/cdn-api.stage.quantgov.cloud

Resolution chain

cdn-api.stage.quantgov.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.51.104.2016.50.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
16.51.112.23816.50.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
16.51.123.19616.50.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
16.51.177.4216.50.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with cdn-api.stage.quantgov.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from cdn-api.stage.quantgov.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cdn-api.stage.quantgov.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.