Skip to content

Hostname

kiva.global

Last fetched

kiva.global resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · kiva.globalRouting diversity3.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/kiva.global

Resolution chain

kiva.global resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.21.152.47100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.46.12735.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.86.21.24935.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.95.189.8535.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.189.205.22854.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.212.55.4654.212.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:625
Organization
domain protection services,
Contact emails

Subdomains

3 observed subdomains of kiva.global.

Web-graph footprint

Distinct hostnames that link to or from kiva.global in the public web crawl.

22 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from kiva.global.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "kiva.global"})-[: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.