Hostname
mmaptcontrol.dev
Last fetched
mmaptcontrol.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MX. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
mmaptcontrol.dev 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 |
|---|---|---|---|---|
| 3.161.20.105 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.112 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.63 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.20.66 | 3.161.20.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.174.230.21 | 3.174.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.174.230.35 | 3.174.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.174.230.39 | 3.174.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.174.230.48 | 3.174.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of mmaptcontrol.dev.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mmaptcontrol.dev.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mxroute.com |
Related pages
Pivot deeper into the graph from mmaptcontrol.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mmaptcontrol.dev"})-[: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.