Hostname
massware.mx
Last fetched
massware.mx resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
massware.mx resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.230.119 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.53 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.8 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.230.86 | 3.164.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 74.208.236.99 | 74.208.0.0/16 | AS8560 | — | US |
WHOIS identity
No WHOIS records are currently associated with massware.mx in WhisperGraph.
Subdomains
11 observed subdomains of massware.mx.
Web-graph footprint
Distinct hostnames that link to or from massware.mx in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for massware.mx.
| Mechanism | Target |
|---|---|
| SPF_A | massware.mx |
| SPF_INCLUDE | _spf-us.ionos.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 217.79.255.128 |
| SPF_IP | 217.79.255.184 |
| SPF_IP | 74.208.4.194/4 |
| SPF_IP | 74.208.4.196/32 |
| SPF_IP | 74.208.4.197/32 |
| SPF_MX | massware.mx |
Related pages
Pivot deeper into the graph from massware.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "massware.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.