Skip to content

Hostname

gpuup.sh

Last fetched

gpuup.sh resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TR.

Nutrition Label

WHISPER CANON · gpuup.shRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/gpuup.sh

Resolution chain

gpuup.sh resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.52.16108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.40108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.63108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.95108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
52.85.61.2252.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.3552.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.8152.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.952.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with gpuup.sh in WhisperGraph.

Subdomains

2 observed subdomains of gpuup.sh.

Threat posture

History

Related pages

Pivot deeper into the graph from gpuup.sh.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gpuup.sh"})-[: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.