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

21 lines
546 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,
2019-09-11 22:02:48 +02:00
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
2019-09-10 16:15:40 +02:00
"meta-category": "misc",
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
"name": "command-line"
}