Skip to content

Hostname

app.protonlive.io

Last fetched

app.protonlive.io resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in GB.

Nutrition Label

WHISPER CANON · app.protonlive.ioRouting diversity2.4/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app.protonlive.io

Resolution chain

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

IPPrefixASNOperatorCountry
138.68.185.15138.68.176.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB
65.108.100.21565.108.0.0/16AS24940FI

WHOIS identity

No WHOIS records are currently associated with app.protonlive.io in WhisperGraph.

Web-graph footprint

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

5 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from app.protonlive.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "app.protonlive.io"})-[: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.