Hostname
nuvai.app
Last fetched
nuvai.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
nuvai.app 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.32.100 | 18.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.164.32.107 | 18.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.164.32.25 | 18.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.164.32.79 | 18.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.169.71.104 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.108 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.126 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.73 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
WHOIS identity
- Registrar
- iana:1861
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of nuvai.app.
| Subdomain |
|---|
| www.nuvai.app |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for nuvai.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | zohomail.in |
Related pages
Pivot deeper into the graph from nuvai.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nuvai.app"})-[: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.