Merge branch 'main' of https://github.com/sebdraven/misp-objects into sebdraven-main

pull/421/head
Alexandre Dulaunoy 2024-03-16 09:46:59 +01:00
commit 322e451c3c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 12 additions and 4 deletions

View File

@ -1,20 +1,28 @@
{ {
"attributes": { "attributes": {
"command_line": {
"description": "command code",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"description": { "description": {
"description": "description of the command", "description": "description of the command",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"value": { "software": {
"description": "command code", "description": "type of shell (bash/sh,powershell,cmd.exe)",
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true,
"ui-priority": 1 "ui-priority": 1
} }
}, },
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.", "description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
"meta-category": "misc", "meta-category": "misc",
"name": "command-line", "name": "command-line",
"required": [
"command_line"
],
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf", "uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
"version": 1 "version": 2
} }