Skip to content

Hostname

mail.smtp2go.com

Last fetched

mail.smtp2go.com resolves to 3 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in DE.

Nutrition Label

WHISPER CANON · mail.smtp2go.comRouting diversity3.0/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/mail.smtp2go.com

Resolution chain

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

IPPrefixASNOperatorCountry
139.162.187.151139.162.160.0/19AS63949AKAMAI-LINODE-AP Akamai Connected CloudDE
172.105.254.10172.105.254.0/23AS63949AKAMAI-LINODE-AP Akamai Connected CloudAU
194.195.251.121194.195.248.0/21AS63949AKAMAI-LINODE-AP Akamai Connected CloudAU

WHOIS identity

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

Subdomains

2 observed subdomains of mail.smtp2go.com.

Web-graph footprint

Distinct hostnames that link to or from mail.smtp2go.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • mail.smtp2go.com

SPF policy

6 SPF mechanisms authorising senders for mail.smtp2go.com.

MechanismTarget
SPF_INCLUDEcustomeriomail.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.smtp2go.com
SPF_IP210.48.71.198/30
SPF_IP50.56.72.228
SPF_IP50.57.187.177

Related pages

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

Cypher and MCP

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

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