-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
68 lines (68 loc) · 1.63 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"attributes": {
"URL": {
"description": "The URL accessed.",
"misp-attribute": "link",
"ui-priority": 0
},
"additional-comments": {
"categories": [
"External analysis"
],
"description": "Comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"browser": {
"description": "Browser used to access the URL.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"IE",
"Safari",
"Chrome",
"Firefox",
"Opera mini",
"Chromium"
],
"ui-priority": 0
},
"datetime-accessed": {
"description": "date and the time when the URL was accessed.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"domain-ip": {
"description": "IP of the URL domain.",
"misp-attribute": "ip-src",
"ui-priority": 0
},
"domain-name": {
"description": "Domain of the URL.",
"misp-attribute": "text",
"ui-priority": 0
},
"referrer": {
"description": "where the URL was referred from ",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"title": {
"description": "Title of the web page",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An Object Template to share web history information",
"meta-category": "misc",
"name": "tsk-web-history",
"required": [
"URL",
"datetime-accessed"
],
"uuid": "e1325e52-e52e-49b1-89ad-d503c127c698",
"version": 1
}