Hostname
cdn.mataction.com
Last fetched
cdn.mataction.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
cdn.mataction.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 |
|---|---|---|---|---|
| 216.137.52.104 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.120 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.21 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 216.137.52.53 | 216.137.52.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.68.30 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.33 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.85 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.68.97 | 3.164.68.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
No WHOIS records are currently associated with cdn.mataction.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cdn.mataction.com in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.mataction.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.mataction.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.