Skip to content

Commit

Permalink
Merge branch 'sebdraven-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Mar 16, 2024
2 parents 8aef005 + ab963cd commit e466c78
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions objects/command-line/definition.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
{
"attributes": {
"command_line": {
"description": "command code line",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"description": {
"description": "description of the command",
"misp-attribute": "text",
"ui-priority": 1
},
"value": {
"description": "command code",
"software": {
"description": "type of shell (bash/sh,powershell,cmd.exe)",
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"Shell",
"Bash",
"zsh",
"Powershell",
"cmd.exe"
],
"ui-priority": 1
}
},
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
"meta-category": "misc",
"name": "command-line",
"required": [
"command_line"
],
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
"version": 1
"version": 2
}

0 comments on commit e466c78

Please sign in to comment.