Hostname
convo--c.visualforce.com
Last fetched
convo--c.visualforce.com resolves to 12 IPv4 addresses operated by SALESFORCE - Salesforce.com, Inc. in US.
Nutrition Label
Resolution chain
convo--c.visualforce.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.161.176.30 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.177.30 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.178.30 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.181.24 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.182.24 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.183.24 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.146.21.233 | 136.146.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.146.29.251 | 136.146.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.146.34.215 | 136.146.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.146.35.215 | 136.146.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.147.253.193 | 136.147.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 136.147.253.209 | 136.147.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with convo--c.visualforce.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from convo--c.visualforce.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "convo--c.visualforce.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.