Skip to content

Hostname

jhw28.cc

Last fetched

jhw28.cc resolves to 3 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in HK.

Nutrition Label

WHISPER CANON · jhw28.ccRouting diversity3.0/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/jhw28.cc

Resolution chain

jhw28.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.150.10.2334.150.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.150.44.734.150.32.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK
34.96.243.19134.96.240.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK

WHOIS identity

No WHOIS records are currently associated with jhw28.cc in WhisperGraph.

Subdomains

1 observed subdomain of jhw28.cc.

Subdomain
www.jhw28.cc

Threat posture

History

Related pages

Pivot deeper into the graph from jhw28.cc.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "jhw28.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 20

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