forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
59 lines (59 loc) · 1.59 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
{
"attributes": {
"description": {
"description": "Description of the tracking id.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"first-seen": {
"description": "First time the tracking code was seen.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"hostname": {
"description": "Hostname where the tracking id was found (assumed safe).",
"misp-attribute": "hostname",
"multiple": true,
"ui-priority": 0
},
"id": {
"description": "Tracking code.",
"misp-attribute": "text",
"ui-priority": 1
},
"last-seen": {
"description": "Last time the tracking code was seen.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"tracker": {
"description": "Name of the tracker - organisation doing the tracking and/or analytics.",
"misp-attribute": "text",
"sane_default": [
"Google Analytics",
"Piwik",
"Kissmetrics",
"Woopra",
"Chartbeat"
],
"ui-priority": 1
},
"url": {
"description": "URL where the tracking id was found (potentially malicious).",
"misp-attribute": "url",
"multiple": true,
"ui-priority": 1
}
},
"description": "Analytics and tracking ID such as used in Google Analytics or other analytic platform.",
"meta-category": "network",
"name": "tracking-id",
"requiredOneOf": [
"id"
],
"uuid": "3681c62a-2c75-48d8-99f2-6a3444ce2393",
"version": 3
}