1{
2  "attributes": {
3    "description": {
4      "description": "Description of the command functionalities",
5      "misp-attribute": "text",
6      "ui-priority": 1
7    },
8    "location": {
9      "description": "Location of the command functionality",
10      "disable_correlation": true,
11      "misp-attribute": "text",
12      "sane_default": [
13        "Bundled",
14        "Module",
15        "Libraries",
16        "Unknown"
17      ],
18      "ui-priority": 1
19    },
20    "trigger": {
21      "description": "How the commands are triggered",
22      "disable_correlation": true,
23      "misp-attribute": "text",
24      "sane_default": [
25        "Local",
26        "Network",
27        "Unknown"
28      ],
29      "ui-priority": 1
30    }
31  },
32  "description": "Command functionalities related to specific commands executed by a program, whether it is malicious or not. Command-line are attached to this object for the related commands.",
33  "meta-category": "misc",
34  "name": "command",
35  "uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
36  "version": 1
37}