Hostname
ca.summitas.com
Last fetched
ca.summitas.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
ca.summitas.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.156.154.235 | 15.156.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.156.180.93 | 15.156.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.98.17.15 | 3.98.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 35.182.39.22 | 35.182.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with ca.summitas.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from ca.summitas.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for ca.summitas.com.
| Mechanism | Target |
|---|---|
| SPF_A | ca.summitas.com |
| SPF_A | summitas.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 3.97.198.179/32 |
| SPF_IP | 35.182.50.208/32 |
Related pages
Pivot deeper into the graph from ca.summitas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ca.summitas.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.