Skip to content

Hostname

gouzi5.cc

Last fetched

gouzi5.cc resolves to 5 IPv4 addresses operated by EVOXTSDNBHD-AS-AP - Evoxt Sdn. Bhd. in JP.

Nutrition Label

WHISPER CANON · gouzi5.ccRouting diversity3.9/10Peering density7.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/gouzi5.cc

Resolution chain

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

IPPrefixASNOperatorCountry
166.88.97.99166.88.97.0/24AS149440EVOXTSDNBHD-AS-AP - Evoxt Sdn. Bhd.JP
38.49.36.1738.49.36.0/24AS212336BYTEVIRTLLC - ByteVirt LLCUS
45.150.236.4145.150.236.0/23AS328543Sun Network Company Limited - Sun Network Company LimitedRU
47.243.159.13647.243.0.0/16AS45102ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd.HK
8.210.6.2128.210.0.0/17AS45102ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd.HK

WHOIS identity

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

Subdomains

1 observed subdomain of gouzi5.cc.

Subdomain
www.gouzi5.cc

Threat posture

History

Related pages

Pivot deeper into the graph from gouzi5.cc.

Cypher and MCP

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

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