Hostname
smtp2go.com
Last fetched
smtp2go.com resolves to 1 IPv4 address operated by TWELVE99 Arelion, fka Telia Carrier in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
smtp2go.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.228.184.5 | 43.228.184.0/22 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- charles abrahamson
- Contact emails
Subdomains
6,323 observed subdomains of smtp2go.com.
Showing 25 of 6,323. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from smtp2go.com in the public web crawl.
697 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for smtp2go.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 167.89.2.95 |
| SPF_IP | 210.48.71.172 |
| SPF_IP | 210.48.71.198/30 |
| SPF_IP | 210.48.71.200/28 |
| SPF_IP | 50.56.72.228 |
| SPF_IP | 50.57.187.177 |
Related pages
Pivot deeper into the graph from smtp2go.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.