-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
77 lines (77 loc) · 1.89 KB
/
definition.json
File metadata and controls
77 lines (77 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"attributes": {
"account-name": {
"description": "Name of the impersonating account",
"misp-attribute": "text",
"ui-priority": 1
},
"account-url": {
"description": "url of the impersonating account",
"misp-attribute": "url",
"ui-priority": 1
},
"impersonated-account-name": {
"description": "Name of the impersonated account",
"misp-attribute": "text",
"ui-priority": 1
},
"impersonated-account-url": {
"description": "url of the impersonated account",
"misp-attribute": "link",
"ui-priority": 1
},
"objective": {
"description": "Objective of the impersonation",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"Information stealing",
"Disinformation",
"Distrusting",
"Advertising",
"Parody",
"Other"
],
"ui-priority": 1
},
"real-name": {
"description": "Real name of the impersonated person or entity",
"misp-attribute": "text",
"ui-priority": 1
},
"type": {
"description": "Type of the account",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Person",
"Association",
"Enterprise",
"Other"
],
"ui-priority": 1
},
"type-of-account": {
"description": "Type of the impersonated account",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Twitter",
"Facebook",
"LinkedIn",
"Reddit",
"Google+",
"Instagram",
"Forum",
"Other"
],
"ui-priority": 1
}
},
"description": "Represent an impersonating account",
"meta-category": "misc",
"name": "impersonation",
"uuid": "01833a92-d2ff-11e9-8016-d3b988153702",
"version": 1
}