-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
53 lines (53 loc) · 1.31 KB
/
definition.json
File metadata and controls
53 lines (53 loc) · 1.31 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
{
"requiredOneOf": [
"post"
],
"attributes": {
"post": {
"description": "Raw post",
"ui-priority": 1,
"misp-attribute": "text"
},
"url": {
"description": "Original URL location of the microblog post",
"ui-priority": 1,
"misp-attribute": "url"
},
"type": {
"description": "Type of the microblog post",
"ui-priority": 1,
"misp-attribute": "text",
"sane_default": [
"Twitter",
"Facebook",
"Forum",
"Other"
]
},
"username": {
"description": "Username who posted the microblog post",
"ui-priority": 0,
"misp-attribute": "text"
},
"creation-date": {
"description": "Initial creation of the microblog post",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"modification-date": {
"description": "Last update of the microblog post",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"removal-date": {
"description": "When the microblog post was removed",
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 1,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
"name": "microblog"
}