mirror of https://github.com/MISP/misp-objects
chg: [new object templates] various updates
parent
ebcb886037
commit
951abf10fe
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"attributes": {
|
||||
"value": {
|
||||
"description": "",
|
||||
"description": "command code",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
},
|
||||
"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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue