Hostname
bs2.yy.com
Last fetched
bs2.yy.com resolves to 3 IPv4 addresses operated by AS4134 in CN.
Nutrition Label
Resolution chain
bs2.yy.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 |
|---|---|---|---|---|
| 113.108.82.141 | 113.96.0.0/12 | AS4134 | — | CN |
| 221.228.79.249 | 221.228.72.0/21 | AS138950 | — | CN |
| 36.110.128.145 | 36.110.128.0/19 | AS23724 | — | CN |
WHOIS identity
No WHOIS records are currently associated with bs2.yy.com in WhisperGraph.
Subdomains
14 observed subdomains of bs2.yy.com.
Showing 13 of 14. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from bs2.yy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bs2.yy.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.