Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve OpenTIDE Object #446

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 57 additions & 40 deletions objects/opentide/definition.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,58 @@
{
"attributes": {
"name": {
"description": "Name of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 0
},
"opentide-object": {
"description": "YAML Content of the Opentide Object",
"misp-attribute": "text",
"ui-priority": 3
},
"opentide-type": {
"description": "Type of the OpenTIDE Object",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"ui-priority": 2,
"values_list": [
"tvm",
"cdm",
"mdr"
]
},
"uuid": {
"description": "UUID of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)",
"meta-category": "misc",
"name": "opentide",
"required": [
"uuid",
"opentide-object",
"opentide-type"
],
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version": 1
}
"attributes":{
"name":{
"description":"Name of the OpenTIDE Object",
"misp-attribute":"text",
"ui-priority":5
},
"opentide-object":{
"description":"YAML Content of the Opentide Object",
"misp-attribute":"text",
"ui-priority":0
},
"opentide-type":{
"description":"Type of the OpenTIDE Object",
"disable_correlation":true,
"misp-attribute":"text",
"multiple":false,
"ui-priority":1,
"values_list":[
"tvm",
"cdm",
"mdr"
]
},
"opentide-relation":{
"description":"UUID of other OpenTIDE Objects with a relation to this Object",
"misp-attribute":"text",
"multiple":true,
"ui-priority":1
},
"uuid":{
"description":"UUID of the OpenTIDE Object",
"misp-attribute":"text",
"ui-priority":4
},
"version":{
"description":"Version of the OpenTIDE Object",
"disable_correlation":true,
"misp-attribute":"text",
"sane_default":[
"1"
],
"ui-priority":3
}
},
"description":"Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)",
"meta-category":"misc",
"name":"opentide",
"required":[
"name",
"uuid",
"version",
"opentide-object",
"opentide-type"
],
"uuid":"892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version":3
}
Loading