chg: [malware-config] to add attachment and description of the malware config

pull/402/head
Alexandre Dulaunoy 2023-07-31 11:17:23 +02:00
parent 17f71b39bd
commit fb0ffd5d4b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 additions and 2 deletions

View File

@ -5,11 +5,21 @@
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "Description of the malware configuration",
"misp-attribite": "text",
"ui-priority": 1
},
"encrypted": {
"description": "Encrypted or encoded text of the malware configuration in base64.",
"misp-attribute": "text",
"ui-priority": 1
},
"file-config": {
"description": "File configuration as an attachment",
"misp-attribute": "attachment",
"ui-priority": 1
},
"first-seen": {
"description": "When the malware configuration has been seen for the first time.",
"disable_correlation": true,
@ -44,8 +54,9 @@
"meta-category": "file",
"name": "malware-config",
"requiredOneOf": [
"config"
"config",
"file-config"
],
"uuid": "8200b79b-1d8c-49a8-9a63-7710e613c059",
"version": 1
"version": 2
}