Skip to content

Hostname

mta.ids.it

Last fetched

mta.ids.it resolves to 1 IPv4 address operated by AS-IRIDEOS-KP in IT.

Nutrition Label

WHISPER CANON · mta.ids.itRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mta.ids.it

Resolution chain

mta.ids.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.190.21.250195.190.21.0/24AS5602AS-IRIDEOS-KPIT

WHOIS identity

No WHOIS records are currently associated with mta.ids.it in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • mta.ids.it

SPF policy

3 SPF mechanisms authorising senders for mta.ids.it.

MechanismTarget
SPF_IP195.190.21.0/24
SPF_IP77.93.252.192/26
SPF_MXmta.ids.it

Related pages

Pivot deeper into the graph from mta.ids.it.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mta.ids.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.