Hostname
mail.synod.org
Last fetched
mail.synod.org resolves to 1 IPv4 address operated by AS47583 in US.
Nutrition Label
Resolution chain
mail.synod.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 88.223.85.129 | 88.223.80.0/21 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with mail.synod.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mail.synod.org.
| Mechanism | Target |
|---|---|
| SPF_A | biz199.inmotionhosting.com |
| SPF_A | mail.synod.org |
| SPF_A | smtp.servconfig.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | smtp.servconfig.com |
| SPF_IP | 144.208.65.74 |
| SPF_IP | 205.134.250.168 |
| SPF_IP | 205.134.250.54 |
| SPF_IP | 216.194.160.75 |
| SPF_IP | 216.194.162.240 |
| SPF_MX | mail.synod.org |
Related pages
Pivot deeper into the graph from mail.synod.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.synod.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.