Skip to content

Hostname

stores.node.gsky.cloud

Last fetched

stores.node.gsky.cloud resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · stores.node.gsky.cloudRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/stores.node.gsky.cloud

Resolution chain

stores.node.gsky.cloud resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.249.91.11813.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.1213.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.4713.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.5813.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.144.11718.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.12218.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.4218.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.144.8218.164.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.244.87.11618.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.11918.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.3018.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.9818.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG

WHOIS identity

No WHOIS records are currently associated with stores.node.gsky.cloud in WhisperGraph.

Subdomains

1 observed subdomain of stores.node.gsky.cloud.

Threat posture

History

Related pages

Pivot deeper into the graph from stores.node.gsky.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "stores.node.gsky.cloud"})-[: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.