Hostname
s.go2yd.com
Last fetched
s.go2yd.com resolves to 9 IPv4 addresses operated by AS17882 in MN.
Nutrition Label
Resolution chain
s.go2yd.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.206.152.181 | 103.206.152.0/24 | AS17882 | — | MN |
| 138.113.144.75 | 138.113.144.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | SG |
| 138.113.20.41 | 138.113.20.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | GB |
| 138.113.20.50 | 138.113.20.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | GB |
| 140.150.0.39 | 140.150.0.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | NG |
| 153.43.76.226 | 153.43.76.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | SG |
| 163.171.130.131 | 163.171.130.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | GB |
| 163.171.131.196 | 163.171.131.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | FR |
| 168.235.193.64 | 168.235.193.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | GB |
WHOIS identity
No WHOIS records are currently associated with s.go2yd.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from s.go2yd.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from s.go2yd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "s.go2yd.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.