Hostname
auth.migration-dev.centralnicgroup.com
Last fetched
auth.migration-dev.centralnicgroup.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
auth.migration-dev.centralnicgroup.com 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.160.200.108 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.114 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.2 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.6 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.50.125 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.23 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.65 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.90 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
WHOIS identity
No WHOIS records are currently associated with auth.migration-dev.centralnicgroup.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from auth.migration-dev.centralnicgroup.com.
- IP · 18.160.200.108
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Country · US
- Apex domain · centralnicgroup.com
- Parent domain · migration-dev.centralnicgroup.com
- TLD · .com
- Browse hostnames · au…
- 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: "auth.migration-dev.centralnicgroup.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.