Skip to content

Hostname

briv.app

Last fetched

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

Nutrition Label

WHISPER CANON · briv.appRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/briv.app

Resolution chain

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

IPPrefixASNOperatorCountry
35.155.218.18335.155.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.5.22544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.23.10752.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.203.214.15954.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Web-graph footprint

Distinct hostnames that link to or from briv.app in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from briv.app.

Cypher and MCP

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

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