Hostname
api.dev.eliteamenitydashboard.com
Last fetched
api.dev.eliteamenitydashboard.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.dev.eliteamenitydashboard.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.31.16.50 | 100.42.16.0/20 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.223.116.21 | 13.224.16.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.231.5.154 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.233.178.25 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.200.168.40 | 34.240.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.224.202.116 | 35.1.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 50.19.149.48 | 50.20.117.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.54.173.116 | 52.60.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.166.40.81 | 54.171.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.174.45.27 | 54.180.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.82.73.141 | 54.90.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.83.158.14 | 54.90.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.dev.eliteamenitydashboard.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api.dev.eliteamenitydashboard.com.
- IP · 100.31.16.50
- ASN · AS14618AMAZON-AES - Amazon.com, Inc.
- Country · US
- Apex domain · eliteamenitydashboard.com
- Parent domain · dev.eliteamenitydashboard.com
- TLD · .com
- Browse hostnames · ap…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dev.eliteamenitydashboard.com"})-[: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.