Hostname
test.optimization.energy
Last fetched
test.optimization.energy resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
test.optimization.energy 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 |
|---|---|---|---|---|
| 108.156.184.107 | 108.156.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.184.11 | 108.156.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.184.62 | 108.156.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.184.7 | 108.156.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.13.11 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.41 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.49 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.76 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with test.optimization.energy in WhisperGraph.
Subdomains
1 observed subdomain of test.optimization.energy.
| Subdomain |
|---|
| yop.test.optimization.energy |
Threat posture
History
Related pages
Pivot deeper into the graph from test.optimization.energy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.optimization.energy"})-[: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.