Hostname
upsbat.cn
Last fetched
upsbat.cn resolves to 16 IPv4 addresses operated by AS55933 in CN.
Nutrition Label
Resolution chain
upsbat.cn resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.105.23.79 | 103.105.23.0/24 | AS55933 | — | CN |
| 103.105.23.81 | 103.105.23.0/24 | AS55933 | — | CN |
| 103.105.23.83 | 103.105.23.0/24 | AS55933 | — | CN |
| 103.105.23.85 | 103.105.23.0/24 | AS55933 | — | CN |
| 103.105.23.86 | 103.105.23.0/24 | AS55933 | — | CN |
| 154.36.160.13 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.15 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.150 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.161 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.2 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.218 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.228 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.249 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.31 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 154.36.160.63 | 154.36.160.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
| 202.61.86.130 | 202.61.84.0/22 | AS133201 | — | HK |
WHOIS identity
No WHOIS records are currently associated with upsbat.cn in WhisperGraph.
Subdomains
91 observed subdomains of upsbat.cn.
Showing 25 of 91. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from upsbat.cn in the public web crawl.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from upsbat.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upsbat.cn"})-[: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.