Hostname
matrixmirrors.com
Last fetched
matrixmirrors.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
matrixmirrors.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 |
|---|---|---|---|---|
| 13.32.220.14 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.25 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.46 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.81 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.167.227.108 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.38 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.80 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.91 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
12 observed subdomains of matrixmirrors.com.
Web-graph footprint
Distinct hostnames that link to or from matrixmirrors.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for matrixmirrors.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from matrixmirrors.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "matrixmirrors.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.