Hostname
blindmatrix.in
Last fetched
blindmatrix.in resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:800140 as the registrar.
Nutrition Label
Resolution chain
blindmatrix.in 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 |
|---|---|---|---|---|
| 18.165.160.2 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.41 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.46 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.160.63 | 18.165.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.85.25.118 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.41 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.71 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 52.85.25.93 | 52.85.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
- Registrar
- iana:800140
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of blindmatrix.in.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for blindmatrix.in.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.blindmatrix.software |
| SPF_INCLUDE | mail.blindjunction.net |
| SPF_INCLUDE | mail.blindmatrix.in |
| SPF_INCLUDE | mail.blindmatrixonlineordering.com |
| SPF_INCLUDE | mail.blindmatrixtradeportal.net |
| SPF_INCLUDE | mail.curtainmatrix.co.uk |
| SPF_INCLUDE | usmail.blindmatrixonlineordering.us |
| SPF_IP | 3.6.71.59 |
Related pages
Pivot deeper into the graph from blindmatrix.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blindmatrix.in"})-[: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.