misp-objects/objects/command-line/definition.json

21 lines
529 B
JSON
Raw Normal View History

2019-09-10 16:15:40 +02:00
{
"attributes": {
"value": {
"description": "command code",
2019-09-10 16:15:40 +02:00
"ui-priority": 1,
"misp-attribute": "text",
"multiple": true
},
"description": {
"description": "description of the command",
"ui-priority": 1,
"misp-attribute": "text"
}
2019-09-10 16:15:40 +02:00
},
"version": 1,
"description": "Command line and option related to a software malicious or not to execute specific commands.",
2019-09-10 16:15:40 +02:00
"meta-category": "misc",
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
"name": "command-line"
}