Hostname
mail.iadauto.com
Last fetched
mail.iadauto.com resolves to 3 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
mail.iadauto.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 |
|---|---|---|---|---|
| 2.23.227.144 | 2.23.227.0/24 | AS20940 | — | DE |
| 2.23.227.150 | 2.23.227.0/24 | AS20940 | — | DE |
| 68.66.204.199 | 68.66.192.0/20 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail.iadauto.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mail.iadauto.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.iadauto.com |
| SPF_IP | 68.66.204.199 |
| SPF_IP | 68.66.224.20 |
| SPF_MX | mail.iadauto.com |
Related pages
Pivot deeper into the graph from mail.iadauto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.iadauto.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.