Skip to content

Hostname

ai.salesforce.com

Last fetched

ai.salesforce.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · ai.salesforce.comRouting diversity4.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ai.salesforce.com

Resolution chain

ai.salesforce.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.136.42.3118.136.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
18.138.79.1118.138.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
3.1.241.113.0.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
34.196.177.20334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.81.214.21754.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.3.16554.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.253.998.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ai.salesforce.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for ai.salesforce.com.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from ai.salesforce.com.

Cypher and MCP

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

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

Or query Whisper from your own LLM workflow via the Whisper MCP server.