-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
60 lines (60 loc) · 1.52 KB
/
definition.json
File metadata and controls
60 lines (60 loc) · 1.52 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
{
"attributes": {
"account-id": {
"description": "Account id.",
"misp-attribute": "text",
"ui-priority": 1
},
"account-name": {
"description": "Account name.",
"misp-attribute": "text",
"ui-priority": 1
},
"archive": {
"description": "Archive of the account (Internet Archive, Archive.is, etc).",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "A screen capture or exported list of contacts etc.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"description": {
"description": "A description of the user.",
"misp-attribute": "text",
"ui-priority": 1
},
"link": {
"description": "Original link to the page (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"url": {
"description": "Original URL location of the page (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
},
"user-avatar": {
"description": "A user profile picture or avatar.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
}
},
"description": "Facebook account.",
"meta-category": "misc",
"name": "facebook-account",
"requiredOneOf": [
"account-name",
"account-id",
"description",
"archive",
"link"
],
"uuid": "b9862b95-7d78-4938-a2b5-13e45c60f25a",
"version": 1
}