We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c145f commit 3d07f2dCopy full SHA for 3d07f2d
1 file changed
objects/user-action/definition.json
@@ -0,0 +1,29 @@
1
+{
2
+ "attributes": {
3
+ "action": {
4
+ "description": "Action performed by the user",
5
+ "disable_correlation": true,
6
+ "misp-attribute": "text",
7
+ "multiple": true,
8
+ "sane_default": [
9
+ "Click",
10
+ "Install",
11
+ "Execute",
12
+ "Plug",
13
+ "Scan",
14
+ "Unknown"
15
+ ],
16
+ "ui-priority": 1
17
+ },
18
+ "description": {
19
+ "description": "Description of the action performed by the user",
20
21
22
+ }
23
24
+ "description": "Represent an user action",
25
+ "meta-category": "misc",
26
+ "name": "user-action",
27
+ "uuid": "699dcf9d-2fa2-4200-a5cf-1d1e124e28c1",
28
+ "version": 1
29
+}
0 commit comments