add: [crowdsec-ip-context] Added the `false-positives` attribute that comes alongside with the `classifications`

pull/393/head
Christian Studer 2023-05-26 14:17:10 +02:00
parent 35285505a1
commit ec8645f421
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 8 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"ui-priority": 1 "ui-priority": 1
}, },
"classifications": { "classifications": {
"description": "Classifications", "description": "Classification category of the IP address",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true, "multiple": true,
@ -77,6 +77,13 @@
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"false-positives": {
"description": "False positive category of the IP address",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"ip": { "ip": {
"categories": [ "categories": [
"Network activity", "Network activity",