Skip to content

Hostname

mx.e-ontap.com

Last fetched

mx.e-ontap.com resolves to 1 IPv4 address operated by CTCX Chubu Telecommunications Company, Inc. in JP.

Nutrition Label

WHISPER CANON · mx.e-ontap.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mx.e-ontap.com

Resolution chain

mx.e-ontap.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
14.192.44.214.192.32.0/20AS18126CTCX Chubu Telecommunications Company, Inc.JP

WHOIS identity

No WHOIS records are currently associated with mx.e-ontap.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mx.e-ontap.com.

MechanismTarget
SPF_IP14.192.44.0/27
SPF_IP150.42.6.8
SPF_IP49.212.171.172
SPF_MXmx.e-ontap.com

Related pages

Pivot deeper into the graph from mx.e-ontap.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mx.e-ontap.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 20

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