Hostname
test.chassi.com
Last fetched
test.chassi.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
test.chassi.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.160.188.109 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.37 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.76 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.82 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 99.86.159.112 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.22 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.30 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.39 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
WHOIS identity
No WHOIS records are currently associated with test.chassi.com in WhisperGraph.
Subdomains
4 observed subdomains of test.chassi.com.
Threat posture
History
Related pages
Pivot deeper into the graph from test.chassi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.chassi.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.