Hostname
api-dev.spline.design
Last fetched
api-dev.spline.design resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api-dev.spline.design resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.30.74.104 | 100.42.58.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.31.17.7 | 100.42.58.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.51.68.74 | 101.0.17.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.219.149.243 | 13.216.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.220.105.31 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.94.151.109 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.231.138.163 | 34.240.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.201.128.208 | 52.216.6.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.21.162.242 | 52.46.1.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api-dev.spline.design in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.spline.design.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.spline.design"})-[: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.