Merge pull request #393 from MISP/chrisr3d_patch

add: [crowdsec-ip-context] `classifications` & `false-positive` attributes
pull/394/head v2.4.172
Alexandre Dulaunoy 2023-05-26 14:25:27 +02:00 committed by GitHub
commit 2ca2667d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -47,6 +47,13 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"classifications": {
"description": "Classification category of the IP address",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"country": { "country": {
"description": "Country of origin", "description": "Country of origin",
"disable_correlation": true, "disable_correlation": true,
@ -70,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",
@ -145,5 +159,5 @@
"ip" "ip"
], ],
"uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f", "uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f",
"version": 2 "version": 3
} }