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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.228.74.67 | 18.228.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 47.130.38.147 | 47.128.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.74.89.22 | 52.74.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.76.148.1 | 52.76.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.76.148.60 | 52.76.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.233.68.6 | 54.233.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.251.150.199 | 54.251.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 56.125.114.56 | 56.125.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 56.125.135.249 | 56.125.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 56.125.36.105 | 56.125.0.0/16 | AS16509 | AMAZON-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.