Merge branch 'main' of github.com:MISP/misp-objects

pull/405/head
Christian Studer 2023-05-26 14:29:42 +02:00
commit 3568bc0e6a
1 changed files with 15 additions and 1 deletions

View File

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