Hostname
api.salesforce.com
Last fetched
api.salesforce.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
api.salesforce.com 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 |
|---|---|---|---|---|
| 141.163.197.0 | 141.163.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 141.163.197.1 | 141.163.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 141.163.197.2 | 141.163.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 145.224.204.128 | 145.224.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 145.224.204.129 | 145.224.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 145.224.204.130 | 145.224.204.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
No WHOIS records are currently associated with api.salesforce.com in WhisperGraph.
Subdomains
17 observed subdomains of api.salesforce.com.
Showing 16 of 17. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from api.salesforce.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.salesforce.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.