Skip to content

Commit a0619ac

Browse files
authored
Merge pull request #639 from crowdsecurity/update_cti_format_documentation
Add CTI confidence documentation
2 parents 114c498 + 35577cc commit a0619ac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

crowdsec-docs/unversioned/cti_api/taxonomy/cti_fields.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,23 @@ The possible values are:
276276

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

279+
## `confidence`
280+
281+
> type: **string**
282+
283+
```json
284+
confidence: "high"
285+
```
286+
287+
The confidence level about the reports used to compute the reputation and scores.
288+
289+
The possible values are:
290+
291+
- `high`
292+
- `medium`
293+
- `low`
294+
- `none`
295+
279296
## `ip_range_score`
280297

281298
> type: **int**

0 commit comments

Comments
 (0)