Skip to content

Hostname

mta016.codingweb.it

Last fetched

mta016.codingweb.it resolves to 1 IPv4 address operated by AS31034 in IT.

Nutrition Label

WHISPER CANON · mta016.codingweb.itRouting diversity1.5/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mta016.codingweb.it

Resolution chain

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

IPPrefixASNOperatorCountry
95.110.169.5495.110.160.0/20AS31034IT

WHOIS identity

No WHOIS records are currently associated with mta016.codingweb.it in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • mta016.codingweb.it

SPF policy

2 SPF mechanisms authorising senders for mta016.codingweb.it.

MechanismTarget
SPF_Amta016.codingweb.it
SPF_MXmta016.codingweb.it

Related pages

Pivot deeper into the graph from mta016.codingweb.it.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mta016.codingweb.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.