-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
66 lines (66 loc) · 1.55 KB
/
definition.json
File metadata and controls
66 lines (66 loc) · 1.55 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
{
"attributes": {
"additional-comments": {
"categories": [
"External analysis"
],
"description": "Comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"browser": {
"description": "Browser used.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"IE",
"Safari",
"Chrome",
"Firefox",
"Opera mini",
"Chromium"
],
"ui-priority": 0
},
"datetime-searched": {
"description": "date and time when the search was conducted.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"domain": {
"description": "The domain of the search engine.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Google",
"Yahoo",
"Bing",
"Alta Vista",
"MSN"
],
"ui-priority": 0
},
"text": {
"description": "the search word or sentence.",
"misp-attribute": "text",
"ui-priority": 0
},
"username": {
"description": "User name or ID associated with the search.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An Object Template to share web search query information",
"meta-category": "misc",
"name": "tsk-web-search-query",
"required": [
"domain",
"text"
],
"uuid": "16b3f8d0-fd09-4812-a42c-b5aeff2d4c2e",
"version": 2
}