new: [error-message] new template to create error-message from MISP processing scripts

pull/347/head v2.4.154
Alexandre Dulaunoy 2022-02-17 16:47:08 +01:00
parent b741142e2c
commit ae2814bb99
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"attributes": {
"message": {
"description": "Content of the error message.",
"misp-attribute": "text",
"ui-priority": 0
},
"source": {
"description": "Source of the error message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"misp-stix",
"lief",
"other"
],
"ui-priority": 0
}
},
"description": "An error message which can be related to the processing of data such as import, export scripts from the original MISP instance.",
"meta-category": "misc",
"name": "error-message",
"requiredOneOf": [
"source",
"message"
],
"uuid": "40e81601-8205-41af-8e67-33795291a448",
"version": 1
}