Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/radar/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Hovering over a link in the diagram reveals a tooltip with the connected ASNs, t
[rpki]: https://blog.cloudflare.com/rpki-details/
[tier-1]: https://en.wikipedia.org/wiki/Tier_1_network

## Bot vs. human traffic

The percentage of HTTP requests classified as bot versus human, based on [bot scores](/bots/concepts/bot-score/). Requests with a bot score between 1 and 29 are classified as likely automated (bot), while requests with a score of 30 or above are classified as likely human. For more information, refer to [Bot classes](/radar/concepts/bot-classes/).

By default, Radar shows bot vs. human traffic for requests to HTML content. This filter is meant to represent traditional web traffic by excluding API calls, asset requests (images, scripts, fonts), and other machine-to-machine requests.

## Certificates

Encryption is a critical part of a safe Internet. SSL/TLS is the standard security technology for establishing an encrypted link between a client and a server.
Expand Down