-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
117 lines (117 loc) · 3.21 KB
/
definition.json
File metadata and controls
117 lines (117 loc) · 3.21 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"attributes": {
"archive": {
"description": "Archive of the original page (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, page members, etc.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"contact-detail": {
"description": "Contact url listed on about page.",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
},
"creator": {
"description": "The user account that created the page.",
"misp-attribute": "text",
"ui-priority": 1
},
"description": {
"description": "A description of the page.",
"misp-attribute": "text",
"ui-priority": 1
},
"embedded-link": {
"description": "Link embedded in the page description (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 0
},
"embedded-safe-link": {
"description": "Link embedded in the page description (supposed safe).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"event": {
"description": "Event announcement on page.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"hashtag": {
"description": "Hashtag used to identify or promote the page.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"link": {
"description": "Original link to the page (supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"page-alias": {
"description": "Aliases or previous names of page.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"page-id": {
"description": "Page id (without the @).",
"misp-attribute": "text",
"ui-priority": 1
},
"page-name": {
"description": "The name of the page.",
"misp-attribute": "text",
"ui-priority": 1
},
"page-type": {
"description": "Facebook page type, e.g. community, product etc.",
"misp-attribute": "text",
"ui-priority": 1
},
"related-page-id": {
"description": "id of a page listed as related to this one (without the @).",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"related-page-name": {
"description": "name of a page listed as related to this one.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"team-member": {
"description": "A user account who is a member of the page.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"url": {
"description": "Original URL location of the page (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
}
},
"description": "Facebook page.",
"meta-category": "misc",
"name": "facebook-page",
"requiredOneOf": [
"page-name",
"description",
"archive",
"link"
],
"uuid": "e76892db-c168-4289-b957-56e3021c46b9",
"version": 1
}