Hostname
wc28.app
Last fetched
wc28.app resolves to 6 IPv4 addresses operated by AS133199 in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
wc28.app resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.254.148.111 | 103.254.148.0/24 | AS133199 | — | HK |
| 20.2.234.127 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 20.2.83.166 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 20.205.18.83 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 207.56.12.4 | 207.56.0.0/17 | AS54801 | ZILLION-NETWORK - Zillion Network Inc. | HK |
| 207.56.12.7 | 207.56.0.0/17 | AS54801 | ZILLION-NETWORK - Zillion Network Inc. | HK |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of wc28.app.
| Subdomain |
|---|
| www.wc28.app |
Threat posture
History
Related pages
Pivot deeper into the graph from wc28.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wc28.app"})-[: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.