Skip to content

Hostname

g4u.cc

Last fetched

g4u.cc resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · g4u.ccRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/g4u.cc

Resolution chain

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

IPPrefixASNOperatorCountry
108.128.252.56108.128.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
54.195.21.22854.195.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.229.140.16154.229.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
63.33.174.6363.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

22 observed subdomains of g4u.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from g4u.cc.

Cypher and MCP

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

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