Skip to content

Hostname

api-test.aava.fi

Last fetched

api-test.aava.fi resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · api-test.aava.fiRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-test.aava.fi

Resolution chain

api-test.aava.fi resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.185.175.11018.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
18.198.238.12018.198.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.65.123.2263.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
52.28.185.23752.28.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
63.180.82.17063.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
63.182.56.16663.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with api-test.aava.fi in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-test.aava.fi.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-test.aava.fi"})-[: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.