Skip to content

Commit 3d07f2d

Browse files
committed
new: [user-action] new user-action object added
1 parent e1c145f commit 3d07f2d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"disable_correlation": true,
21+
"ui-priority": 1
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

Comments
 (0)