Hostname
mmsend.com
Last fetched
mmsend.com resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
mmsend.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 205.201.46.22 | 205.201.46.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 205.201.46.51 | 205.201.46.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 205.201.46.52 | 205.201.46.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- domain administrator
- Contact emails
Subdomains
428 observed subdomains of mmsend.com.
Showing 25 of 428. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mmsend.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for mmsend.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 205.201.40.0/21 |
| SPF_IP | 206.188.11.76/28 |
| SPF_IP | 206.188.11.91/30 |
| SPF_IP | 34.234.155.240/32 |
| SPF_IP | 63.234.142.240/29 |
Related pages
Pivot deeper into the graph from mmsend.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mmsend.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.