Hostname
cp-mta.com
Last fetched
cp-mta.com resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cp-mta.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.97.28.192 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.193 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.194 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.195 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.196 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.197 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.198 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.199 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.200 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.201 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.202 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.203 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.204 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.205 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.206 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.207 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.208 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.209 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.210 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.97.28.211 | 18.97.0.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of cp-mta.com owner
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from cp-mta.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cp-mta.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.