misp-objects/objects/malware-config/definition.json

51 lines
1.4 KiB
JSON

{
"attributes": {
"config": {
"description": "Raw (decrypted, decoded) text of the malware configuration.",
"misp-attribute": "text",
"ui-priority": 1
},
"encrypted": {
"description": "Encrypted or encoded text of the malware configuration in base64.",
"misp-attribute": "text",
"ui-priority": 1
},
"first-seen": {
"description": "When the malware configuration has been seen for the first time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"format": {
"description": "Original format of the malware configuration.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"JSON",
"yaml",
"INI",
"other"
],
"ui-priority": 0
},
"last-seen": {
"description": "When the malware configuration has been seen for the last time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"password": {
"description": "Password or encryption key used to encrypt the malware configuration.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Malware configuration recovered or extracted from a malicious binary.",
"meta-category": "file",
"name": "malware-config",
"requiredOneOf": [
"config"
],
"uuid": "8200b79b-1d8c-49a8-9a63-7710e613c059",
"version": 1
}