Hostname
prd.container.lightning.com
Last fetched
prd.container.lightning.com resolves to 12 IPv4 addresses operated by SALESFORCE - Salesforce.com, Inc. in US.
Nutrition Label
Resolution chain
prd.container.lightning.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.184.39 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.185.39 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.187.33 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.189.33 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.190.33 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 104.161.191.33 | 104.161.128.0/18 | AS14340 | SALESFORCE - Salesforce.com, Inc. | US |
| 160.8.184.13 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
| 160.8.185.13 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
| 160.8.186.13 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
| 160.8.187.13 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
| 160.8.188.13 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
| 160.8.191.10 | 160.8.0.0/16 | AS14340 | SALESFORCE - Salesforce.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with prd.container.lightning.com in WhisperGraph.
Subdomains
1 observed subdomain of prd.container.lightning.com.
| Subdomain |
|---|
| edge.prd.container.lightning.com |
Threat posture
History
Related pages
Pivot deeper into the graph from prd.container.lightning.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prd.container.lightning.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.