Skip to content

Hostname

cs70.force.com

Last fetched

cs70.force.com resolves to 3 IPv4 addresses operated by SALESFORCE - Salesforce.com, Inc. in US.

Nutrition Label

WHISPER CANON · cs70.force.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cs70.force.com

Resolution chain

cs70.force.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
136.146.35.159136.146.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.146.39.159136.146.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.146.47.159136.146.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cs70.force.com in WhisperGraph.

Subdomains

9 observed subdomains of cs70.force.com.

Threat posture

History

Related pages

Pivot deeper into the graph from cs70.force.com.

Cypher and MCP

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

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