From e7bb12af7daa0d771dd558bf7707610d7e9b46ed Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 1 Jun 2019 10:13:06 +0200 Subject: [PATCH] chg: [shell-commands] fix typo in object name --- objects/shell-commands/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/shell-commands/definition.json b/objects/shell-commands/definition.json index 37160ea..8600073 100644 --- a/objects/shell-commands/definition.json +++ b/objects/shell-commands/definition.json @@ -58,5 +58,5 @@ "description": "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands.", "meta-category": "misc", "uuid": "fee65efa-eb64-4516-8611-1db76c589f79", - "name": "script" + "name": "shell-commands" }