Skip to content

Hostname

torelog-test.s3.amazonaws.com

Last fetched

torelog-test.s3.amazonaws.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.154.713.5.154.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.155.1963.5.155.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.1153.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.1703.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.293.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.353.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.623.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.1013.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.137.4952.219.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.150.20552.219.150.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.150.23352.219.150.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.152.14152.219.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.152.2952.219.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.172.6152.219.172.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with torelog-test.s3.amazonaws.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from torelog-test.s3.amazonaws.com.

Cypher and MCP

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

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