Skip to content

Hostname

mail.synaptic.com

Last fetched

mail.synaptic.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
108.157.142.79108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.9108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.90108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.99108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.164.182.103.164.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.182.1143.164.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.182.313.164.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.164.182.713.164.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for mail.synaptic.com.

MechanismTarget
SPF_INCLUDE6013871.spf06.hubspotemail.net
SPF_INCLUDE_spf.google.com

Related pages

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

Cypher and MCP

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

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