Brave Browser (stable desktop) application update activity sources that I know of:
laptop-updates.brave.com
updates.bravesoftware.com
updates-cdn.bravesoftware.com
The purpose of each, according to ChatGPT:
laptop-updates.brave.com
That is the main endpoint that Brave Browser talks to re checking for updates. Likely handles:
Version checks
Update metadata (what version to install)
Rollout channels (stable/beta/dev/nightly)
updates.bravesoftware.com
Update service domain (possibly API / redirect layer)
Resolves via CDN (Cloudflare → CloudFront chain)
Likely responsibilities:
API endpoints for update manifests or metadata
Redirect/orchestration layer between client (the browser) and CDN payloads
updates-cdn.bravesoftware.com
CDN for actual update binaries
Explicitly backed by Amazon CloudFront CDN
Used to deliver:
installer packages
update payloads
Handles large downloads
Geographically distributed delivery
You can test your computer’s connection to these sources without involving Brave Browser.
A good command result will display several lines in the Windows OS Command Prompt window - at least 2 dozen or more lines informing you about connecting successes. A failure result will usually show less than 1 dozen lines.
The result for the first two commands, will be similar. The result for that third command will have some different lines - because it connects to an Amazon/AWS Cloudfront server. Yet a good response will be at least 2 dozen lines and a little more.