Hostname
go.mtsbc.org
Last fetched
go.mtsbc.org resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
go.mtsbc.org 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 |
|---|---|---|---|---|
| 95.216.91.217 | 95.216.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with go.mtsbc.org in WhisperGraph.
Subdomains
1 observed subdomain of go.mtsbc.org.
| Subdomain |
|---|
| www.go.mtsbc.org |
Threat posture
History
Mail and authentication
MX records
SPF policy
36 SPF mechanisms authorising senders for go.mtsbc.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 108.181.17.24/29 |
| SPF_IP | 108.59.1.68/31 |
| SPF_IP | 108.59.1.75 |
| SPF_IP | 108.59.1.80 |
| SPF_IP | 108.59.1.84 |
| SPF_IP | 108.59.10.64/28 |
| SPF_IP | 108.59.10.80/29 |
| SPF_IP | 108.59.10.89 |
| SPF_IP | 108.59.9.192/27 |
| SPF_IP | 178.33.201.80 |
| SPF_IP | 185.117.88.8 |
| SPF_IP | 193.42.39.112/28 |
| SPF_IP | 208.87.240.141 |
| SPF_IP | 23.105.14.161/32 |
| SPF_IP | 23.105.14.166/31 |
| SPF_IP | 23.105.14.169/32 |
| SPF_IP | 23.148.201.32/27 |
| SPF_IP | 45.112.192.144/29 |
| SPF_IP | 5.175.137.80/28 |
| SPF_IP | 5.231.29.46 |
| SPF_IP | 5.231.29.48/29 |
| SPF_IP | 5.231.47.139 |
| SPF_IP | 5.231.47.140/30 |
| SPF_IP | 5.231.47.144/31 |
| SPF_IP | 5.39.44.68/30 |
| SPF_IP | 83.172.135.95 |
| SPF_IP | 83.172.150.178 |
| SPF_IP | 83.172.150.82 |
| SPF_IP | 85.120.51.128/28 |
| SPF_IP | 89.40.105.141 |
| SPF_IP | 89.40.105.175 |
| SPF_IP | 95.216.91.194 |
| SPF_IP | 95.216.91.198 |
| SPF_IP | 95.216.91.203 |
| SPF_IP | 95.216.91.216/31 |
| SPF_IP | 96.47.160.48/29 |
Related pages
Pivot deeper into the graph from go.mtsbc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "go.mtsbc.org"})-[: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.