chg: [new object templates] various updates

pull/204/head
Alexandre Dulaunoy 2019-09-11 09:11:28 +02:00
parent ebcb886037
commit 951abf10fe
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
3 changed files with 38 additions and 16 deletions

View File

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

View File

@ -1,18 +1,36 @@
{
"attributes": {
"command-name": {
"description": "Text used to call the command",
"location": {
"description": "Location of the command functionality",
"ui-priority": 1,
"misp-attribute": "text"
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Bundled",
"Module",
"Libraries",
"Unknown"
]
},
"functionality": {
"description": "Functionality of the command",
"trigger": {
"description": "How the commands are triggered",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
"sane_default": [
"Local",
"Network",
"Unknown"
]
},
"description": {
"description": "Description of the command functionalities",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "Command",
"description": "Command functionalities related to a software malicious or not to execute specific commands. Command-line are attached to this object for the related commands.",
"meta-category": "misc",
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
"name": "command"

View File

@ -42,7 +42,7 @@
"misp-attribute": "text"
},
"type": {
"description": "",
"description": "Type of the account",
"ui-priority": 1,
"misp-attribute": "text",
"disable_correlation": true,
@ -60,7 +60,11 @@
"disable_correlation": true,
"multiple": true,
"sane_default": [
"Infomation stealing",
"Information stealing",
"Disinformation",
"Distrusting",
"Advertising",
"Parody",
"Other"
]
}