Skip to content

Hostname

mail.dexatel.com

Last fetched

mail.dexatel.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · mail.dexatel.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.dexatel.com

Resolution chain

mail.dexatel.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.192.225.10018.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.68.46.1993.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
3.76.60.483.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with mail.dexatel.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for mail.dexatel.com.

MechanismTarget
SPF_Amail.dexatel.com
SPF_INCLUDE7486157.spf06.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEtransmail.net
SPF_INCLUDEzcsend.net
SPF_IP194.28.87.134
SPF_IP5.9.158.186
SPF_MXmail.dexatel.com

Related pages

Pivot deeper into the graph from mail.dexatel.com.

Cypher and MCP

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

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