Skip to content

Hostname

borrow.kiva.org

Last fetched

borrow.kiva.org resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · borrow.kiva.orgRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/borrow.kiva.org

Resolution chain

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

IPPrefixASNOperatorCountry
35.155.188.17035.155.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.24.25235.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.229.191.23844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.241.75.5244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.254.240.20344.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.89.157.24152.88.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with borrow.kiva.org in WhisperGraph.

Web-graph footprint

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

13 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for borrow.kiva.org.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEmg-spf.greenhouse.io
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf1.formassembly.com
SPF_IP149.72.59.130
SPF_IP159.242.240.114
SPF_IP159.242.241.114
SPF_IP167.89.73.35/32
SPF_IP184.105.251.240/32
SPF_IP205.219.64.40/32
SPF_IP209.117.187.240/32
SPF_IP44.228.3.254
SPF_IP44.231.14.47
SPF_IP50.31.62.59
SPF_IP63.146.102.40/32
SPF_IP98.124.155.57

Related pages

Pivot deeper into the graph from borrow.kiva.org.

Cypher and MCP

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

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