mirror of https://github.com/MISP/misp-objects
chg: [malware-config] to add attachment and description of the malware config
parent
17f71b39bd
commit
fb0ffd5d4b
|
@ -5,11 +5,21 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"description": {
|
||||||
|
"description": "Description of the malware configuration",
|
||||||
|
"misp-attribite": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"encrypted": {
|
"encrypted": {
|
||||||
"description": "Encrypted or encoded text of the malware configuration in base64.",
|
"description": "Encrypted or encoded text of the malware configuration in base64.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"file-config": {
|
||||||
|
"description": "File configuration as an attachment",
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"description": "When the malware configuration has been seen for the first time.",
|
"description": "When the malware configuration has been seen for the first time.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -44,8 +54,9 @@
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"name": "malware-config",
|
"name": "malware-config",
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"config"
|
"config",
|
||||||
|
"file-config"
|
||||||
],
|
],
|
||||||
"uuid": "8200b79b-1d8c-49a8-9a63-7710e613c059",
|
"uuid": "8200b79b-1d8c-49a8-9a63-7710e613c059",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue