Hostname
mail.iumi.com
Last fetched
mail.iumi.com resolves to 1 IPv4 address operated by AS3320 in DE.
Nutrition Label
Resolution chain
mail.iumi.com 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 |
|---|---|---|---|---|
| 217.91.102.18 | 217.80.0.0/12 | AS3320 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.iumi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.iumi.com
- mx00.kundenserver.de
- mx01.kundenserver.de
SPF policy
7 SPF mechanisms authorising senders for mail.iumi.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.iumi.com |
| SPF_INCLUDE | _spf.kundenserver.de |
| SPF_INCLUDE | _spf.perfora.net |
| SPF_IP | 217.91.102.18 |
| SPF_IP | 2a01:488:42:1000:523:eaea:21:9264 |
| SPF_IP | 5.35.234.234 |
| SPF_MX | mail.iumi.com |
Related pages
Pivot deeper into the graph from mail.iumi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.iumi.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.