Hostname
borrow-dev.kiva.org
Last fetched
borrow-dev.kiva.org resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
borrow-dev.kiva.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.155.188.170 | 35.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.83.24.252 | 35.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.229.191.238 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.241.75.52 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.254.240.203 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.89.157.241 | 52.88.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with borrow-dev.kiva.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for borrow-dev.kiva.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mg-spf.greenhouse.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf1.formassembly.com |
| SPF_IP | 149.72.59.130 |
| SPF_IP | 159.242.240.114 |
| SPF_IP | 159.242.241.114 |
| SPF_IP | 167.89.73.35/32 |
| SPF_IP | 184.105.251.240/32 |
| SPF_IP | 205.219.64.40/32 |
| SPF_IP | 209.117.187.240/32 |
| SPF_IP | 44.228.3.254 |
| SPF_IP | 44.231.14.47 |
| SPF_IP | 50.31.62.59 |
| SPF_IP | 63.146.102.40/32 |
| SPF_IP | 98.124.155.57 |
Related pages
Pivot deeper into the graph from borrow-dev.kiva.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "borrow-dev.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.