Skip to content

Hostname

api.ovationup.com

Last fetched

api.ovationup.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · api.ovationup.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.ovationup.com

Resolution chain

api.ovationup.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.164.52.11518.164.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
18.164.52.3918.164.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
18.164.52.4018.164.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
18.164.52.6418.164.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with api.ovationup.com in WhisperGraph.

Subdomains

1 observed subdomain of api.ovationup.com.

Threat posture

History

Related pages

Pivot deeper into the graph from api.ovationup.com.

Cypher and MCP

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

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