Hostname
train2go.com
Last fetched
train2go.com resolves to 1 IPv4 address operated by AS56958 in ES. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
train2go.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 |
|---|---|---|---|---|
| 93.95.208.94 | 93.95.208.0/24 | AS56958 | — | ES |
WHOIS identity
- Registrar
- iana:1600
- Organization
- carlos augusto barreira diaz
- Contact emails
Subdomains
17 observed subdomains of train2go.com.
Web-graph footprint
Distinct hostnames that link to or from train2go.com in the public web crawl.
9 sites link to this hostname.
98 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for train2go.com.
| Mechanism | Target |
|---|---|
| SPF_A | train2go.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | train2go.ip-zone.com |
| SPF_IP | 145.239.194.134 |
| SPF_IP | 2a12:d282:103:94:0:0:0:1 |
| SPF_IP | 91.134.16.31 |
| SPF_IP | 93.95.208.94 |
| SPF_MX | train2go.com |
Related pages
Pivot deeper into the graph from train2go.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "train2go.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.