Skip to content

Hostname

api.gemini.com

Last fetched

api.gemini.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.gemini.comRouting diversity5.0/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.gemini.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.213.236.18218.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.232.224.14218.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.7.8218.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.93.24118.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.210.60.1493.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.43.25034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.231.101.12434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.1.164.25152.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.2.99.052.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.176.15854.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.172.217.15454.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.209.10.2954.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

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

Web-graph footprint

Distinct hostnames that link to or from api.gemini.com in the public web crawl.

5 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

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

Cypher and MCP

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

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