misp-objects/objects/command/definition.json

20 lines
443 B
JSON
Raw Normal View History

2019-09-10 16:15:40 +02:00
{
"attributes": {
"command-name": {
"description": "Text used to call the command",
"ui-priority": 1,
"misp-attribute": "text"
},
"functionality": {
"description": "Functionality of the command",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "Command",
"meta-category": "misc",
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
"name": "command"
}