Skip to content

Hostname

beaustyle-dev.s3.amazonaws.com

Last fetched

beaustyle-dev.s3.amazonaws.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · beaustyle-dev.s3.amazonaws.comRouting diversity5.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/beaustyle-dev.s3.amazonaws.com

Resolution chain

beaustyle-dev.s3.amazonaws.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.154.1243.5.154.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.155.2093.5.155.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.155.593.5.155.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.1903.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.2033.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.2073.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.158.903.5.158.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.303.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.150.9352.219.150.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.152.6152.219.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.162.13752.219.162.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.162.22152.219.162.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.172.1752.219.172.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.199.15352.219.199.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with beaustyle-dev.s3.amazonaws.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from beaustyle-dev.s3.amazonaws.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "beaustyle-dev.s3.amazonaws.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.