Hostname
platea.mx
Last fetched
platea.mx resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
platea.mx 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 |
|---|---|---|---|---|
| 13.248.243.5 | 13.248.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 44.193.47.154 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.194.194.92 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.201.178.144 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.22.158.166 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.211.104.112 | 54.211.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.90.61.236 | 54.90.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 76.223.105.230 | 76.223.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with platea.mx in WhisperGraph.
Subdomains
1 observed subdomain of platea.mx.
| Subdomain |
|---|
| www.platea.mx |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for platea.mx.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | secureserver.net |
Related pages
Pivot deeper into the graph from platea.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "platea.mx"})-[: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.