Hostname
28sb.cc
Last fetched
28sb.cc resolves to 4 IPv4 addresses operated by AS133199 in HK.
Nutrition Label
Resolution chain
28sb.cc resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.254.151.86 | 103.254.151.0/24 | AS133199 | — | HK |
| 206.119.81.59 | 206.119.81.0/24 | AS140227 | — | 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
No WHOIS records are currently associated with 28sb.cc in WhisperGraph.
Subdomains
1 observed subdomain of 28sb.cc.
| Subdomain |
|---|
| www.28sb.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 28sb.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "28sb.cc"})-[: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.