Hostname
mailmaestro.app
Last fetched
mailmaestro.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
mailmaestro.app resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.154.63.127 | 18.154.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.63.50 | 18.154.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.63.61 | 18.154.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.63.87 | 18.154.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.29 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.3 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.6 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.8 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.165.63.12 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.127 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.90 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.165.63.92 | 3.165.62.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
2 observed subdomains of mailmaestro.app.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mailmaestro.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from mailmaestro.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailmaestro.app"})-[: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.