Skip to content

Hostname

dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com

Last fetched

dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com resolves to 12 IPv4 addresses operated by SALESFORCE - Salesforce.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.comRouting diversity3.0/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com

Resolution chain

dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.161.184.33104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
104.161.185.33104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
104.161.187.33104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
104.161.189.33104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
104.161.190.33104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
104.161.191.27104.161.128.0/18AS14340SALESFORCE - Salesforce.com, Inc.US
136.146.34.230136.146.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.146.35.230136.146.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.147.253.129136.147.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.147.253.145136.147.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.147.253.161136.147.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US
136.147.253.177136.147.0.0/16AS14340SALESFORCE - Salesforce.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev1-uswest2.dev1.pc-rnd.pc-aws.visualforce.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev1-uswest2.dev1.pc-rnd.pc-aws.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 20

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