Hostname
nubank.dev
Last fetched
nubank.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
nubank.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.164.144.120 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.19 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.46 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.78 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.118 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.31 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.8 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.85 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:81
- Organization
- nu pagamentos
- Contact emails
Subdomains
1 observed subdomain of nubank.dev.
| Subdomain |
|---|
| www.nubank.dev |
Web-graph footprint
Distinct hostnames that link to or from nubank.dev in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from nubank.dev.
- IP · 18.164.144.120
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:81
- Country · IN
- Email · a3de28baf64c6531b18a305fe3e1c481-24940071@contact.gandi.net
- TLD · .dev
- Browse hostnames · nu…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nubank.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.