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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.162.187.151 | 139.162.160.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | DE |
| 172.105.254.10 | 172.105.254.0/23 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | AU |
| 194.195.251.121 | 194.195.248.0/21 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | AU |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.smtp2go.com
SPF policy
6 SPF mechanisms authorising senders for mail.smtp2go.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | customeriomail.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 210.48.71.198/30 |
| SPF_IP | 50.56.72.228 |
| SPF_IP | 50.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.