Hostname
coram-protect.com
Last fetched
coram-protect.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
coram-protect.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.78.29 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.85.72 | 3.5.85.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.237.122 | 52.218.237.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.242.18 | 52.218.242.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.132.203 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.153.3 | 52.92.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.187.155 | 52.92.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.192.235 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with coram-protect.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for coram-protect.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.smtp.coram-edge.com |
| SPF_IP | 15.204.61.93 |
Related pages
Pivot deeper into the graph from coram-protect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "coram-protect.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.