Hostname
centralsystem-dev.ampup.io
Last fetched
centralsystem-dev.ampup.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
centralsystem-dev.ampup.io 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 |
|---|---|---|---|---|
| 44.232.186.89 | 45.2.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.240.211.55 | 45.2.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.39.242.74 | 52.46.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.41.198.45 | 52.46.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.43.152.44 | 52.46.6.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.201.203.187 | 54.207.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.218.194.208 | 54.220.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.68.111.122 | 54.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with centralsystem-dev.ampup.io in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from centralsystem-dev.ampup.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "centralsystem-dev.ampup.io"})-[: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.