chg: [dev] update tracking-id to disable correlation on id description. minor changes to attribute descriptions.

pull/255/head
VVX7 2020-05-28 15:19:27 -04:00
parent dfcc5faf47
commit 2164d80337
1 changed files with 9 additions and 8 deletions

View File

@ -1,35 +1,36 @@
{ {
"attributes": { "attributes": {
"description": { "description": {
"description": "Description of the tracking id", "description": "Description of the tracking id.",
"disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"first-seen": { "first-seen": {
"description": "First time the tracking code was seen", "description": "First time the tracking code was seen.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 0 "ui-priority": 0
}, },
"hostname": { "hostname": {
"description": "hostname where the tracking id was found", "description": "Hostname where the tracking id was found (assumed safe).",
"misp-attribute": "hostname", "misp-attribute": "hostname",
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"id": { "id": {
"description": "Tracking code", "description": "Tracking code.",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"last-seen": { "last-seen": {
"description": "Last time the tracking code was seen", "description": "Last time the tracking code was seen.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 0 "ui-priority": 0
}, },
"tracker": { "tracker": {
"description": "Name of the tracker - organisation doing the tracking and/or analytics", "description": "Name of the tracker - organisation doing the tracking and/or analytics.",
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"Google Analytics", "Google Analytics",
@ -41,7 +42,7 @@
"ui-priority": 1 "ui-priority": 1
}, },
"url": { "url": {
"description": "URL where the tracking id was found", "description": "URL where the tracking id was found (potentially malicious).",
"misp-attribute": "url", "misp-attribute": "url",
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
@ -54,5 +55,5 @@
"id" "id"
], ],
"uuid": "3681c62a-2c75-48d8-99f2-6a3444ce2393", "uuid": "3681c62a-2c75-48d8-99f2-6a3444ce2393",
"version": 2 "version": 3
} }