Skip to content

Hostname

narvi.app

Last fetched

narvi.app resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:1408 as the registrar.

Nutrition Label

WHISPER CANON · narvi.appRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/narvi.app

Resolution chain

narvi.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.62.81.19613.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.63.27.3313.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
16.170.95.13416.170.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
51.21.20.20651.21.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

Registrar
iana:1408
Organization
narvi software srl (38373953)
Contact emails

Subdomains

2 observed subdomains of narvi.app.

Threat posture

History

Related pages

Pivot deeper into the graph from narvi.app.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "narvi.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.