Hostname
mail.maytap.org
Last fetched
mail.maytap.org resolves to 2 IPv4 addresses operated by AS197450 in TR.
Nutrition Label
Resolution chain
mail.maytap.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.113.223.36 | 185.113.223.0/24 | AS197450 | — | TR |
| 185.9.39.186 | 185.9.39.0/24 | AS199608 | — | TR |
WHOIS identity
No WHOIS records are currently associated with mail.maytap.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.maytap.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.maytap.org |
| SPF_INCLUDE | gmail.com |
| SPF_IP | 185.113.223.36 |
| SPF_IP | 185.244.147.243 |
| SPF_IP | 185.9.39.186 |
| SPF_IP | 188.132.232.14 |
| SPF_IP | 212.64.199.210 |
| SPF_IP | 45.151.2.87 |
| SPF_IP | 78.135.111.136 |
| SPF_MX | mail.maytap.org |
Related pages
Pivot deeper into the graph from mail.maytap.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.maytap.org"})-[: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.