We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114c498 + 35577cc commit a0619acCopy full SHA for a0619ac
crowdsec-docs/unversioned/cti_api/taxonomy/cti_fields.md
@@ -276,6 +276,23 @@ The possible values are:
276
277
CrowdSec intelligence calculated score: a high background noise scores highlights untargeted mild-threat mass-attacks.
278
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
296
## `ip_range_score`
297
298
> type: **int**
0 commit comments