misp-objects/objects/command/definition.json

38 lines
1011 B
JSON
Raw Normal View History

2019-09-10 16:15:40 +02:00
{
"attributes": {
"location": {
"description": "Location of the command functionality",
2019-09-10 16:15:40 +02:00
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Bundled",
"Module",
"Libraries",
"Unknown"
]
},
"trigger": {
"description": "How the commands are triggered",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Local",
"Network",
"Unknown"
]
2019-09-10 16:15:40 +02:00
},
"description": {
"description": "Description of the command functionalities",
2019-09-10 16:15:40 +02:00
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "Command functionalities related to a software malicious or not to execute specific commands. Command-line are attached to this object for the related commands.",
2019-09-10 16:15:40 +02:00
"meta-category": "misc",
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
"name": "command"
}