From 3d07f2ddc6ed9cf87286bdf5f5253939bf0eba4a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 19 Sep 2024 09:09:40 +0200 Subject: [PATCH] new: [user-action] new user-action object added --- objects/user-action/definition.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 objects/user-action/definition.json diff --git a/objects/user-action/definition.json b/objects/user-action/definition.json new file mode 100644 index 0000000..31d5898 --- /dev/null +++ b/objects/user-action/definition.json @@ -0,0 +1,29 @@ +{ + "attributes": { + "action": { + "description": "Action performed by the user", + "disable_correlation": true, + "misp-attribute": "text", + "multiple": true, + "sane_default": [ + "Click", + "Install", + "Execute", + "Plug", + "Scan", + "Unknown" + ], + "ui-priority": 1 + }, + "description": { + "description": "Description of the action performed by the user", + "disable_correlation": true, + "ui-priority": 1 + } + }, + "description": "Represent an user action", + "meta-category": "misc", + "name": "user-action", + "uuid": "699dcf9d-2fa2-4200-a5cf-1d1e124e28c1", + "version": 1 +} \ No newline at end of file