mirror of https://github.com/MISP/misp-objects
draft command object
parent
0d40f64815
commit
b9d16a38ad
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"value": {
|
||||||
|
"description": "",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"description": "description of the command",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
|
||||||
|
"name": "command-line"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"command-name": {
|
||||||
|
"description": "Text used to call the command",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"functionality": {
|
||||||
|
"description": "Functionality of the command",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "Command",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
|
||||||
|
"name": "command"
|
||||||
|
}
|
Loading…
Reference in New Issue