Hostname
mail.coppermountaintech.com
Last fetched
mail.coppermountaintech.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
mail.coppermountaintech.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.118.230.199 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.119.41.186 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.190.62.10 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.131.205.176 | 3.131.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.131.64.189 | 3.131.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mail.coppermountaintech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | auth.msgapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.99.63.187 |
| SPF_IP | 51.15.253.103/32 |
| SPF_IP | 51.15.34.108/32 |
| SPF_IP | 62.210.247.56/32 |
Related pages
Pivot deeper into the graph from mail.coppermountaintech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.coppermountaintech.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.