Skip to content

Hostname

api-dev.assertion.cloud

Last fetched

api-dev.assertion.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.assertion.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-dev.assertion.cloud

Resolution chain

api-dev.assertion.cloud resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.249.66.12713.249.66.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.66.13913.249.66.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.66.15413.249.66.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.66.7313.249.66.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.142.13618.64.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.BH
18.64.142.13918.64.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.BH
18.64.142.5718.64.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.BH
18.64.142.7818.64.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.BH
3.160.67.1253.160.66.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.67.1633.160.66.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.67.1943.160.66.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.67.2213.160.66.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.assertion.cloud.

Cypher and MCP

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

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