Skip to content

Hostname

staging.wegowise.com

Last fetched

staging.wegowise.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · staging.wegowise.comRouting diversity4.8/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/staging.wegowise.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.148.249.18416.148.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.215.35.20834.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.239.104.244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.24.75.13652.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.133.552.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.42.95.21652.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.89.204.6852.88.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.97.5654.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with staging.wegowise.com in WhisperGraph.

Subdomains

3 observed subdomains of staging.wegowise.com.

Threat posture

History

Related pages

Pivot deeper into the graph from staging.wegowise.com.

Cypher and MCP

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

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