Skip to content

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

WHISPER CANON · wc28.appRouting diversity3.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/wc28.app

Resolution chain

wc28.app resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.254.148.111103.254.148.0/24AS133199HK
20.2.234.12720.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
20.2.83.16620.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
20.205.18.8320.192.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
207.56.12.4207.56.0.0/17AS54801ZILLION-NETWORK - Zillion Network Inc.HK
207.56.12.7207.56.0.0/17AS54801ZILLION-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.