Signals
| Signal | Description |
|---|---|
| User agent | http.user_agent or an equivalent field contains a known bot identifier. |
| Request path | Bot activity often targets public pages, sitemap files, robots.txt, or common scan paths. |
| Request rate | Automated clients can generate repeated requests from the same source or user-agent family. |
| Correlation ID | A request_id or trace_id can connect the entry-point request to downstream logs. |
Example
- Single log
- Before
- After
Recommended enforcement
Enforce at edge
Drop bot traffic logs before they reach the destination provider.
Detection notes
- Tero identifies candidate events that contain a user-agent field.
- Bots often self-identify with values such as
Googlebot,bingbot,Slackbot, andAhrefsBot. - Customers decide which bot identifiers to filter.
- When you configure correlation and the field is present, Tero policies can apply the entry-point decision to related downstream logs.