Skip to content

Hostname

gamebeta.cc

Last fetched

gamebeta.cc resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · gamebeta.ccRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/gamebeta.cc

Resolution chain

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

IPPrefixASNOperatorCountry
18.67.0.12018.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.2218.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.5818.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.0.7118.67.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.1273.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.163.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.503.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.63.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.1083.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.1173.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.1293.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.693.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

1 observed subdomain of gamebeta.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from gamebeta.cc.

Cypher and MCP

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

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