Hostname
staging.scaledata.dev
Last fetched
staging.scaledata.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
staging.scaledata.dev 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 |
|---|---|---|---|---|
| 18.154.144.40 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.46 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.52 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.59 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.67.11 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.20 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.33 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.87 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with staging.scaledata.dev in WhisperGraph.
Subdomains
5 observed subdomains of staging.scaledata.dev.
Threat posture
History
Related pages
Pivot deeper into the graph from staging.scaledata.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staging.scaledata.dev"})-[: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.