Skip to content

Hostname

tests.strange-attractor.com

Last fetched

tests.strange-attractor.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · tests.strange-attractor.comRouting diversity4.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/tests.strange-attractor.com

Resolution chain

tests.strange-attractor.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.228.74.6718.228.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
47.130.38.14747.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.89.2252.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.152.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.6052.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
54.233.68.654.233.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.BR
54.251.150.19954.251.144.0/20AS16509AMAZON-02 - Amazon.com, Inc.SG
56.125.114.5656.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.135.24956.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.36.10556.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with tests.strange-attractor.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from tests.strange-attractor.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "tests.strange-attractor.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.