mirror of https://github.com/MISP/misp-objects
20 lines
545 B
JSON
20 lines
545 B
JSON
{
|
|
"attributes": {
|
|
"description": {
|
|
"description": "description of the command",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 1
|
|
},
|
|
"value": {
|
|
"description": "command code",
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 1
|
|
}
|
|
},
|
|
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
|
|
"meta-category": "misc",
|
|
"name": "command-line",
|
|
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
|
|
"version": 1
|
|
} |