forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
definition.json
56 lines (56 loc) · 1.47 KB
/
definition.json
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
{
"requiredOneOf": [
"origin",
"paste"
],
"attributes": {
"paste": {
"description": "Raw text of the paste or post",
"ui-priority": 1,
"misp-attribute": "text"
},
"origin": {
"values_list": [
"pastebin.com",
"pastebin.com_pro",
"pastie.org",
"slexy.org",
"gist.github.com",
"codepad.org",
"safebin.net",
"hastebin.com",
"ghostbin.com"
],
"description": "Original source of the paste or post.",
"ui-priority": 0,
"misp-attribute": "text"
},
"title": {
"misp-attribute": "text",
"ui-priority": 0,
"description": "Title of the paste or post."
},
"url": {
"misp-attribute": "url",
"ui-priority": 0,
"description": "Link to the original source of the paste or post."
},
"last-seen": {
"description": "When the paste has been accessible or seen for the last time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"first-seen": {
"description": "When the paste has been accessible or seen for the first time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 2,
"description": "Paste or similar post from a website allowing to share privately or publicly posts.",
"meta-category": "misc",
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
"name": "paste"
}