Hostname
mx1.mi.iliad.it
Last fetched
mx1.mi.iliad.it resolves to 2 IPv4 addresses operated by AS29447 in IT.
Nutrition Label
Resolution chain
mx1.mi.iliad.it 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 |
|---|---|---|---|---|
| 83.158.230.21 | 83.158.0.0/16 | AS29447 | — | IT |
| 93.43.63.118 | 93.43.0.0/16 | AS12874 | — | IT |
WHOIS identity
No WHOIS records are currently associated with mx1.mi.iliad.it in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mx1.mi.iliad.it.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.mi.iliad.it |
Related pages
Pivot deeper into the graph from mx1.mi.iliad.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx1.mi.iliad.it"})-[: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.