Skip to content
Merged
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
17 changes: 17 additions & 0 deletions crowdsec-docs/unversioned/cti_api/taxonomy/cti_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,23 @@ The possible values are:

CrowdSec intelligence calculated score: a high background noise scores highlights untargeted mild-threat mass-attacks.

## `confidence`

> type: **string**

```json
confidence: "high"
```

The confidence level about the reports used to compute the reputation and scores.

The possible values are:

- `high`
- `medium`
- `low`
- `none`

## `ip_range_score`

> type: **int**
Expand Down
Loading