Skip to content

Hostname

testapi.exact-framework.io

Last fetched

testapi.exact-framework.io resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · testapi.exact-framework.ioRouting diversity5.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/testapi.exact-framework.io

Resolution chain

testapi.exact-framework.io resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.64.2213.5.64.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.65.1933.5.65.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.66.303.5.66.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.67.1533.5.67.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.67.1683.5.67.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.67.1953.5.67.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.68.1253.5.68.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.69.283.5.69.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.69.523.5.69.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.70.1303.5.70.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
3.5.71.1193.5.71.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.218.101.14052.218.101.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.218.46.2052.218.46.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
52.92.17.13252.92.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
52.92.19.11652.92.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with testapi.exact-framework.io in WhisperGraph.

Subdomains

1 observed subdomain of testapi.exact-framework.io.

Threat posture

History

Related pages

Pivot deeper into the graph from testapi.exact-framework.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "testapi.exact-framework.io"})-[: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.