Hostname
wiz-internal.dev.alo.software
Last fetched
wiz-internal.dev.alo.software resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
wiz-internal.dev.alo.software resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.23.182.48 | 100.42.26.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.93.160.145 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.207.40.128 | 35.3.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.232.158.153 | 45.2.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.112.174.143 | 50.114.7.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.200.246.238 | 52.216.6.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with wiz-internal.dev.alo.software in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from wiz-internal.dev.alo.software.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wiz-internal.dev.alo.software"})-[: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.