Hostname
tnv.app
Last fetched
tnv.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AR. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
tnv.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 |
|---|---|---|---|---|
| 3.162.185.102 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.118 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.85 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.97 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 99.86.171.28 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.53 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.76 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.96 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
- Registrar
- iana:303
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
4 observed subdomains of tnv.app.
Threat posture
History
Related pages
Pivot deeper into the graph from tnv.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tnv.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.